summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
AgeCommit message (Expand)Author
2013-09-03Fixed #20973 -- Document serving static files without django.contrib.staticfilesLoic Bistuer
2013-08-26Fixed #20972 -- Make messages cookie follow session cookie secure/httponlyErik Romijn
2013-08-22Typos introduced in 297f5af222.Ramiro Morales
2013-08-22Fixed #20922 -- Allowed customizing the serializer used by contrib.sessionsTim Graham
2013-08-22Made description of LANGUAGE_CODE setting more clear.Ramiro Morales
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-14Added some doc links for django.contrib.messagesTim Graham
2013-08-12Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS settingMel Collins
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-07-11Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backendClaude Paroz
2013-07-08Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-07-01Reflected the new default value of LOGGING_CONFIG in docs.Aymeric Augustin
2013-06-28Removed custom profile model functionality as per deprecation TL.Ramiro Morales
2013-06-27Fixed LOGGING setting docsClaude Paroz
2013-06-21Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.Tim Graham
2013-06-09Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTSTim Graham
2013-06-05Proofed the 1.6 release notesTim Graham
2013-05-21Removed a confusing duplicate SESSION_COOKIE_DOMAIN headerŁukasz Langa
2013-05-19Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareŁukasz Langa
2013-05-18Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecatedŁukasz Langa
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin
2013-05-01Fixed #20338 - Document FQDN behavior with ALLOWED_HOSTSMichael Manfre
2013-04-29Fixed #20330 -- Normalized spelling of "web server".Aymeric Augustin
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-04Fix #20195: wrong reference in session settings documentation.Baptiste Mispelon
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-03-25Docs: Remove ambiguity.Maik Hoepfel
2013-03-22Added missing markup to docs.Tim Graham
2013-03-18small documentation update to outline caveat with SESSION_COOKIE_DOMAINRyan West
2013-03-18Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin
2013-03-11Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin
2013-03-02Fixed #19917 -- Added microseconds in default TIME_INPUT_FORMATSClaude Paroz
2013-02-28Implemented persistent database connections.Aymeric Augustin
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-10Added a note about the default timezone and the new project template.Tim Graham
2013-02-07Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie.Aymeric Augustin
2013-02-04Fixed #19734 -- Missing values in `DATETIME_INPUT_FORMATS` doc.Simon Charette
2013-02-04Simplified default project template.Aymeric Augustin
2013-01-15Fixed #19099 -- Split broken link emails out of common middleware.Aymeric Augustin
2013-01-12Fixed #14633 - Organized settings reference docs and added a topical index.Tim Graham
2013-01-11Minor DEBUG setting reference formatting edit.Ramiro Morales
2013-01-09Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs.Tim Graham
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Removed IGNORABLE_404_STARTS/ENDS settings.Aymeric Augustin
2012-12-29Removed django.contrib.markup.Aymeric Augustin
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-25Fixed more broken links. refs #19516Tim Graham
2012-12-21Fixed #19497 -- Refactored testing docs.Ramiro Morales