summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_fields/models.py
AgeCommit message (Expand)Author
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-09Fixed #13293 -- Corrected a problem with the MySQL handling of boolean return...Russell Keith-Magee
2010-04-01Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b...Russell Keith-Magee
2010-03-10Tests for [12744], which were accidentally left out of the commit. Refs #13071.James Bennett
2010-02-14Fixed #6054: work around PIL's installation brokeness by detecting either of ...Jacob Kaplan-Moss
2010-01-09Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integer as a ...Adrian Holovaty
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2009-05-28Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti...Gary Wilson Jr
2009-04-10Converted model_fields regression tests into unittests.Jacob Kaplan-Moss
2008-12-02Fixed #9706: made SlugField honor max_length in Oracle, matching the other ba...Ian Kelly
2008-11-12Fixed #5079 -- Avoid converting Decimals to floats during save to the database.Karen Tracey
2008-07-30Fixed #8023 -- Allow filtering of DecimalFields (in models) using strings.Malcolm Tredinnick
2008-07-27Removed some model saves from [8102] which were causing test failures under P...Russell Keith-Magee
2008-07-27Fixed #7913 -- Corrected backwards incompatible parts of [7977] when optgroup...Russell Keith-Magee
2008-03-20Fixed #6445 -- Allow model instances to be used as a default for ForeignKeysMalcolm Tredinnick
2007-07-30Fixed call to `ugettext`, which is imported as `_`.Gary Wilson Jr