summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Expand)Author
2014-04-21[1.7.x] Fixed queries that may return unexpected results on MySQL due to type...Erik Romijn
2014-04-18[1.7.x] Moved RemoteUserBackend documentation to reference guide.Tim Graham
2014-04-17[1.7.x] Fixed #22444 -- Marked initial SQL/fixture loading as deprecated.Tim Graham
2014-04-16[1.7.x] Added RemoteUserMiddleware to middleware reference page.Tim Graham
2014-04-15[1.7.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4.Tim Graham
2014-04-10[1.7.x] Fixed #22412 -- More nuanced advice re template filters and exceptions.Carl Meyer
2014-04-09[1.7.x] Noted that pip is included with Python 3.4 in Windows install guide.Tim Graham
2014-04-08[1.7.x] Fixed #16205 -- Added an installation for Windows.Anubhav Joshi
2014-03-25[1.7.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.Tim Graham
2014-03-17Fixed #21179 -- Added a StreamingHttpResponse example for CSV files.zedr
2014-03-02Removed WSGI upgrade instructions for Django 1.3 and earlier.Tim Graham
2014-02-27Fixed documention typojibreel
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-24Fixed #22116 -- Added precision about WSGIPythonPath separatorClaude Paroz
2014-02-18Fixed #22062 -- Corrected static files config for Apache >= 2.4Tim Graham
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-01-22Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-22Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2014-01-17Fixed #20052 -- Discouraged use of Jython given the current state of django-j...Tim Graham
2014-01-03Merge pull request #2094 from coder9042/ticket_21478Anssi Kääriäinen
2014-01-02Fixed #21722 -- Added a warning for avoiding XSS vulnerabilities when reusing...Tim Graham
2013-12-28Used app_label instead of appname.Aymeric Augustin
2013-12-28Updated the AppCommand API to support apps without a models module.Aymeric Augustin
2013-12-25Unified listing of shell commands/codeYaroslav Halchenko
2013-12-25Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config.Tim Graham
2013-12-19Fixed #21478 -- Corrected docs for when Field.db_type() is called.Anubhav Joshi
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-05Fixed another typo in custom model field documentation.Baptiste Mispelon
2013-12-05Fixed typo in custom model field documentation.Baptiste Mispelon
2013-11-27Field.deconstruct() howto docsAndrew Godwin
2013-11-21Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer
2013-10-14Fixed #20962 -- Documented that template tag render() may raise exceptions.Bouke Haarsma
2013-10-03Fixed #21218 -- Typo on docs/howto/upgrade-version.txtTim Graham
2013-09-25Updated a code block to use the emphasize-lines Sphinx optionTim Graham
2013-09-21- missing __init__.pyAlexander
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
2013-09-15Cleaned up 1.5.4/1.4.8 release notesTim Graham
2013-09-10Fix broken sphinx reference to staticfiles.Tarjei Husøy
2013-09-07Fixed #20938 -- Added cached sessions note to deployment checklist.Tim Graham
2013-09-05Fixed #20900 -- Documented RemoteUserBackend.authenticateTim Graham
2013-09-03Fixed #20973 -- Document serving static files without django.contrib.staticfilesLoic Bistuer
2013-08-31Made django.test.testcases not depend on staticfiles contrib app.Ramiro Morales
2013-08-30Fixed #20999 - Allow overriding formfield class with choices, without subclas...Carl Meyer
2013-08-21Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger