summaryrefslogtreecommitdiff
path: root/docs/howto
AgeCommit message (Expand)Author
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
2013-07-05[1.6.x] Fixed #19539 -- Updated custom model fields example for Python 3.Tim Graham
2013-06-30[1.6.x] Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham
2013-06-26Add missing preposition in documentationTrey Hunner
2013-06-21Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.Tim Graham
2013-06-20Fixed #19319 -- Updated example httpd.conf for Apache 2.4Tim Graham
2013-06-12Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
2013-05-27Fixed #20508 -- ReST typo.Aymeric Augustin
2013-05-25Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMiddlewareClaude Paroz
2013-05-23Fixed #20417 - Noted that a server restart is required to load new templateta...Tim Graham
2013-05-23Fixed #20080 - Recommended use of PYTHONHASHSEEDTim Graham
2013-05-22Added some text I meant to add in the last commit.Tim Graham
2013-05-22Added a note about pip upgrade flag.Tim Graham
2013-05-22Fixed #17048 - Added docs for upgrading Django.Tim Graham
2013-05-19Added some links in /docs/intro/overview.txtTim Graham
2013-05-19Add missing imports and models to the examples in the template layer document...Silvan Spross
2013-05-18Fixed #20284 - Added a note about DEBUG in static file docs.Tim Graham
2013-05-18Fixed #20402: removed as-limit from uWSGI example.Aymeric Augustin
2013-05-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin
2013-04-29Fixed #20330 -- Normalized spelling of "web server".Aymeric Augustin
2013-04-24Fix CharField typo in legacy-databases.txt docsEvan Carmi
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-18Fixed #20286 - Typo in static files docs.Tim Graham
2013-04-18Fixed #20282 -- Typo in WSGI docs.Aymeric Augustin
2013-03-30Fixed #19492 - Added a link to the uWSGI/Django tutorial.Tim Graham
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-03-29Fixed #19582 - Added a static files tutorial.Tim Graham
2013-03-22Added missing markup to docs.Tim Graham
2013-03-18Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin
2013-03-17Two additions to the deployment checklist.Aymeric Augustin
2013-03-17Fixed #19697 -- Added a deployment checklist.Aymeric Augustin
2013-03-15Fix #20054: Removed links to modwsgi.org.Baptiste Mispelon
2013-03-11Fixed #20026 -- Typo in Apache auth docs.Aymeric Augustin
2013-03-06Fixed #19994 -- Typo.Aymeric Augustin
2013-02-19Fixes typo introduced by django/django@08dc90bccf7c4ffa8b04064d74b54c1150af5f...Justin Turner Arthur
2013-02-09Fixed #19749 -- Documented ending param to command's self.stdout/errClaude Paroz
2013-02-04Simplified default project template.Aymeric Augustin
2013-02-04Enhanced docs and docctrings added in 869c9ba.Ramiro Morales
2013-02-03Fixed #19730 -- Don't validate importability of settings by using i18n in man...Ramiro Morales
2013-02-02Fixed #14305 -- Switched inspectdb to create unmanaged models.Ramiro Morales
2013-01-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.Aymeric Augustin
2013-01-22Fixed #19633 - Discouraged use of gunicorn's Django integration.Tim Graham
2013-01-15Fixed #19099 -- Split broken link emails out of common middleware.Aymeric Augustin
2013-01-15Fixed a typo in the error reporting docs.Aymeric Augustin
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-31Fixed #19453 -- Ensured that the decorated function's arguments are obfuscate...Julien Phalip