| Age | Commit message (Expand) | Author |
| 2013-08-30 | [1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without... | Carl Meyer |
| 2013-07-06 | [1.6.x] Fixed #14006 -- Documented that Field's 'description' attribute is in... | Tim Graham |
| 2013-07-05 | [1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__ | Claude Paroz |
| 2013-07-05 | [1.6.x] 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 |
| 2009-12-13 | Apply doc addition that somehow was left out of r11833. Refs #7977. | Karen Tracey |
| 2009-07-11 | Fixed #11438 -- Corrected some bad grammar in the custom fields docs. Thanks ... | Russell Keith-Magee |
| 2009-04-01 | Fixed #10693: updated params in the docs. | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568,... | Gary Wilson Jr |
| 2008-12-03 | Fixed #9734 -- Typo fix in the custom fields documentation, pointed out by | Malcolm Tredinnick |
| 2008-11-01 | Fixed #9412 -- Corrected a couple of typos in the custom model field doc. Th... | Karen Tracey |
| 2008-10-24 | Fixed #9424 -- Typo fix. | Malcolm Tredinnick |
| 2008-09-02 | Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v... | Jacob Kaplan-Moss |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 2008-08-26 | Corrected references that aren't `Field` attributes. | Gary Wilson Jr |
| 2008-08-24 | Fixed #7243: Corrected some example code in the custom model fields documenta... | Russell Keith-Magee |
| 2008-08-23 | Massive reorganization of the docs. See the new docs online at http://docs.dj... | Jacob Kaplan-Moss |