Added initial implementation + tests

This commit is contained in:
Swen Kooij
2016-10-21 12:21:11 +03:00
parent d33fecb490
commit 612b3bf427
18 changed files with 1030 additions and 2 deletions

5
.coveragerc Normal file
View File

@@ -0,0 +1,5 @@
[run]
include = localized_fields/*
omit = *migrations*, *tests*
plugins =
django_coverage_plugin