django-modeltranslation/modeltranslation/tests
Jacek Tomaszewski 17f3d96ccc Rewrite spanned queries on all levels for defer/only (close #248).
Also:
- optimize fields to related model access
- more elegant way to access DefferedModel real class
- fix select_related rewriting and add some code to contemplate possible solutions
- update docs about select_related
- add 2 test for implemented features
2014-07-09 23:19:48 +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 Fixes for flake8. 2014-01-19 22:30:45 +01:00
models.py Rewrite spanned queries on all levels for defer/only (close #248). 2014-07-09 23:19:48 +02:00
project_translation.py Initial work towards python 3 support 2013-04-08 11:41:06 +02:00
settings.py Satisfy new flake8 version. 2014-03-27 00:39:41 +01:00
test_settings.py Initial work towards python 3 support 2013-04-08 11:41:06 +02:00
tests.py Rewrite spanned queries on all levels for defer/only (close #248). 2014-07-09 23:19:48 +02:00
translation.py Satisfy new flake8 version. 2014-03-27 00:39:41 +01: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