summaryrefslogtreecommitdiff
path: root/tests/model_inheritance
AgeCommit message (Expand)Author
2013-11-02PEP8Jason Myers
2013-08-21Fixed #20946 -- model inheritance + m2m failureAnssi Kääriäinen
2013-08-19PEP 8 cleanupAnssi Kääriäinen
2013-08-19Fixed #12567 -- Incorrect SQL in model inheritance caseAnssi Kääriäinen
2013-08-19Made Model.__eq__ consider proxy models equivalentAnssi Kääriäinen
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-03-14Fixed #16649 -- Refactored save_base logicAnssi Kääriäinen
2013-03-02Import `CaptureQueriesContext` from its original module.Simon Charette
2013-03-02Fixed #10399 -- Tested that o2o field updates are not constrained by an inner...Simon Charette
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner