| Age | Commit message (Expand) | Author |
| 2011-07-29 | Fixed #16497 -- Added new form and model fields to the Mexican local flavor. ... | Jannis Leidel |
| 2011-07-29 | Fixed #8013 -- Added Columbian and Ecuadorian local flavor. Thanks, ikks and ... | Jannis Leidel |
| 2011-07-29 | Fixed #16377 -- Fixed docs about how to disable the admin actions conditional... | Jannis Leidel |
| 2011-07-14 | Added a note about the AJAX CSRF example not working on jQuery 1.5 | Brian Rosner |
| 2011-07-10 | Fixed #16000 -- reference natural keys in contenttypes documentation. Thanks ... | Simon Meers |
| 2011-07-04 | Fixed #16161 -- Added `--clear` option to `collectstatic` management command ... | Jannis Leidel |
| 2011-07-04 | Fixed #16382 -- Corrected form wizard docs to use one based step number in ex... | Jannis Leidel |
| 2011-07-03 | Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or... | Jannis Leidel |
| 2011-07-03 | Fixed #14608 -- Added phone number field to Indian local flavor. Thanks, lawg... | Jannis Leidel |
| 2011-07-01 | Fixed #15974 -- Correctly link to static files handling in deployment docs. T... | Jannis Leidel |
| 2011-06-30 | Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi... | Jannis Leidel |
| 2011-06-29 | Fixed #16232 -- Corrected typo in geographic admin reference. Thanks, Issac ... | Justin Bronn |
| 2011-06-28 | Fixed #12761 -- Added Paraguayan local flavor. Thanks, dschulz and BernhardEssl. | Jannis Leidel |
| 2011-06-28 | Fixed #16175 -- Modified the sitemaps views to return TemplateResponse instan... | Jannis Leidel |
| 2011-06-28 | Fixed #10907, #14190 and #15829 -- Pass item to sitemaps template to allow fu... | Jannis Leidel |
| 2011-06-25 | Fixed #16338 -- Fixed Austrian postal codes validation. Thanks Bernhard Essl ... | Ramiro Morales |
| 2011-06-18 | Fixed #16292 -- Removed broken link for Swiss localflavor documentation. Than... | Jannis Leidel |
| 2011-06-16 | Fixed #16031 -- Corrected comments template examples. Thanks, teraom. | 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 #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli... | Jannis Leidel |
| 2011-06-11 | Fixed #16195 -- Added docs for ModelAdmin's get_changelist method. Thanks, ms... | 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-09 | Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men... | Ramiro Morales |
| 2011-06-08 | Fixed #14206 - dynamic list_display support in admin | Luke Plant |
| 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-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-21 | Tweaked some `render_to_response` links in the documentation. | Ramiro Morales |
| 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-13 | Fixed #16014 -- numerous documentation typos -- thanks psmith. | Simon Meers |
| 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 |