django/tests/admin_inlines
Renato Oliveira 43569647ab Fixed #21299 - Changed filters from title to capfirst on admin inline formsets.
Previously there was a mixture of the two which resulted in inconsistent
casing.
2013-10-24 14:44:07 -04:00
..
fixtures Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin.py Fixed E225 pep8 warnings. 2013-10-23 06:09:29 -04:00
models.py Fixed #18263 -- Corrrected handling of hidden fields in tabular admin inlines. 2013-10-07 12:30:02 -04:00
tests.py Fixed #21299 - Changed filters from title to capfirst on admin inline formsets. 2013-10-24 14:44:07 -04:00
urls.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00