| Age | Commit message (Expand) | Author |
| 2010-05-06 | Fixed #13287 -- Corrected the advice on argument formatting in the {% url %} ... | Russell Keith-Magee |
| 2010-05-04 | Fixed #13458 -- Corrected typo in GeoIP docs. Thanks, Paul McMillan for repo... | Justin Bronn |
| 2010-05-04 | Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module with... | Justin Bronn |
| 2010-05-01 | Fixed #13444 -- Improved the documentation around the backwards compatibility... | Russell Keith-Magee |
| 2010-04-19 | Fixed #13361 - Made sure jQuery is always included in the admin changelist an... | Jannis Leidel |
| 2010-04-16 | Fixed #11810 -- Fixed typo and errors that prevented `modifiable` from workin... | Justin Bronn |
| 2010-04-09 | Minor documentation tweaks for GeoDjango, including addition of link to main ... | Justin Bronn |
| 2010-04-06 | Fixed #13099 - incorrect SQL for `exclude()` example | Luke Plant |
| 2010-04-05 | Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ... | Russell Keith-Magee |
| 2010-03-30 | PostGIS 1.5 allows distance queries on non-point geographic geometry columns ... | Justin Bronn |
| 2010-03-30 | Fixed #12945 -- Corrected the parsing of arguments in {% url %} when the argu... | Russell Keith-Magee |
| 2010-03-30 | Fixed #13087 -- Modified m2m signals to provide greater flexibility over exac... | Russell Keith-Magee |
| 2010-03-27 | Fixed #13103 -- A bit of re-organization to the custom template `ModelAdmin` ... | Gary Wilson Jr |
| 2010-03-27 | Fixed #13032 - Added localize parameter to form fields to be able to selecti... | Jannis Leidel |
| 2010-03-27 | Fixed #13202 -- Documented required libraries for markup template tags, based... | Gary Wilson Jr |
| 2010-03-26 | Fixed #12930, #12832, #11538 -- Refactored and merged the GeoDjango documenta... | Justin Bronn |
| 2010-03-25 | Fixed #13200 -- Updated the DB session backend to make full use of routers, d... | Russell Keith-Magee |
| 2010-03-23 | Fixed #13177 -- Corrected usage of firstof in admin templates. Thanks to nomu... | Russell Keith-Magee |
| 2010-03-20 | Fixed `fieldlookup` docs cross-reference directive, and added it to the query... | Justin Bronn |
| 2010-03-16 | Fixed #10361 -- Added documentation for ComboField and MultiValueField form f... | Gary Wilson Jr |
| 2010-03-15 | Fixed #13114 -- Modified escapejs to produce output that is JSON compliant. T... | Russell Keith-Magee |
| 2010-03-11 | Fixed #13072: Corrected a few markup and formatting errors in the documentation. | James Bennett |
| 2010-03-10 | Fixed #11711 -- clarified that ValuesQuerySets are not lists per se. | Malcolm Tredinnick |
| 2010-03-10 | Fixed three small doc markup errors. | Malcolm Tredinnick |
| 2010-03-08 | Fixed #13058 - "smart if" template tag doesn't support "if not in ..." condit... | Luke Plant |
| 2010-03-08 | Fixed #12024: Changed admin code to avoid raising an exception when a field l... | Karen Tracey |
| 2010-03-08 | Fixed #12097 -- Cleaned up the documentation for ModelChoiceField and Multipl... | Russell Keith-Magee |
| 2010-03-08 | Fixed #13037 -- Added documentation for the css_classes() helper class. Thank... | Russell Keith-Magee |
| 2010-03-06 | Fixed #13036: Corrected a typo in the documentation for the TEMPLATE_LOADERS ... | James Bennett |
| 2010-03-03 | Fixed #12969: Use versionadded directive for the new --symlinks option to the... | James Bennett |
| 2010-03-03 | Fixed #12601: Documented the slug field in the forms module. | James Bennett |
| 2010-03-03 | Fixed #12217: Documented the fact that serving flatpages from the flatpage mi... | James Bennett |
| 2010-03-03 | Fixed #11889: Documented the fact that context processors will overwrite pre-... | James Bennett |
| 2010-03-03 | Fixed #11883: Documented how to set a custom template name on a flatpage. | James Bennett |
| 2010-03-02 | Fixed #12946: Removed an invalid example of url tag usage from the docs. | Karen Tracey |
| 2010-03-01 | Fixed #12987 - Added a few versionadded directives to the admin docs. Thanks,... | Jannis Leidel |
| 2010-02-27 | Fixed #12964 - wrong path for CSRF decorators in upgrading notes. | Luke Plant |
| 2010-02-26 | Fixed #12968 - Added missing versionadded/-changed doc markers for r12466. Th... | Jannis Leidel |
| 2010-02-26 | Fixed #12967 - Added missing versionadded/-changed doc markers for r11964. Th... | Jannis Leidel |
| 2010-02-26 | Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro... | Russell Keith-Magee |
| 2010-02-24 | Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,... | Joseph Kocherhans |
| 2010-02-24 | Fixed #11933 -- Added versionchanged marker for the cache_db session backend.... | Russell Keith-Magee |
| 2010-02-24 | Fixed #12538 -- Added a note that pickles aren't stable during version update... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12802 -- Specify the correct factory in the `InlineModelAdmin` docs. ... | Justin Bronn |
| 2010-02-23 | Fixed #12800 -- Clarified the text describing the palettes available to djang... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12837 -- Clarified the naming strategy for m2m intermediate tables. Th... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12916 -- Added a missing versionadded marker for the m2m_changed signa... | Russell Keith-Magee |
| 2010-02-22 | Fixed #11687: the `add` filter is now less failsome when faced with things th... | Jacob Kaplan-Moss |
| 2010-02-22 | Fixed #9147 -- Added `FormPreview.process_preview` customization hook. Thank... | Justin Bronn |
| 2010-02-21 | Fixed #9764 - Updated EmailField and URLField to support IDN (Internationaliz... | Jannis Leidel |