| Age | Commit message (Expand) | Author |
| 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-06 | Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thank... | Jannis Leidel |
| 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-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-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 #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 | Switched to HTML5 doctype in all Django supplied templates. | Luke Plant |
| 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-07 | Fixed #15757 - removed remaining instances of get_and_delete_messages | Luke Plant |
| 2011-04-03 | Fixed #15746. Clarified updated list_filter documentation. | Simon Meers |
| 2011-04-02 | Advanced deprecation of user-based messages and the LegacyFallbackStorage in ... | Russell Keith-Magee |
| 2011-04-01 | Changed e-mail to email throughout documentation and codebase. The one except... | Adrian Holovaty |
| 2011-03-30 | Removed deprecated CsrfResponseMiddleware, and corresponding tests and docs | Luke Plant |
| 2011-03-17 | Fixed #14133 -- Updated Windows installation instructions for GeoDjango, now ... | Justin Bronn |
| 2011-03-16 | Use Sphinx `:download:` directives for spatial database template creation scr... | Justin Bronn |
| 2011-03-16 | Fixed #15618 -- CookieStorage storage in messages framework now honors SESSIO... | Adrian Holovaty |
| 2011-03-10 | Fixed #15592 -- corrected an missing backtick in the syndication docs. Thanks... | Gabriel Hurley |
| 2011-03-03 | Fixed #15504 -- Cleaned up contrib.syndication and contrib.utils.feedgenerato... | Gabriel Hurley |
| 2011-02-28 | Fixed #15365 -- Added a warning to the `contrib.markup` docs reminding users ... | Gabriel Hurley |
| 2011-02-23 | Fixed #15375 -- clarified apparent contradiction in Form Wizard documentation... | Simon Meers |
| 2011-02-22 | Removed example CSRF jQuery code from release notes, replacing with link to i... | Luke Plant |
| 2011-02-21 | Fixed #11058 - list_display_links doesn't allow callables not defined in the ... | Luke Plant |
| 2011-02-18 | Fixed #15335 -- Improved Sphinx crossref targets and metadata for the sites a... | Gabriel Hurley |
| 2011-02-16 | Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly cent... | Gabriel Hurley |
| 2011-02-16 | Fixed #14820 -- Added more information to the generic relation docs regarding... | Gabriel Hurley |
| 2011-02-16 | Fixed #15309 -- reST/Sphinx cleanup on the ContentTypes Framework docs. | Gabriel Hurley |
| 2011-02-14 | Fixed "the the" typos. | Timo Graham |
| 2011-02-14 | Fixed a couple of documentation typos. | Ramiro Morales |
| 2011-02-14 | Fixes #15270 -- Moved back the serve view to django.views.static due to depen... | Jannis Leidel |
| 2011-02-13 | Updated GeoDjango installation docs and spatial database template script for ... | Justin Bronn |
| 2011-02-12 | Fixed #15284 - improved example jQuery code for adding X-CSRF-Token | Luke Plant |
| 2011-02-09 | Fixed a security issue in the CSRF component. Disclosure and new release for... | Alex Gaynor |
| 2011-02-02 | Fixed #15208 - Document ModelAdmin.formfield_for_choice_field; thanks julien. | Timo Graham |
| 2011-02-01 | Fixed some documentation and default-settings.py comments that were misleadin... | Carl Meyer |
| 2011-01-31 | Some tweaks to the staticfiles docs to clarify things for new users. Thanks J... | Carl Meyer |