| Age | Commit message (Expand) | Author |
| 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 |
| 2010-02-21 | Fixed #12066 - Moved auth context processor from core to the auth app. Thanks... | Jannis Leidel |
| 2010-02-21 | Fixed #12620 - Refer to better fieldname in defer docs. Thanks, dwillis. | Jannis Leidel |
| 2010-02-21 | Fixed #12877 - Typo in settings docs. Thanks Timo. | Jannis Leidel |
| 2010-02-16 | Fixed #7050 - Allow the makemessages command to optionally ignore paths when ... | Jannis Leidel |
| 2010-02-16 | Fixed #6380 - Follow symlinks when examining source code and templates for tr... | Jannis Leidel |
| 2010-02-16 | Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro ... | Jannis Leidel |
| 2010-02-10 | Fixed #12839 - noted change of import path for csrf_exempt decorator | Luke Plant |
| 2010-01-28 | Fixed #4140: Documented the ORA-06552 error that can occur when a keyword is ... | Ian Kelly |
| 2010-01-28 | Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #1... | Russell Keith-Magee |
| 2010-01-27 | Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r... | Russell Keith-Magee |
| 2010-01-26 | Fixed #12508 - Added ability to dynamically add inlines in the admin app. | Jannis Leidel |
| 2010-01-25 | Fixed #12672 -- Added the ability to configure which applications are availab... | Russell Keith-Magee |
| 2010-01-25 | Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave... | Russell Keith-Magee |
| 2010-01-23 | Added color configuration for HTTP 304, since it doesn't require as much atte... | Russell Keith-Magee |
| 2010-01-22 | Fixed #12540, #12541 -- Added database routers, allowing for configurable dat... | Russell Keith-Magee |
| 2010-01-18 | Fixed #12638 -- Minor documentation cleanups around the new class-based test ... | Russell Keith-Magee |