summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_inheritance_regress/models.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-04-20Fixed #17615 -- Corrected unique field validation when using multitable inher...Anssi Kääriäinen
2011-02-12Fixed #13987 -- Ensure that the primary key is set correctly for all models t...Russell Keith-Magee
2010-11-17Fixed #11369 -- Corrected verbose_name_plural model Meta option to be consist...Ramiro Morales
2010-11-16Migrated model_inheritance_regress doctests. Thanks to Gregor Müllegger for ...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-23Fixed #11764 -- Added a missing set of parentheses in a call calculating the ...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-11-03Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...Russell Keith-Magee
2009-03-04Fixed #10406 -- Fixed some problems with model inheritance and pk fields.Malcolm Tredinnick
2009-03-04Fixed #10251 -- Fixed model inheritance when there's also an explicit pk field.Malcolm Tredinnick
2009-03-04Fixed #10362 -- An update() that only affects a parent model no longer crashes.Malcolm Tredinnick
2008-10-24Fixed #9406 -- Ensure that each database column is only represented once in theMalcolm Tredinnick
2008-09-03Fixed #7588 -- Inherit fields from concrete ancestor classes via abstract baseMalcolm Tredinnick
2008-09-03Fixed #8825 -- Fixed a small error model field setup (on the model class) fromMalcolm Tredinnick
2008-09-01Fixed #8770: made some tests more robust under MySQL. Thanks, Alex Gaynor.Jacob Kaplan-Moss
2008-09-01Fixed #8076: fixed `get_(next/previous)_by_date` when used with subclasses. T...Jacob Kaplan-Moss
2008-07-28Fixed #7853 -- Fixed another case of deleting inherited models with foreign keyMalcolm Tredinnick
2008-07-23Allow for matches against unsaved objects in querysets (which will thereforeMalcolm Tredinnick
2008-07-22Fixed the tests from [8033] to work for the PostgreSQL backends (the primaryMalcolm Tredinnick
2008-07-22Fixed #6755: model inheritance now works in the admin. Thanks, sloonz and Mic...Jacob Kaplan-Moss
2008-07-13Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat...Russell Keith-Magee
2008-06-29Fixed #7276 -- Delete multi-table objects correctly.Malcolm Tredinnick
2008-06-26Fixed #7105 -- Fixed dates() queries in light of model inheritance.Malcolm Tredinnick
2008-06-09Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ...Russell Keith-Magee