summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_regress/models.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-08-15[py3] Fixed bad unicode testClaude Paroz
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-06-07Fixed #18432 -- Prevented the ForeignKey field from creating an invalid query...Jann Kleen
2010-11-18Converted the model_regress doctests into unittests. We have always been at ...Alex Gaynor
2010-11-18Fixed pk uniqueness validation for new objects created outside of a ModelForm...Carl Meyer
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-03-10Refs #10443: Added Oracle to the #10443 regression test exemption, since we d...Ian Kelly
2009-03-10Fixed #10443 -- Fixed model attribute updating after r10003.Malcolm Tredinnick
2009-03-10Added an editorial comment to a test.Malcolm Tredinnick
2008-11-16Fixed #9608: Ensured a Model's default repr() is printable even if its __unic...Karen Tracey
2008-11-16Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. OnlyMalcolm Tredinnick
2008-09-01Fixed #8316 -- Put tighter restrictions on the type of Foreign Key fieldsMalcolm Tredinnick
2008-08-25Fixed #8510 -- Allow both strings (mostly for the admin) and integers to beMalcolm Tredinnick
2008-07-29Fixed #7560 -- Moved a lot of the value conversion preparation forMalcolm Tredinnick
2008-03-24Added a test for month selection under SQLite in case an old possible bug everMalcolm Tredinnick
2007-12-11Fixed ORA-01461 error when trying to store more than 4000 bytes in a TextFiel...Ian Kelly
2007-09-14Fixed #5218: Made Oracle create autoinc triggers using the correct name Ian Kelly
2007-08-11Fixed #5134 -- Return empty strings as Unicode in psycopg1 backend.Malcolm Tredinnick
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick