summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
AgeCommit message (Collapse)Author
2014-12-23[1.7.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs ↵Frankie Robertson
KEY_PREFIX Backport of 446b50b90e9e60760618b236d8b0ea75a3b19d5a from master
2014-12-09[1.7.x] Fixed #23961 -- Clarified when makemigrations will create a directory.Tim Graham
Backport of fa6e3a40e1866b64eb30e0dfbd43b340c0d831da from master
2014-11-15[1.7.x] Fixed #23665 -- Noted precedence of settings.USE_L10N in ↵Berker Peksag
MONTH_DAY_FORMAT and YEAR_MONTH. Backport of 4f90c99635149fae2f488c03f0b52303fe97e0aa from master
2014-10-30[1.7.x] Removed extra period.Aymeric Augustin
Backport of 8f79c15 from master
2014-10-16[1.7.x] Fixed #23667 -- Incorrect settings reference for language cookie.Tim Graham
Thanks jamesbeith for the report. Backport of bedd439297 from master
2014-10-04[1.7.x] Made minor typographic correction to SECRET_KEY docs.Erik Romijn
Backport of 2bb00b0b0b5232aff806c8a9b3f1126c1cf79221 from master.
2014-10-04[1.7.x] Fixed #22310 -- Documented exact usage of SECRET_KEYErik Romijn
Backport of 4ad57bbe31bc1813264824111de2f9f74dbda0d6 from master.
2014-09-29[1.7.x] Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
Thanks oinopion for the suggestion and jarus for the initial patch. Backport of 054bdfeff1 from master
2014-09-24[1.7.x] Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
Thanks gkoller for the report and Markus Holtermann for review.
2014-09-09[1.7.x] Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that ↵Tim Graham
don't define get_absolute_url(). Thanks jukvalim for the report and initial patch, and Preston Timmons for review. Backport of c32bc1a7a7 from master
2014-08-23[1.7.x] Fixed #23344 -- Removed duplicate docs for file upload settings.Tim Graham
Backport of c7fa27d702 from master
2014-08-02[1.7.x] Updated MySQL links to version 5.6.Tim Graham
Backport of fb4f3e04b1 from master
2014-07-26[1.7.x] Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
Backport of e1c85167a3 from master.
2014-07-07[1.7.x] Fixed a few PEP8 errors in settings doc.Collin Anderson
Backport of 2c1384fbac from master
2014-07-03[1.7.x] Fixed #22924 -- Added a note about MEDIA_URL in templates.Tim Graham
Thanks raphael.herouart at gmail.com Backport of 814bcc3395 from master
2014-06-19[1.7.x] Fixed #22874: Document that AUTH_USER_MODEL must be in first migrationAndrew Godwin
2014-06-17[1.7.x] Fixed #22853: Swapped models are now ignored for migration operations.Andrew Godwin
2014-06-13[1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings ↵mlavin
defaults. Also added a compatibility check for changed middleware defaults.
2014-06-12[1.7.x] Fixed #22811 -- Allowed setting both the old and new TEST database ↵Tim Graham
settings. An ImproperlyConfigured exception will be raised they mismatch. Backport of 1c58cabad7 and a2cd0e12c9 from master
2014-06-09[1.7.x] Doc edits for refs #22487.Tim Graham
Backport of c17cd151d8 from master
2014-06-08[1.7.x] Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
Conflicts: django/db/backends/creation.py django/test/runner.py docs/ref/settings.txt docs/topics/testing/advanced.txt
2014-05-29[1.7.x] Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` packageMoayad Mardini
`makemigrations` will automatically create the package specified in `MIGRATION_MODULES` if it doesn't already exist. Thanks ovidiuc4 for the report.
2014-05-11[1.7.x] Insert space.Markus Amalthea Magnuson
Backport of 8eb51a8cf6 from master
2014-05-05[1.7.x] Fixed #1349 -- Clarified docs on serving files from STATIC/MEDIA_URL.Tim Graham
Backport of fb7c347f7b from master
2014-04-25[1.7.x] Fixed #22516 -- Added versionchanged annotation for STATIC_ROOT ↵Malcolm Box
default value.
2014-04-13[1.7.x] Fixed #22398 -- Added detail about callable in KEY_FUNCTION docsarachnegl
Backport of 8da86fd19b from master
2014-03-21[1.7.x] Small doc changes missed in 66076268.Aymeric Augustin
Partial backport of 253e8ac2 from master.
2014-03-09Reorganized the database test settingsShai Berger
Change database test settings from "TEST_"-prefixed entries in the database settings dictionary to setting in a dictionary that is itself an entry "TEST" in the database settings. Refs #21775 Thanks Josh Smeaton for review.
2014-03-06Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu
Thanks Paul McMillan for the review.
2014-03-04Fixed #22085 -- Added a feature for setting non-expiring keys as the default.zedr
This feature allows the default `TIMEOUT` Cache argument to be set to `None`, so that cache instances can set a non-expiring key as the default, instead of using the default value of 5 minutes. Previously, this was possible only by passing `None` as an argument to the set() method of objects of type `BaseCache` (and subtypes).
2014-03-01Fixed #15318 -- Added settings for language cookie max-age, path, domainSergey Kolosov
Introduced a number of settings to configure max-age, path, and domain for the language cookie: LANGUAGE_COOKIE_AGE, LANGUAGE_COOKIE_PATH and LANGUAGE_COOKIE_DOMAIN. Thanks sahid for the suggestion.
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-22Fixed #22032 -- added documentation for settings.MIGRATION_MODULESGreg Chapple
2014-02-15Fixed #22013 -- Documented difference between SERVER_EMAIL and ↵Zbigniew Siciarz
DEFAULT_FROM_EMAIL.
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844.
2014-01-17Fixed #18942 -- Clarified usage of {% get_static_prefix %}.Tim Graham
Thanks Aymeric for the suggestion.
2014-01-01Fixed #21018 -- Reversed precedence order for management commands.Aymeric Augustin
2014-01-01Documented unicity rules in INSTALLED_APPS.Aymeric Augustin
Refs #12288, #21679.
2013-12-31Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
When STATIC_ROOT wasn't set, collectstatic --clear would delete every files within the current directory and its descendants. This patch makes the following changes: Prevent collectstatic from running if STATIC_ROOT isn't set. Fixed an issue that prevented collectstatic from displaying the destination directory. Changed the warning header to notify when the command is run in dry-run mode.
2013-12-25Swapped app registry and app config API docs.Aymeric Augustin
Thanks David Larlet for the suggestion. Also fixed some Sphinx warnings and improved ReST markup.
2013-12-24Copy-edited previous commit.Aymeric Augustin
Thanks Tim for the review.
2013-12-24Added release notes for app loading changes.Aymeric Augustin
2013-12-24Updated a few doc paragraphs following the app-loading refactor.Aymeric Augustin
2013-12-18Fixed #21386 -- Removed admindocs dependence on sites frameworkBouke Haarsma
* Removed ADMIN_FOR setting and warn warning * Group view functions by namespace instead of site * Added a test verifying namespaces are listed Thanks to Claude Paroz for reviewing and ideas for improvement.
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-11-29Fixed #21380 -- Added a way to set different permission for static directories.Vajrasky Kok
Previously when collecting static files, the directories would receive permissions from the global umask. Now the default permission comes from FILE_UPLOAD_DIRECTORY_PERMISSIONS and there's an option to specify the permissions by subclassing any of the static files storage classes and setting the directory_permissions_mode parameter.
2013-11-27Added a warning regarding risks in serving user uploaded media.Tim Graham
Thanks Preston Holmes for the draft text.
2013-11-24Removed confusing comments from the docs.Loic Bistuer
The settings reference documentation doesn't seem the right place to invite users to write their own db and cache backends. Also the actual wording makes the task sound trivial, which is hardly the case; writing a custom db backend is a very difficult task, and writing a custom cache backend is full of gotcha.
2013-11-09Fixed #21372 -- Corrected docs regarding translating LANGUAGES.Bernardo Pires
Corrected LANGUAGES documentation on how to translate language names. Now using django.utils.translation.ugettext_lazy instead of a dummy gettext() function. Thanks to Salvatore for the report.