summaryrefslogtreecommitdiff
path: root/tests/model_inheritance
Commit message (Expand)AuthorAgeFilesLines
...
* 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