| Age | Commit message (Expand) | Author |
| 2011-04-24 | Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth... | Timo Graham |
| 2011-04-24 | Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto. | Timo Graham |
| 2011-04-23 | Fixed #15875 - typo in F() example; thanks jblaine. | Timo Graham |
| 2011-04-22 | Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the re... | Chris Beaven |
| 2011-04-22 | Fixed #13584 -- Optionally allow empty files with django.forms.FileField. Tha... | Chris Beaven |
| 2011-04-22 | Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te... | Jannis Leidel |
| 2011-04-22 | Fixed a couple of small documentation typos. | Ramiro Morales |
| 2011-04-22 | Fixed #14091 - be more correct about logging queries in connection.queries. | Jacob Kaplan-Moss |
| 2011-04-22 | Fixed #15705 -- Added Croatian (hr) localflavor. Thanks, Zlatko MaĊĦek and Ju... | Jannis Leidel |
| 2011-04-22 | Fixed #15013 -- Added Russian (ru) localflavor package. Thanks, blackraven an... | Jannis Leidel |
| 2011-04-22 | Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phi... | Jannis Leidel |
| 2011-04-22 | Fixed #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia Kai, Dani... | Jannis Leidel |
| 2011-04-22 | Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an... | Jannis Leidel |
| 2011-04-22 | Fixed #11251 -- Extended Australian localflavor to ship a few model fields ad... | Jannis Leidel |
| 2011-04-21 | Added note about HTML5 to release notes. | Luke Plant |
| 2011-04-20 | Added notes about `select_for_update` to the 1.4 release notes. | Jacob Kaplan-Moss |
| 2011-04-20 | Fixed #2705: added a `select_for_update()` clause to querysets. | Jacob Kaplan-Moss |
| 2011-04-20 | Fixed #15794 -- Corrected an error in the docs which indicated applying decor... | Gabriel Hurley |
| 2011-04-20 | Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thank... | Gabriel Hurley |
| 2011-04-20 | Switched to HTML5 doctype in all Django supplied templates. | Luke Plant |
| 2011-04-20 | Fixed #15846 -- Fixed unfinished sentence in django-admin.txt. Thanks, follower | Adrian Holovaty |
| 2011-04-20 | Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpa... | Jannis Leidel |
| 2011-04-20 | Corrected factual error regarding logging in the CSRF docs | Luke Plant |
| 2011-04-19 | Fixed #15791 - method to signal that callable objects should not be called in... | Luke Plant |
| 2011-04-18 | Fixed #15843 -- removed an extraneous quotation mark in the template tag docs... | Gabriel Hurley |
| 2011-04-17 | Fixed #15800 -- Fixed error in class-based-views docs. Thanks, Natim | Adrian Holovaty |
| 2011-04-17 | Fixed #15816 -- Changed docs/ref/utils.txt to refer to django.utils.datastruc... | Adrian Holovaty |
| 2011-04-17 | Fixed #15821 -- Removed incorrect link from docs/releases/1.3.txt | Adrian Holovaty |
| 2011-04-17 | Fixed #15822 -- Removed references to the v1 postgresql backend (which has be... | Adrian Holovaty |
| 2011-04-17 | Updated the contributing document to accurately reflect our security process. | Jacob Kaplan-Moss |
| 2011-04-09 | Fixed #15780 - Broken link in old release notes regarding CSRF upgrade | Luke Plant |
| 2011-04-07 | Fixed #15757 - removed remaining instances of get_and_delete_messages | Luke Plant |
| 2011-04-06 | Fixes #10786 -- Document that NullBooleanField should be used rather than Boo... | Chris Beaven |
| 2011-04-06 | Fixes #10754 - minor clarification to the post/pre_delete signal documentation | Chris Beaven |
| 2011-04-06 | Fixes #11596 -- Make paginator.Page iterable | Chris Beaven |
| 2011-04-03 | Fixed #15746. Clarified updated list_filter documentation. | Simon Meers |
| 2011-04-02 | Fixed a comma splice in docs/faq/install.txt from [16004] | Adrian Holovaty |
| 2011-04-02 | Updated the Python version requirements FAQ entry in the installation section. | Ramiro Morales |
| 2011-04-02 | Advanced deprecations in core.cache. | Russell Keith-Magee |
| 2011-04-02 | Advanced deprecation of user-based messages and the LegacyFallbackStorage in ... | Russell Keith-Magee |
| 2011-04-01 | Fixed some ReST errors from e-mail -> email change in docs, and changed some ... | Adrian Holovaty |
| 2011-04-01 | Changed e-mail to email throughout documentation and codebase. The one except... | Adrian Holovaty |
| 2011-03-30 | Deprecated csrf_response_exempt and csrf_view_exempt decorators | Luke Plant |
| 2011-03-30 | Added release notes about the removal of Django 1.2 compatibility fallbacks f... | Luke Plant |
| 2011-03-30 | Removed deprecated CsrfResponseMiddleware, and corresponding tests and docs | Luke Plant |
| 2011-03-30 | Added stub release notes for 1.4 | Luke Plant |
| 2011-03-30 | Re-added a few compatibility modules that were removed in r15927 to lower the... | Jannis Leidel |
| 2011-03-29 | Fixed #15710 - removed "that that" typos. | Timo Graham |
| 2011-03-27 | Fixed #15664 - Removed extra parens in commit_on_success example. | Timo Graham |
| 2011-03-26 | Fixed #15687 -- Fixed small typo in multidb docs. Thanks, jonash | Adrian Holovaty |