| Age | Commit message (Expand) | Author |
| 2014-07-05 | Fixed various minor doc typos / references. | Daniel Hahler |
| 2014-05-03 | Fix docs error with deconstruct() docs | Andrew Godwin |
| 2014-04-28 | Fixed #22497 -- Highlighted difference between field and class deconstruction. | Tim Graham |
| 2014-04-21 | Fixed queries that may return unexpected results on MySQL due to typecasting. | 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 |
| 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 |