django-modeltranslation/modeltranslation/tests
Jacek Tomaszewski 71af06c7c9 Add configurable formfields (close #211, ref #163, #187).
This will hopefully at last resolve the problem with nullable CharFields.
2013-10-23 15:40:45 +02:00
..
fixtures Apply population using a pre_save signal. 2013-02-19 10:47:25 +01:00
test_app Initial work towards python 3 support 2013-04-08 11:41:06 +02:00
__init__.py Make values, values_list and dates language-aware (close #173). 2013-10-12 16:58:36 +02:00
models.py Add OneToOneField support. 2013-10-12 13:58:57 +02:00
project_translation.py Initial work towards python 3 support 2013-04-08 11:41:06 +02:00
settings.py Be prepared to test with various storages or just with the usual FileSystemStorage, but with an overridden location (e.g. when the storage is created in another apps test before MEDIA_ROOT defined for tests gets set). 2013-02-20 20:45:49 +01:00
test_settings.py Initial work towards python 3 support 2013-04-08 11:41:06 +02:00
translation.py Add configurable formfields (close #211, ref #163, #187). 2013-10-23 15:40:45 +02:00
urls.py Switched to flake8 in favour of pep8 and pyflakes which allows to ignore certain statements. 2012-11-01 20:05:17 +01:00