| Age | Commit message (Expand) | Author |
| 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 |
| 2010-12-28 | Fixed #14905 -- Corrected some misleading linking and language in the FileFie... | Gabriel Hurley |
| 2010-12-26 | Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 | Timo Graham |
| 2010-12-18 | Fixed #6434 - Add clarifying note about auto_now and auto_now_add. thank adam... | Timo Graham |
| 2010-11-09 | Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc... | Carl Meyer |
| 2010-11-07 | Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" thro... | Gabriel Hurley |
| 2010-10-27 | Edited docs/ref/models/fields.txt change from [14049] | Adrian Holovaty |
| 2010-10-15 | Fixed #14307 -- Added a new crossref target to model field reference docs and... | Gabriel Hurley |
| 2010-10-09 | Fixed misspelling in model fields docs. | Carl Meyer |
| 2010-10-09 | Tiny formatting tweak. | Simon Meers |
| 2010-10-09 | Fixed #5537 -- document trailing '+' on related_name for supressing backward ... | Simon Meers |
| 2010-08-23 | Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the p... | Russell Keith-Magee |
| 2010-08-19 | Fixed #14141: docs now use the :doc: construct for links between documents. | Jacob Kaplan-Moss |
| 2010-05-10 | Fixed #12229 -- Added documentation of the FieldFile methods that are exposed... | Russell Keith-Magee |
| 2010-03-08 | Fixed #12024: Changed admin code to avoid raising an exception when a field l... | Karen Tracey |
| 2010-02-24 | Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,... | Joseph Kocherhans |
| 2010-02-23 | Fixed #12837 -- Clarified the naming strategy for m2m intermediate tables. Th... | Russell Keith-Magee |
| 2010-01-10 | Fixed #12271 -- Fixed typo in URLField docs. Thanks, adam@andyet.net | Adrian Holovaty |
| 2010-01-10 | Fixed #10862 -- Clarified confusing documentation about ImageField height/wid... | Adrian Holovaty |
| 2010-01-09 | Fixed #12512 -- Fixed typo in docs/ref/models/fields.txt. Thanks, bward1 | Adrian Holovaty |
| 2010-01-05 | Added a section to the docs for discussing validators and updated a few links... | Joseph Kocherhans |
| 2010-01-05 | Merged soc2009/model-validation to trunk. Thanks, Honza! | Joseph Kocherhans |
| 2009-12-26 | Fixed several broken and redirecting URLs in the documentation (fixes #12219,... | Gary Wilson Jr |
| 2009-12-17 | Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten... | Karen Tracey |
| 2009-09-23 | Fixed #11931: Removed mention of nonexistent get_sql() method for arguments t... | James Bennett |
| 2009-06-10 | Fixed #10981 -- Clarified documentation regarding lazy cross-application rela... | Russell Keith-Magee |