django-modeltranslation/modeltranslation/tests
2020-02-12 14:38:37 +01:00
..
auth_migrations Django 1.10 integration (ref #381) 2016-08-19 21:23:45 +02:00
fixtures Apply population using a pre_save signal. 2013-02-19 10:47:25 +01:00
test_app Fix tests to work with Django 1.7. 2014-06-09 23:32:21 +02:00
__init__.py Removed unused code. 2017-06-23 06:49:38 +02:00
models.py Merge branch 'master' of https://github.com/mvbrn/django-modeltranslation into django-3 2019-10-27 18:57:00 +02:00
project_translation.py Initial work towards python 3 support 2013-04-08 11:41:06 +02:00
settings.py Fix failing tests when local migrations are used (Fixes: #527). 2019-11-13 13:25:59 +01:00
test_settings.py Initial work towards python 3 support 2013-04-08 11:41:06 +02:00
tests.py The issue was that base_manager method from django is a cached property that creates a manager each time it is required. So overwriting didnt work. Now i am far from a metaclass expert and im sure this can be done neater, however this is all the time i have at the moment. Improvements shouldnt be too hard now the issue has a (ugly) fix. Also added a short test, but i am used to pytest, so forgive me for the ugly manager solution. Hope this can help you out 2020-02-12 14:38:37 +01:00
translation.py Fix flake8 formatting errors 2019-10-20 20:14:52 +02:00
urls.py Remove the unsupported use-mirrors pip option 2016-09-14 12:35:58 +02:00