index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
model_fields
/
models.py
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-02-14
Fixed #6054: work around PIL's installation brokeness by detecting either of ...
Jacob Kaplan-Moss
2010-01-09
Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integer as a ...
Adrian Holovaty
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-10
Converted model_fields regression tests into unittests.
Jacob Kaplan-Moss
2008-12-02
Fixed #9706: made SlugField honor max_length in Oracle, matching the other ba...
Ian Kelly
2008-11-12
Fixed #5079 -- Avoid converting Decimals to floats during save to the database.
Karen Tracey
2008-07-30
Fixed #8023 -- Allow filtering of DecimalFields (in models) using strings.
Malcolm Tredinnick
2008-07-27
Removed some model saves from [8102] which were causing test failures under P...
Russell Keith-Magee
2008-07-27
Fixed #7913 -- Corrected backwards incompatible parts of [7977] when optgroup...
Russell Keith-Magee
2008-03-20
Fixed #6445 -- Allow model instances to be used as a default for ForeignKeys
Malcolm Tredinnick
2007-07-30
Fixed call to `ugettext`, which is imported as `_`.
Gary Wilson Jr