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
/
modeltests
/
field_subclassing
Age
Commit message (
Expand
)
Author
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-04-02
Updates to the test suite to allow for newly deprecated and removed features
Russell Keith-Magee
2011-03-30
Removed deprecated legacy connection handling for `Field.get_db_*`.
Alex Gaynor
2011-03-09
Fixed a bunch more tests that were failing in Oracle due to false assumptions...
Ian Kelly
2010-11-02
Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase meta...
Alex Gaynor
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-09-12
Migrated the field_subclsasing doctests. Thanks to Alex Gaynor.
Russell Keith-Magee
2010-03-23
Fixed #13171 -- Corrected the field_subclassing unit test. Thanks to Gabriel ...
Russell Keith-Magee
2010-02-24
Fixed #12734. Deferred fields will now be properly converted to python when a...
Joseph Kocherhans
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2007-11-29
Fixed #5989 -- Fixed a problem with values being incorrectly reused by
Malcolm Tredinnick
2007-11-05
Added the small changes necessary to make creating custom model fields easier.
Malcolm Tredinnick