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
/
docs
/
custom_model_fields.txt
Age
Commit message (
Expand
)
Author
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss
2008-08-10
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:
Gary Wilson Jr
2008-08-08
File storage refactoring, adding far more flexibility to Django's file handli...
Jacob Kaplan-Moss
2008-07-30
Fixed #7998 -- Corrected typo. Thanks to ElliotM for the report.
Russell Keith-Magee
2008-07-29
Fixed #7560 -- Moved a lot of the value conversion preparation for
Malcolm Tredinnick
2008-07-27
Remove the last remaining references to manipulators outside of oldforms docs
James Bennett
2008-07-21
Refs #7864 -- Updates to documentation for the oldforms/newforms switch.
Gary Wilson Jr
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-03-18
Fixed #6759: Corrected example of get_db_prep_save() in docs/custom_model_fie...
James Bennett
2007-12-17
Small typo fixes. Thanks, jdetaeye, Ionut Ciocirlan, David Reynolds and adamv.
Malcolm Tredinnick
2007-12-09
Tweaked the custom field documentation so that people reading about to_python...
Malcolm Tredinnick
2007-12-01
Edited docs/custom_model_fields.txt from [6652]
Adrian Holovaty
2007-11-15
Fixed #5892, #5930 -- Fixed some typos pointed out by ars@iki.fi and nickl.
Malcolm Tredinnick
2007-11-05
Documentation for creating custom model fields.
Malcolm Tredinnick