summaryrefslogtreecommitdiff
path: root/tests/proxy_models/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33816 -- Fixed QuerySet.only() after select_related() crash on proxy m...Ipakeev2022-07-041-0/+6
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+8
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-100/+139
* Fixed #28820 -- Eliminated an extra query with QuerySet.update() on proxy mod...Yan Mitrofanov2017-11-211-0/+7
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-131-8/+2
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-4/+1
* Fixed #15250 -- Avoided extra query on some multi-table inheritance queries.Paulo2016-06-031-1/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-10/+8
* Fixed #11560 -- Allowed proxy model multiple-inheritance from the same concre...Akshesh2016-03-301-4/+6
* Made a few proxy_models tests use assertRaisesMessage().Tim Graham2016-03-301-20/+9
* Removed unneeded hint=None/obj=None in system check messages.Tim Graham2016-02-121-2/+0
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-12/+3
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-23/+14
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-23/+15
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #18012 -- Propagated reverse foreign keys from proxy to concrete models.Simon Charette2015-10-121-6/+11
* Updated tests to stop leaking models in shared AdminSite.Riccardo Magliocchetti2015-04-151-4/+4
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-1/+14
* Fixed #24328 -- cleaned up Options._get_fields() implementationAnssi Kääriäinen2015-02-201-2/+12
* Replaced some more hardcoded admin URLsClaude Paroz2015-02-091-7/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-8/+8
* 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
* 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
* 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-191-0/+27
* 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
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+382