Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_inheritance/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+4
* Fixed #15321 -- Honored ancestors unique checks.Aron Podrigal2015-02-041-2/+32
* Removed support for syncing apps without migrations per d...Tim Graham2015-01-181-1/+1
* Refs #18586 -- Split up model_inheritance.ModelInheritanc...Alexander Shchapov2014-12-041-133/+135
* Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny2014-12-031-7/+14
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-1/+1
* Fixed #23370 -- defer() + select_related() crashed with i...Akis Kesoglou2014-08-301-0/+37
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Appeased flake8 2.1.0.Aymeric Augustin2014-04-211-1/+1
* Fixed #22402 -- Consolidated model_inheritance tests.Aymeric Augustin2014-04-211-2/+40
* Fixed #17673 -- Forbid field shadowing.Christopher Medrela2014-02-101-33/+1
* Fixed #20946 -- model inheritance + m2m failureAnssi Kääriäinen2013-08-211-1/+15
* 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
* 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 con...Simon Charette2013-03-021-1/+25
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+296