summaryrefslogtreecommitdiff
path: root/tests/empty
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-2/+2
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Made it possible to create apps without a models module.Aymeric Augustin2013-12-172-26/+0
* Deprecated get_app().Aymeric Augustin2013-12-171-3/+2
* Added get_app_config() to look up app configs by label.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-2/+2
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-262-2/+2
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-265-0/+56