index
:
chango.git
devmain
fix-31295
initial-branch
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
Age
Commit message (
Expand
)
Author
2009-05-29
Added test for pickling of a model with an `ImageField`, refs #11103.
Gary Wilson Jr
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-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-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
Fixed #8023 -- Allow filtering of DecimalFields (in models) using strings.
Malcolm Tredinnick
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-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-06-30
Fixed #4485 -- Allow nullable DecimalFields to store NULLs.
Malcolm Tredinnick
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