summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Expand)Author
2015-03-13[1.6.x] Fixed typo in docs/howto/custom-template-tags.txt.Ian Lee
2015-03-09[1.6.x] Fixed typo in docs/howto/custom-template-tags.txtTim Graham
2015-03-02[1.6.x] Added syntax highlighting for apache code blocksIan Lee
2015-01-13[1.6.x] Stripped headers containing underscores to prevent spoofing in WSGI e...Carl Meyer
2014-12-07[1.6.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.Vladimir Rutsky
2014-11-24[1.6.x] Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
2014-10-30[1.6.x] Converted seealso directives to use 4 space indendation.Berker Peksag
2014-10-27[1.6.x] Fixed #23708 -- Corrected mod_wsgi docs reference to nonexistent comm...Tim Graham
2014-10-23[1.6.x] Fixed #23705 -- Removed unnecessary AliasMatch from example Apache co...Tim Graham
2014-09-09[1.6.x] Fixed #23350 -- Updated mod_wsgi auth example to use less memory.Tim Graham
2014-08-26[1.6.x] Fixed spelling mistake in file docs.Tim Graham
2014-08-20[1.6.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...Tim Graham
2014-08-18[1.6.x] Fixed #14638 -- Clarified model Field.to_python() docs.Tim Graham
2014-08-08[1.6.x] Noted that django-jython requires Django 1.7.Tim Graham
2014-08-02[1.6.x] Fixed #23154 -- Removed reference to deprecated run_gunicorn command.Tim Graham
2014-07-07[1.6.x] Fixed #22942 -- Noted that __init__.py files are required for managem...Tim Graham
2014-07-05[1.6.x] Fixed various minor doc typos / references.Daniel Hahler
2014-05-12[1.6.x] Fixed #22619 -- Corrected description of os.path.Tim Graham
2014-05-05[1.6.x] Fixed #1349 -- Clarified docs on serving files from STATIC/MEDIA_URL.Tim Graham
2014-04-21[1.6.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-18[1.6.x] Moved RemoteUserBackend documentation to reference guide.Tim Graham
2014-04-16[1.6.x] Added RemoteUserMiddleware to middleware reference page.Tim Graham
2014-04-15[1.6.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4.Tim Graham
2014-04-10[1.6.x] Fixed #22412 -- More nuanced advice re template filters and exceptions.Carl Meyer
2014-04-08[1.6.x] Fixed #16205 -- Added an installation for Windows.Anubhav Joshi
2014-03-25[1.6.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.Tim Graham
2014-02-24[1.6.x] Fixed #22116 -- Added precision about WSGIPythonPath separatorClaude Paroz
2014-02-18[1.6.x] Fixed #22062 -- Corrected static files config for Apache >= 2.4Tim Graham
2014-01-22[1.6.x] Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-22[1.6.x] Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-17[1.6.x] Fixed #20052 -- Discouraged use of Jython given the current state of ...Tim Graham
2014-01-02[1.6.x] Fixed #21722 -- Added a warning for avoiding XSS vulnerabilities when...Tim Graham
2013-12-25[1.6.x] Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.Tim Graham
2013-12-08[1.6.x] Updated a bunch of hyperlinks in documentationClaude Paroz
2013-11-18[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-10-14[1.6.x] Fixed #20962 -- Documented that template tag render() may raise excep...Bouke Haarsma
2013-10-03[1.6.x] Fixed #21218 -- Typo on docs/howto/upgrade-version.txtTim Graham
2013-09-25[1.6.x] Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-09-15[1.6.x] Cleaned up 1.5.4/1.4.8 release notesTim Graham
2013-09-10[1.6.x] Fixed broken sphinx reference to staticfiles.Tarjei Husøy
2013-09-07[1.6.x] Fixed #20938 -- Added cached sessions note to deployment checklist.Tim Graham
2013-09-05[1.6.x] Fixed #20900 -- Documented RemoteUserBackend.authenticateTim Graham
2013-09-03[1.6.x] Fixed #20973 -- Document serving static files without django.contrib....Loic Bistuer
2013-08-30[1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without...Carl Meyer
2013-08-20[1.6.x] Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner
2013-07-24[1.6.x] Fixed typo in Custom management commands documentation.Jon Lønne
2013-07-17[1.6.x] Fixed #20756 -- Typo in uWSGI docs.Tim Graham
2013-07-08[1.6.x] Fixed #20493 -- Added a warning that objects may not be picklable acr...Tim Graham
2013-07-06[1.6.x] Fixed #14006 -- Documented that Field's 'description' attribute is in...Tim Graham
2013-07-05[1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz