Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/proxy_models
Commit message (Expand)AuthorAgeFilesLines
* Fixed #18012 -- Propagated reverse foreign keys from prox...Simon Charette2015-10-122-7/+12
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-5/+5
* Fixed #21927 -- Made application and instance namespaces ...Marten Kenbeek2015-06-081-2/+2
* Updated tests to stop leaking models in shared AdminSite.Riccardo Magliocchetti2015-04-153-8/+10
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-43/+14
* Fixed #24328 -- cleaned up Options._get_fields() implemen...Anssi Kääriäinen2015-02-202-3/+13
* Replaced some more hardcoded admin URLsClaude Paroz2015-02-091-7/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-064-10/+10
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-4/+4
* Fixed #22690 -- Added a check for proxy models containing...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 regis...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-031-0/+26
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+1
* Removed some direct settings manipulations in tests; refs...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 comprehensi...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` ...Loic Bistuer2013-03-081-4/+4
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-265-0/+584