summaryrefslogtreecommitdiff
path: root/tests/proxy_models
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-074-108/+168
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Fixed #28820 -- Eliminated an extra query with QuerySet.update() on proxy mod...Yan Mitrofanov2017-11-211-0/+7
* Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов2017-11-061-1/+1
* Sorted imports per isort 4.2.9.Tim Graham2017-06-011-1/+0
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-2/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-6/+0
* 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 #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer2016-05-171-0/+4
* 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-302-4/+16
* 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-122-7/+12
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-5/+5
* Fixed #21927 -- Made application and instance namespaces more distinct.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() implementationAnssi 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 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