| Age | Commit message (Expand) | Author |
| 2011-05-14 | Tweaked weird wording of docs/ref/contrib/humanize.txt 'naturaltime' section ... | Adrian Holovaty |
| 2011-05-14 | Added ability to describe grouping of form fields in the same row to the `fie... | Ramiro Morales |
| 2011-05-14 | Removed last vestiges of references to technical messages from documentation. | Ramiro Morales |
| 2011-05-13 | Fixed #16014 -- numerous documentation typos -- thanks psmith. | Simon Meers |
| 2011-05-10 | Fixes #15963 -- Misleading FileField.save documentation. Thanks for the repor... | Chris Beaven |
| 2011-05-09 | Updated AJAX example code in CSRF docs to be consistent regarding what are sa... | Luke Plant |
| 2011-05-09 | Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requests | Luke Plant |
| 2011-05-09 | Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c... | Luke Plant |
| 2011-05-09 | Added 'settings' section to CSRF docs, eliminating the unneeded 'Subdomains' ... | Luke Plant |
| 2011-05-09 | Clarified wording about use of 2 decorators in CSRF docs | Luke Plant |
| 2011-05-09 | Added clarifying note to docs for CSRF_COOKIE_DOMAIN | Luke Plant |
| 2011-05-09 | Fixed #15354 - provide method to ensure CSRF token is always available for AJ... | Luke Plant |
| 2011-05-09 | Fixed #15469 - CSRF token is inserted on GET requests | Luke Plant |
| 2011-05-09 | Mentioned simplification of AJAX example code in CSRF docs. | Luke Plant |
| 2011-05-09 | Documented the edge case of needing a view that is partly CSRF protected | Luke Plant |
| 2011-05-09 | In CSRF docs, moved 'Exceptions' section to 'Edge cases', and cleaned up some... | Luke Plant |
| 2011-05-09 | Fixed #15518 - documented requires_csrf_token | Luke Plant |
| 2011-05-09 | Changed an example in CSRF docs to use new 'render' shortcut | Luke Plant |
| 2011-05-09 | Fixed #15869 - example AJAX code in CSRF docs fails sometimes for IE7 or abso... | Luke Plant |
| 2011-05-07 | Fixed #15941 -- Fixed DateField docs to no longer state that the admin calend... | Jannis Leidel |
| 2011-05-07 | Fixed #15263 -- Added support for format localization to the now template tag... | Jannis Leidel |
| 2011-05-06 | Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thank... | Jannis Leidel |
| 2011-05-05 | Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filte... | Luke Plant |
| 2011-05-04 | Fixed #15960 -- Extended list filer API added in r16144 slightly to pass the ... | Jannis Leidel |
| 2011-05-03 | Corrected the behavior of the SimpleFilter.lookups method to also be able to ... | Jannis Leidel |
| 2011-05-03 | Fixed #13729 -- Renamed UK localflavor to GB to correctly follow ISO 3166. Th... | Jannis Leidel |
| 2011-05-03 | Fixed #5833 -- Modified the admin list filters to be easier to customize. Man... | Jannis Leidel |
| 2011-05-03 | Fixed #15952 -- fixed an error in the template builtins docs. | Alex Gaynor |
| 2011-04-28 | Fixed #15713 -- Added a form field for validating Polish National ID Card num... | Jannis Leidel |
| 2011-04-28 | Fixed #15865 -- correct class name for BaseGenericInlineFormset. Thanks leone... | Simon Meers |
| 2011-04-28 | Fix heading formatting in localflavor docs. | Simon Meers |
| 2011-04-28 | Fixed #15830 -- Add documentation regarding localflavor i18n. Thanks framos. | Simon Meers |
| 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-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-20 | Fixed #2705: added a `select_for_update()` clause to querysets. | Jacob Kaplan-Moss |
| 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 |