summaryrefslogtreecommitdiff
path: root/tests/proxy_models
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-4/+4
* Fixed #22690 -- Added a check for proxy models containing fields.Craig de Stigter2014-06-021-8/+20
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+2
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+4
* Used Apps.clear_cache() in tests that alter the app registry.Aymeric Augustin2013-12-291-1/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-5/+5
* Replaced ad-hoc caching of get_models with lru_cache.Aymeric Augustin2013-12-241-1/+1
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Refactored registration of models.Aymeric Augustin2013-12-221-0/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Moved list of models inside AppConfig instances.Aymeric Augustin2013-12-171-7/+6
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-3/+3
* Removed BaseAppCache.app_store.Aymeric Augustin2013-12-171-2/+0
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-6/+12
* Fixing E302 ErrorsJason Myers2013-11-021-0/+26
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+1
* Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma2013-10-211-3/+1
* Removed unused local variables in tests.Tim Graham2013-10-191-5/+5
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette2013-08-301-1/+1
* Fixed #20777 -- Admin proxy model deletion regressionAnssi Kääriäinen2013-08-195-2/+64
* Made Model.__eq__ consider proxy models equivalentAnssi Kääriäinen2013-08-191-0/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped calling loaddata with commit=False.Aymeric Augustin2013-06-301-1/+1
* Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer2013-03-081-4/+4
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-265-0/+584