| Age | Commit message (Expand) | Author |
| 2011-06-16 | Fixed #15908 -- Mention blocktrans in the pluralize filter documentation sect... | Jannis Leidel |
| 2011-06-16 | Fixed #16031 -- Corrected comments template examples. Thanks, teraom. | Jannis Leidel |
| 2011-06-16 | Fixed #16264 -- Improved form widget documentation. Many thanks to Bas Peschier. | Jannis Leidel |
| 2011-06-15 | Added a few cross references to the i18n docs and documented pgettext and col... | Jannis Leidel |
| 2011-06-14 | Fixed #16236 -- Added get_form_kwargs method to WizardView as a way to easily... | Jannis Leidel |
| 2011-06-12 | Fixed #15856 -- Added Macedonian localflavor. Many thanks to vasiliyeah. | Jannis Leidel |
| 2011-06-12 | Fixed docs render warning. | Jannis Leidel |
| 2011-06-12 | Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli... | Jannis Leidel |
| 2011-06-12 | Fixed #15764 - Corrected mixin docs for DeleteView?; thanks linovia for the r... | Timo Graham |
| 2011-06-11 | Fixed #9189 -- Added not about urlize only covering .com, .net, and .org doma... | Jannis Leidel |
| 2011-06-11 | Fixed #16195 -- Added docs for ModelAdmin's get_changelist method. Thanks, ms... | Jannis Leidel |
| 2011-06-11 | Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t... | Jannis Leidel |
| 2011-06-11 | Fixed #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LIBRARY_PA... | Timo Graham |
| 2011-06-10 | Refs #15855 -- Recommended the csrf_protect decorator rather than vary_on_coo... | Carl Meyer |
| 2011-06-10 | Fixed #14201 - Add a "security overview" page to the docs | Luke Plant |
| 2011-06-10 | Fixed #16185, #15675 -- Added the ability for test runners to define custom o... | Russell Keith-Magee |
| 2011-06-09 | Fixes #13511 -- make regex parameter to RegexValidator to be optional. Also t... | Chris Beaven |
| 2011-06-09 | Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men... | Ramiro Morales |
| 2011-06-09 | Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le... | Andrew Godwin |
| 2011-06-08 | Fixed #14206 - dynamic list_display support in admin | Luke Plant |
| 2011-06-08 | Fixed #14614 - filtering of sensitive information in 500 error reports. | Luke Plant |
| 2011-06-05 | Enhanced a bit the documentation and docstring for the url template tag. Also... | Ramiro Morales |
| 2011-06-02 | Fixed #11868 - Multiple sort in admin changelist. | Luke Plant |
| 2011-06-01 | Fixed #16141 -- Fixed typos in new form wizard. | Jannis Leidel |
| 2011-06-01 | Fixed #9200 -- Added new form wizard to formtools based on class based views.... | Jannis Leidel |
| 2011-05-31 | Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom. | Timo Graham |
| 2011-05-30 | Fixed some typos/grammar in clickjacking docs | Luke Plant |
| 2011-05-30 | Fixed #14261 - Added clickjacking protection (X-Frame-Options header) | Luke Plant |
| 2011-05-29 | Fixed #15992 -- Added more references to settings. Thanks, aaugustin. | Jannis Leidel |
| 2011-05-29 | Fixed #16120 -- Updated a few reference links in the docs after the contribut... | Jannis Leidel |
| 2011-05-24 | Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp... | Luke Plant |
| 2011-05-22 | Fixed #16067 - Couple reST fixes in ref/templates/builtins.txt; thanks julien. | Timo Graham |
| 2011-05-22 | Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (... | Jannis Leidel |
| 2011-05-22 | Fixed #16021 - Minor documentation fixes for Generic Class Views; thanks Brad... | Timo Graham |
| 2011-05-21 | Tweaked some `render_to_response` links in the documentation. | Ramiro Morales |
| 2011-05-21 | Fixed #12417 -- Added signing functionality, including signing cookies. Many ... | Jannis Leidel |
| 2011-05-18 | Fixed #15561 -- Extended test setting override code added in r16165 with a de... | Jannis Leidel |
| 2011-05-18 | Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Many thank... | Jannis Leidel |
| 2011-05-17 | Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince a... | Jannis Leidel |
| 2011-05-15 | Fixed #15769 - Documented FormWizard's initial argument; thanks aimaz for the... | Timo Graham |
| 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 |