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
/
howto
/
custom-model-fields.txt
Age
Commit message (
Expand
)
Author
2014-08-18
[1.7.x] Fixed #14638 -- Clarified model Field.to_python() docs.
Tim Graham
2014-08-15
[1.7.x] Fixed typo in docs/howto/custom-model-fields.txt.
Tim Graham
2014-07-10
[1.7.x] Fixed #22809 -- Added model Field API reference.
Jorge C. Leitão
2014-07-08
[1.7.x] Fixed #22812 -- Refactored lookup API documentation.
Jorge C. Leitão
2014-07-05
[1.7.x] Fixed various minor doc typos / references.
Daniel Hahler
2014-05-03
[1.7.x] Fix docs error with deconstruct() docs
Andrew Godwin
2014-04-28
[1.7.x] Fixed #22497 -- Highlighted difference between field and class decons...
Tim Graham
2014-04-21
[1.7.x] Fixed queries that may return unexpected results on MySQL due to type...
Erik Romijn
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2014-01-22
Always use parentheses when documenting a method with no arguments.
Baptiste Mispelon
2014-01-22
Don't show `self` in the list of arguments of a method.
Baptiste Mispelon
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2013-12-19
Fixed #21478 -- Corrected docs for when Field.db_type() is called.
Anubhav Joshi
2013-12-05
Fixed another typo in custom model field documentation.
Baptiste Mispelon
2013-12-05
Fixed typo in custom model field documentation.
Baptiste Mispelon
2013-11-27
Field.deconstruct() howto docs
Andrew Godwin
2013-11-21
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
Loic Bistuer
2013-08-30
Fixed #20999 - Allow overriding formfield class with choices, without subclas...
Carl Meyer
2013-08-15
Fixed some ReST errors regarding backticks
Tim Graham
2013-07-06
Fixed #14006 -- Documented that Field's 'description' attribute is interpolat...
Tim Graham
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-07-05
Fixed #19539 -- Updated custom model fields example for Python 3.
Tim Graham
2013-06-26
Add missing preposition in documentation
Trey Hunner
2013-03-22
Added missing markup to docs.
Tim Graham
2013-03-18
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed django.contrib.localflavor.
Aymeric Augustin
2012-12-29
Fixed broken links, round 4. refs #19516
Tim Graham
2012-10-19
Fixed #17388 - Noted in the custom model field docs that field methods need t...
Tim Graham
2012-09-08
Fixed #15566 - Documented that update() doesn't honor DateField.auto_now
Tim Graham
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-02
Replaced 'return' by 'raise' in custom model field docs
Claude Paroz
2012-06-30
Fixed #11162 -- Mentioned ValidationError in custom model field docs
Claude Paroz
2012-06-29
Fixed #18528 -- Fixed custom field value_to_string example
Claude Paroz
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-06-06
Replaced documentation snippets using "gender" with less sensitive examples.
Jacob Kaplan-Moss
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-16
Fixed #16863 -- Corrected ReST markup to avoid errors building docs.
Carl Meyer
2011-02-16
Fixed #15308 -- Sphinx/reST fixes for the Custom Model Fields docs.
Gabriel Hurley
2011-01-03
Fixed #15002 - Fix title casing to conform to style guidelines. thanks adamv.
Timo Graham
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-11-07
Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs...
Gabriel Hurley
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-05-10
Fixed #12517 -- Corrected get_prep_lookup example in custom field docs. Thank...
Russell Keith-Magee
2010-04-15
Fixed #13184 -- Document the requirement that custom model fields using Subfi...
Russell Keith-Magee
2009-12-22
Documentation markup fixes.
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-16
Fixed #12385: Made built-in field type descriptions in admindocs translatable...
Karen Tracey
[next]