| Age | Commit message (Expand) | Author |
| 2010-05-04 | Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds.... | Russell Keith-Magee |
| 2010-04-09 | Fixed #13293 -- Corrected a problem with the MySQL handling of boolean return... | Russell Keith-Magee |
| 2010-04-01 | Fixed #7190 -- Corrected a problem with Boolean value handling on the MySQL b... | Russell Keith-Magee |
| 2010-03-10 | Tests for [12744], which were accidentally left out of the commit. Refs #13071. | James Bennett |
| 2010-03-07 | Fixed #12913. Fields with choices now respect show_hidden_initial as a keywor... | Joseph Kocherhans |
| 2010-02-24 | Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,... | Joseph Kocherhans |
| 2010-02-02 | Fixed #12667. Added optgroup validation support to model fields with choices.... | Joseph Kocherhans |
| 2010-01-09 | Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integer as a ... | Adrian Holovaty |
| 2010-01-05 | Merged soc2009/model-validation to trunk. Thanks, Honza! | Joseph Kocherhans |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-17 | Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten... | Karen Tracey |
| 2009-05-28 | Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti... | Gary Wilson Jr |
| 2009-04-12 | Fixed #10692 -- Fixed DecimalField lookups for extreme values. | Malcolm Tredinnick |
| 2009-04-10 | Fixed #9640, #10549: BooleanFields with choices, a default, and null=False no... | Jacob Kaplan-Moss |
| 2009-04-10 | Converted model_fields regression tests into unittests. | Jacob Kaplan-Moss |
| 2009-02-11 | Fixed #5903 -- DecimalField.get_default() now correctly returns a Decimal obj... | Brian Rosner |
| 2008-08-29 | Fixed #8101 -- Allow the strings '1' and '0' as filter values for boolean | Malcolm Tredinnick |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 2008-08-02 | Fixed #7920 -- Made tests compatible with Python 2.6's Decimal repr change, p... | Gary Wilson Jr |
| 2008-07-30 | Since max_digits and decimal_places are required on django.db.models.DecimalF... | Malcolm Tredinnick |
| 2008-07-29 | Fixed #7560 -- Moved a lot of the value conversion preparation for | Malcolm Tredinnick |
| 2008-06-30 | Fixed #4485 -- Allow nullable DecimalFields to store NULLs. | Malcolm Tredinnick |
| 2007-07-30 | Fixed call to `ugettext`, which is imported as `_`. | Gary Wilson Jr |