summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-06-16Fixed #15908 -- Mention blocktrans in the pluralize filter documentation sect...Jannis Leidel
2011-06-16Fixed #16057 -- Extended deployment documentation with instructions for uWSGI...Jannis Leidel
2011-06-16Fixed #16031 -- Corrected comments template examples. Thanks, teraom.Jannis Leidel
2011-06-16Fixed #16264 -- Improved form widget documentation. Many thanks to Bas Peschier.Jannis Leidel
2011-06-16Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl.Jannis Leidel
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2011-06-15Added a few cross references to the i18n docs and documented pgettext and col...Jannis Leidel
2011-06-14Noted new security overview page in the 1.4 release notesLuke Plant
2011-06-14Fixed typo in release notes regarding CSRF with PUT/DELETE etcLuke Plant
2011-06-14Fixed #16236 -- Added get_form_kwargs method to WizardView as a way to easily...Jannis Leidel
2011-06-14Fixed #16248 -- Corrected a few typos in the security docs. Thanks, buddelkiste.Jannis Leidel
2011-06-12Fixed #15856 -- Added Macedonian localflavor. Many thanks to vasiliyeah.Jannis Leidel
2011-06-12Fixed docs render warning.Jannis Leidel
2011-06-12Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli...Jannis Leidel
2011-06-12Fixed #15764 - Corrected mixin docs for DeleteView?; thanks linovia for the r...Timo Graham
2011-06-11Fixed #15949 - Clarified the docs for password_reset_done view; thanks cyclop...Timo Graham
2011-06-11Fixed #11989 -- Allow passing a Template instance to inclusion_tag. Thanks to...Jannis Leidel
2011-06-11Fixed #12847 -- Added name parameter to simple_tag, assignment_tag and inclus...Jannis Leidel
2011-06-11Fixed #9189 -- Added not about urlize only covering .com, .net, and .org doma...Jannis Leidel
2011-06-11Fixed #16075 -- Corrected localize template tag docs. Thanks, Horst Gutmann.Jannis Leidel
2011-06-11Fixed #16195 -- Added docs for ModelAdmin's get_changelist method. Thanks, ms...Jannis Leidel
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-06-11Fixed #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LIBRARY_PA...Timo Graham
2011-06-10Refs #15855 -- Recommended the csrf_protect decorator rather than vary_on_coo...Carl Meyer
2011-06-10Fixed #14201 - Add a "security overview" page to the docsLuke Plant
2011-06-10Fixed #16185, #15675 -- Added the ability for test runners to define custom o...Russell Keith-Magee
2011-06-09Fixes #13511 -- make regex parameter to RegexValidator to be optional. Also t...Chris Beaven
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-06-09Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le...Andrew Godwin
2011-06-09Fixed #11834 -- Improved technical 500 stacktrace display.Idan Gazit
2011-06-08Fixed #14206 - dynamic list_display support in adminLuke Plant
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-06-08Deprecated legacy ways of calling cache_pageLuke Plant
2011-06-07Removed an alias for ``django.template.loader`` that had been deprecated sinc...Alex Gaynor
2011-06-05Enhanced a bit the documentation and docstring for the url template tag. Also...Ramiro Morales
2011-06-04Fixed #15990 - Simplified a sentence regarding form validation for ModelForms...Timo Graham
2011-06-04Fixed #16145 - typo in manager docs; thanks leereilly.Timo Graham
2011-06-02Fixed #11868 - Multiple sort in admin changelist.Luke Plant
2011-06-01Fixed #16141 -- Fixed typos in new form wizard.Jannis Leidel
2011-06-01Fixed #9200 -- Added new form wizard to formtools based on class based views....Jannis Leidel
2011-05-31Added info to release notes about CSRF improvementsLuke Plant
2011-05-31Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom.Timo Graham
2011-05-30Fixed some typos/grammar in clickjacking docsLuke Plant
2011-05-30Fixed #14261 - Added clickjacking protection (X-Frame-Options header)Luke Plant
2011-05-30Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.Timo Graham
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-29Fixed #16120 -- Updated a few reference links in the docs after the contribut...Jannis Leidel
2011-05-27Fixed #15796 -- Restructured the contributing documentation and added note ab...Jannis Leidel
2011-05-24Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...Luke Plant
2011-05-24Made some small tweaks/fixes to documentation from IGNORABLE_404_URLS changes...Adrian Holovaty