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
/
ref
/
models
/
fields.txt
Age
Commit message (
Expand
)
Author
2013-02-16
[1.5.x] Fixed #19824 - Corrected the class described for Field.primary_key fr...
Tim Graham
2013-01-07
[1.5.x] Created special PostgreSQL text indexes when unique is True
Claude Paroz
2013-01-02
[1.5.x] Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-26
[1.5.X] Fixed broken links, round 3. refs #19516
Tim Graham
2012-12-25
[1.5.X] Fixed more broken links. refs #19516
Tim Graham
2012-11-09
[1.5.x] Merge pull request #506 from gwrtheyrn/ipv6_doc_fix
Tim Graham
2012-11-03
[1.5.X] Fixed #17549 -- Added a clickable link for URLFields in admin change ...
Ulrich Petri
2012-10-18
Fixed #18046 - Documented than an index is created by default for ForeignKeys...
Tim Graham
2012-10-03
Fixed #18413 - Noted that a model's files are not deleted when the model is d...
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-09-19
Fixed #15325 - Added a link to RelatedManager in the ManytoManyField docs; th...
Tim Graham
2012-09-08
Fixed #18478 - Documented how to use a mutable default in a model field.
Tim Graham
2012-09-08
Avoided mixing dates and datetimes in the examples.
Aymeric Augustin
2012-08-26
Fixed typo in model fields reference docs.
Ramiro Morales
2012-08-21
Fixed #18637 - Updated some documentation for aspects of models that are Mode...
Tim Graham
2012-08-08
Fix #18062: Document best practices for choices in model fields.
James Bennett
2012-08-03
Fixed #15932 - Documented how to supress multiple reverse relations to the sa...
Tim Graham
2012-07-24
Clarified default name of M2M relationship DB table.
Ramiro Morales
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-06-06
Added alt attribute to img tags in docs.
Aymeric Augustin
2012-04-29
Prevent Oracle from changing field.null to True
Anssi Kääriäinen
2012-04-22
Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...
Alex Gaynor
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2012-03-29
Fixed #17870 -- Documented that EmailField default max_length of 75 does not ...
Claude Paroz
2012-03-17
Fixed #17926 -- Removed mention of XMLField in docs (missing deletion from r1...
Claude Paroz
2011-12-20
Fixed a typo in the model fields reference.
Aymeric Augustin
2011-11-19
Fix #15646: Document that a FileField's full path can't be relied upon until ...
Karen Tracey
2011-11-12
Fix #16570: Restore ability to have decimal fields where max_digits equals de...
Karen Tracey
2011-10-30
Fixed #17063 -- Fixed visibility of a few version-dependant notes in our docu...
Ramiro Morales
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-10-13
Fixed #7609 -- Noted in the model fields reference documentation that `Positi...
Julien Phalip
2011-09-10
Corrected documentation inconsistencies regarding deprecation of URLField.ver...
Carl Meyer
2011-09-10
Altered the behavior of URLField to avoid a potential DOS vector, and to avoi...
Russell Keith-Magee
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-07-29
Fixed #16498 -- Fixed typo in GenericIPAddressField docs. Thanks, JshWright.
Jannis Leidel
2011-07-06
Improved warning about file uploads in docs, and added link from security ove...
Luke Plant
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-06-09
Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le...
Andrew Godwin
2011-05-10
Fixes #15963 -- Misleading FileField.save documentation. Thanks for the repor...
Chris Beaven
2011-05-07
Fixed #15941 -- Fixed DateField docs to no longer state that the admin calend...
Jannis Leidel
2011-04-06
Fixes #10786 -- Document that NullBooleanField should be used rather than Boo...
Chris Beaven
2011-04-01
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2011-03-03
Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...
Russell Keith-Magee
2011-01-20
Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...
Carl Meyer
2011-01-11
Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for the report.
Timo Graham
2010-12-29
Fixed #14959 - Add a link to localflavor in the model field docs. Thanks Paul...
Timo Graham
2010-12-29
Fixed #7726 -- Added validation of max_digits and decimal_places options to D...
Ramiro Morales
2010-12-29
Fixed #14403 -- Provided some extra resources on the difference between Float...
Gabriel Hurley
[next]