summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Expand)Author
2012-11-17[1.5.x] Fix typo in file storage docs.Aymeric Augustin
2012-11-17[1.5.x] Fixed #19310 -- changed method docs formatting for custom file storag...Preston Holmes
2012-10-29[1.5.x] Fixed #19208 -- Docs for mod_wsgi daemon modeAymeric Augustin
2012-10-19Fixed #17388 - Noted in the custom model field docs that field methods need t...Tim Graham
2012-10-16Fixed #19128 -- Reworded admonition about Jython and Django 1.5Claude Paroz
2012-10-03Fixed #19006 - Quoted filenames in Content-Disposition header.Tim Graham
2012-10-02Fixed #19057 -- support custom user models in mod_wsgi auth handlerPreston Holmes
2012-09-29Added a missing commaPreston Holmes
2012-09-29Fixed a couple errors and inconsistencies in mod_wsgi docsPreston Holmes
2012-09-27Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling.Carl Meyer
2012-09-27fixed #10809 -- add a mod_wsgi authentication handlerPreston Holmes
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-08Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
2012-08-18[py3] Ported django.utils.safestring.Aymeric Augustin
2012-08-12Fix link to Gunicorn website in deployment howto.Martijn Vermaat
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-15Fixed #18626 -- rst syntax collision.Aymeric Augustin
2012-07-07Fixed #18587 -- Typo in management command exampleAymeric Augustin
2012-07-06restored a missing \ in uwsgi docsDaniele Procida
2012-07-02Replaced 'return' by 'raise' in custom model field docsClaude Paroz
2012-06-30Fixed #11162 -- Mentioned ValidationError in custom model field docsClaude Paroz
2012-06-29Fixed #18528 -- Fixed custom field value_to_string exampleClaude Paroz
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-11Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel
2012-06-08Fixed #18440 -- Pointed out that ReportLab is not thread safe. Thanks, jens@l...Adrian Holovaty
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-06Replaced documentation snippets using "gender" with less sensitive examples.Jacob Kaplan-Moss
2012-06-06Added alt attribute to img tags in docs.Aymeric Augustin
2012-05-27Fixed #18387 -- Do not call sys.exit during call_command.Claude Paroz
2012-05-19Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper classClaude Paroz
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-05-05Replaced cStringIO.StringIO by io.BytesIO.Claude Paroz
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-30docs: It's rsync_project not rysnc_projectKyle Fuller
2012-04-29Minor fixes in the custom template tags docs.Aymeric Augustin
2012-04-25Fixed #18060 -- Corrected the import path of an example in custom management ...Claude Paroz
2012-04-23Fixed #18187 -- Completed example and details about custom command options. T...Claude Paroz
2012-04-22Fixed #18186 -- Fixed ReportLab Web site links. Thanks pablog for the report ...Claude Paroz
2012-04-11Fixed #18099 -- corrected a typo in the initial data docs. Thanks to Bradley...Alex Gaynor
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-03-31Fix a reST error.Alex Gaynor
2012-03-31Fixed #18029 -- Removed leftover mod_python files forgotten in r17835.Claude Paroz
2012-03-31Removed the deprecated reset and sqlreset management commands.Aymeric Augustin
2012-03-31Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...Claude Paroz
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-28Fixed 17993 -- Removed quotes around module parameter for wider compatibility...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