summaryrefslogtreecommitdiff
path: root/tests/model_inheritance
Commit message (Expand)AuthorAgeFilesLines
* Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...Mads Jensen2016-09-131-4/+2
* Avoided uncessary table creation in model_inheritance tests.Simon Charette2016-05-314-69/+30
* Fixed #24305 -- Allowed overriding fields on abstract models.Aron Podrigal2016-05-161-0/+354
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-4/+2
* Fixed #26413 -- Fixed a regression with abstract model inheritance and explic...Simon Charette2016-03-281-2/+18
* Removed unnecessary filter kwarg from .get() in a test.Adam Alton2016-03-141-1/+1
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-20/+14
* Fixed #25354 -- Added class/app_label interpolation for related_query_name.James Pulec2016-01-282-1/+15
* Renamed __unicode__() to __str__() in some test comments.Tim Graham2015-11-191-1/+1
* Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham2015-10-271-2/+2
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-5/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-5/+7
* Fixed #15321 -- Honored ancestors unique checks.Aron Podrigal2015-02-032-2/+53
* Removed support for syncing apps without migrations per deprecation timeline.Tim Graham2015-01-181-1/+1
* Refs #18586 -- Split up model_inheritance.ModelInheritanceTestAlexander Shchapov2014-12-031-133/+135
* Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny2014-12-031-7/+14
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-031-1/+1
* Fixed #23370 -- defer() + select_related() crashed with inherited models.Akis Kesoglou2014-08-301-0/+37
* Fixed several typos in DjangoAlex Gaynor2014-05-281-1/+1
* Appeased flake8 2.1.0.Aymeric Augustin2014-04-211-1/+1
* Fixed #22402 -- Consolidated model_inheritance tests.Aymeric Augustin2014-04-213-2/+59
* Fixed #17673 -- Forbid field shadowing.Christopher Medrela2014-02-102-37/+1
* PEP8Jason Myers2013-11-021-0/+22
* Fixed #20946 -- model inheritance + m2m failureAnssi Kääriäinen2013-08-212-1/+21
* PEP 8 cleanupAnssi Kääriäinen2013-08-191-26/+36
* Fixed #12567 -- Incorrect SQL in model inheritance caseAnssi Kääriäinen2013-08-191-0/+24
* Made Model.__eq__ consider proxy models equivalentAnssi Kääriäinen2013-08-191-0/+5
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-4/+4
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #16649 -- Refactored save_base logicAnssi Kääriäinen2013-03-141-1/+1
* Import `CaptureQueriesContext` from its original module.Simon Charette2013-03-021-1/+1
* Fixed #10399 -- Tested that o2o field updates are not constrained by an inner...Simon Charette2013-03-021-1/+25
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+460