summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-08-18Fixed #14516 -- Extract methods from removetags and slugify template filtersMarc Tamlyn
2012-08-18Fixed #16744 -- Class based view should have the view object in the contextMarc Tamlyn
2012-08-18[py3] Ported django.utils.safestring.Aymeric Augustin
2012-08-18[py3] Added compatibility import of thread/_threadAymeric Augustin
2012-08-18Merge pull request #282 from ptone/patch-1Aymeric Augustin
2012-08-18Added a warning about the {% url %} syntax changeAymeric Augustin
2012-08-17Update docs/topics/class-based-views/index.txtPreston Holmes
2012-08-17Merge pull request #271 from morty/patch-1Tim Graham
2012-08-17Fixed #18696 - Clarified WizardView heading; thanks sergzach.Tim Graham
2012-08-17Merge pull request #261 from issackelly/cbv-full-listTim Graham
2012-08-16Fixed #17183 - Added a note regarding LocaleMiddleware at the top of the i18n...Tim Graham
2012-08-16Fixed #18223 - Corrected default transaction behavior in postgresql docs.Tim Graham
2012-08-16Marked up a few raw values in the settings documentation.Simon Meers
2012-08-16Fixed #18759 -- updated SECRET_KEY documentationPiet Delport
2012-08-15Fixed comment to match the codeTom Mortimer-Jones
2012-08-13Consistenly use _ as alias for ugettext_lazy in the i18n docs.Florian Apolloner
2012-08-12Fixed #18306 -- Made deferred models issue update_fields on saveAndrei Antoukh
2012-08-12[py3] Explained @python_2_unicode_compatible usageAymeric Augustin
2012-08-12[py3] Deprecated StrAndUnicode.Aymeric Augustin
2012-08-12[py3] Added python_2_unicode_compatible decorator.Aymeric Augustin
2012-08-12Removed missplaced label in the docs.Florian Apolloner
2012-08-12Fix link to Gunicorn website in deployment howto.Martijn Vermaat
2012-08-11Fixed #18698 -- Configure latex to support '≥' in the docs.Florian Apolloner
2012-08-10Create headings and expand CBV docs so that the "Built-In CBV" docs include a...Issac Kelly
2012-08-10Fixed #17680 - Clarified when logging is configured.Tim Graham
2012-08-10Fixed #17016 - Added examples for file uploads in views.Tim Graham
2012-08-09Clarified thread safety note in class based views; thanks rafadura for the pa...Tim Graham
2012-08-08Fix #18062: Document best practices for choices in model fields.James Bennett
2012-08-08[py3] Replaced __nonzero__ by __bool__Claude Paroz
2012-08-07Put all the security-related notes in the same notice box.James Bennett
2012-08-07And link security policies from documentation index.James Bennett
2012-08-07Link security policies from internals index.James Bennett
2012-08-07Add new security-policy documentation.James Bennett
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-06Merge pull request #252 from MichaelBlume/patch-1Tim Graham
2012-08-06change "has now" -> "now has" in 1.5 release notesMichael Blume
2012-08-06Fixed #17053 - Added a note about USE_THOUSAND_SEPARATOR setting to localizat...Tim Graham
2012-08-05Fixed a rst error introduced in f2abfe1e.Aymeric Augustin
2012-08-05Merge pull request #233 from rafikdraoui/modeladmin-docTim Graham
2012-08-04Fixed some typos on the documentation's index page.Julien Phalip
2012-08-04Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ T...Angeline Tan
2012-08-04Restructured the documentation's index page and added some introductory sente...Julien Phalip
2012-08-04Small improvement to the `contrib.messages` doc introduction.Julien Phalip
2012-08-04Added a missing space to the description of the `cut` filter.Florian Apolloner
2012-08-04Merge pull request #210 from pydanny/ticket_18632Alex Gaynor
2012-08-04For #210, cleaned up text and formatting.Daniel Greenfeld
2012-08-04Merge pull request #153 from webjunkie/patch-1Tim Graham
2012-08-04Merge pull request #244 from mbrochh/masterTim Graham
2012-08-04Fixed #16980 - Misc updates to the auth docs. Thanks Preston Holmes for the p...Tim Graham
2012-08-04Fixed #18713 -- Fixed custom comment app name in comments docsClaude Paroz