summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Expand)Author
2016-02-16[1.4.x] Updated xhtml2pdf URL in docs.stable/1.4.xRamon Moraes
2014-08-26[1.4.x] Fixed spelling mistake in file docs.Tim Graham
2014-08-11[1.4.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...Tim Graham
2014-08-08[1.4.x] Noted that django-jython requires Django 1.7.Tim Graham
2014-04-21[1.4.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-01-17[1.4.x] Fixed #20052 -- Discouraged use of Jython given the current state of ...Tim Graham
2013-11-22[1.4.x] Fix #20054: Removed links to modwsgi.org.Baptiste Mispelon
2013-09-15[1.4.x] Cleaned up 1.4.8 release notesTim Graham
2013-07-17[1.4.x] Fixed #20756 -- Typo in uWSGI docs.Tim Graham
2013-02-11Fixed WSGIPythonPath instruction in deployment docsClaude Paroz
2012-12-15[1.4.X] Fixed #18099 -- corrected a typo in the initial data docs. Thanks to...Alex Gaynor
2012-10-29[1.4.x] Fixed #19208 -- Docs for mod_wsgi daemon modeAymeric Augustin
2012-10-19[1.4.X] Fixed #17388 - Noted in the custom model field docs that field method...Tim Graham
2012-10-03[1.4.X] Fixed #19006 - Quoted filenames in Content-Disposition header.Tim Graham
2012-09-08[1.4.X] Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
2012-08-30[1.4.x] Updated obsolete links in the documentationClaude Paroz
2012-07-07[1.4x] Fixed #18587 -- Typo in management command exampleAymeric Augustin
2012-06-29[1.4.x] Fixed #18528 -- Fixed custom field value_to_string exampleClaude Paroz
2012-06-06[1.4.X] Replaced documentation snippets using "gender" with less sensitive ex...Jacob Kaplan-Moss
2012-04-22[1.4.X] Fixed #18186 -- Fixed ReportLab Web site links. Thanks pablog for the...Claude Paroz
2012-03-29[1.4.X] Fixed #17993 -- Removed quotes around module parameter for wider comp...Claude Paroz
2012-03-14Updated some outdated external URLs in docs.Claude Paroz
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-10Fixed #17842 - Typo in uWsgi docs; thanks mitnk.Timo Graham
2012-03-05Fixed #16939 -- Inaccurate implementation of {% comment %} presented in custo...Chris Beaven
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...Aymeric Augustin
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-03-02Fixed #17799 - Documented that the execute() method of a management command i...Carl Meyer
2012-02-24Fixed #17073 - focused uwsgi docs to Django integration; thanks Preston Holmes.Timo Graham
2012-02-19Fixed #17166 -- Documented how FIXTURE_DIRS works in the inital data how-to, ...Aymeric Augustin
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
2012-02-04Fixed #17625 -- Mention in the management command docs that modules with an u...Jannis Leidel
2012-02-03Edited deployment doc changes from [17338]Adrian Holovaty
2012-01-04Clarified deployment docs to avoid giving users the impression that staticfil...Carl Meyer
2011-11-28Fixed #17309 -- Typo in the IGNORABLE_404_URLS example.Aymeric Augustin
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-10-30Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...Aymeric Augustin
2011-10-28Fixed #17130 -- Corrected import path of get_wsgi_application in deployment d...Carl Meyer
2011-10-22Fixed #17087 -- Re-organized the i18n docs to reduce confusion between USE_I1...Aymeric Augustin
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer
2011-10-14Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-03Added some sphinx cross-reference links to the built-in template tags and fil...Julien Phalip
2011-09-27Brushed up the custom template tag 'howto' guide by moving the assignment_tag...Julien Phalip
2011-09-27Fixed #13956 -- Enabled `*args` and `**kwargs` support for `simple_tag`, `inc...Julien Phalip
2011-09-16Fixed #16863 -- Corrected ReST markup to avoid errors building docs.Carl Meyer
2011-09-11Fixed #16276 -- Noted in the deployment documentation index that the Django B...Julien Phalip
2011-09-10Fixed #16793. Added more cross referencing to the load tag's documentation. ...Alex Gaynor
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-11Fixed #15252 -- Added static template tag and CachedStaticFilesStorage to sta...Jannis Leidel