Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_inheritance
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25550 -- Deprecated direct assignment to the rever...Tim Graham2015-10-271-2/+2
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-5/+5
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-5/+7
* Fixed #15321 -- Honored ancestors unique checks.Aron Podrigal2015-02-042-2/+53
* 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-213-2/+59
* Fixed #17673 -- Forbid field shadowing.Christopher Medrela2014-02-102-37/+1
* PEP8Jason Myers2013-11-031-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 B...Alasdair Nicol2013-08-161-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 con...Simon Charette2013-03-021-1/+25
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+460