django-modeltranslation/modeltranslation/tests
2013-03-08 21:13:37 +01:00
..
fixtures Apply population using a pre_save signal. 2013-02-19 10:47:25 +01:00
test_app Add autodiscover tests. 2013-02-09 20:35:34 +01:00
__init__.py Add a descriptor so that ForeignKey 'field_id' attributes work. 2013-03-06 15:54:56 -08:00
models.py Attempt to rewrite related_names (ref #161). 2013-03-08 21:13:37 +01:00
project_translation.py Add autodiscover tests. 2013-02-09 20:35:34 +01: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 Allow tests to be run together with other apps. 2012-11-10 19:31:46 +01:00
translation.py Implement ForeignKey support (does not support reverse relations) 2013-03-06 14:20:16 -08: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
utils.py Add MultilingualManager and its tests. 2012-11-11 16:28:29 +01:00