| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-15 | [1.8.x] Deprecated TEMPLATE_DEBUG setting. | Aymeric Augustin | |
| Backport of 15b711b from master. | |||
| 2015-01-12 | Fixed #24124 -- Changed context_processors in the default settings.py | Collin Anderson | |
| 2015-01-10 | Moved doc on the DTL's syntax to the ref/ section. | Aymeric Augustin | |
| This makes room for a more general introduction about templating. Updated some links to point to the new location, but kept those that didn't talk specifically about the DTL. | |||
| 2015-01-05 | Fixed #24022 -- Deprecated the ssi tag. | Preston Timmons | |
| 2014-12-28 | Deprecated TEMPLATE_CONTEXT_PROCESSORS. | Aymeric Augustin | |
| 2014-12-28 | Deprecated TEMPLATE_DIRS. | Aymeric Augustin | |
| 2014-12-28 | Deprecated TEMPLATE_LOADERS. | Aymeric Augustin | |
| 2014-12-28 | Deprecated TEMPLATE_STRING_IF_INVALID. | Aymeric Augustin | |
| 2014-12-28 | Deprecated ALLOWED_INCLUDE_ROOTS. | Aymeric Augustin | |
| 2014-12-28 | Moved context_processors from django.core to django.template. | Aymeric Augustin | |
| 2014-12-28 | Added initial support for loading template engines. | Aymeric Augustin | |
| 2014-12-23 | Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs KEY_PREFIX | Frankie Robertson | |
| 2014-12-19 | Used https for most *.python.org links | Claude Paroz | |
| 2014-12-09 | Fixed #23961 -- Clarified when makemigrations will create a directory. | Tim Graham | |
| 2014-11-26 | Updated formtools docs to point at new package outside the Django repo. | Jannis Leidel | |
| Refs #23677. | |||
| 2014-11-15 | Fixed #23665 -- Noted precedence of settings.USE_L10N in MONTH_DAY_FORMAT ↵ | Berker Peksag | |
| and YEAR_MONTH. | |||
| 2014-11-03 | Moved CSRF docs out of contrib. | Thomas Chaumeny | |
| 2014-10-30 | Removed extra period. | Aymeric Augustin | |
| 2014-10-16 | Fixed #23667 -- Incorrect settings reference for language cookie. | Tim Graham | |
| Thanks jamesbeith for the report. | |||
| 2014-10-04 | Made minor typographic correction to SECRET_KEY docs. | Erik Romijn | |
| 4ad57bbe31bc1813264824111de2f9f74dbda0d6 included a few odd quotation marks. | |||
| 2014-10-04 | Fixed #22310 -- Documented exact usage of SECRET_KEY | Erik Romijn | |
| Thanks to Tim Graham for the review. | |||
| 2014-09-29 | Fixed #17638 -- Added crosslinks between topic and reference guides. | Duane Hilton | |
| Thanks oinopion for the suggestion and jarus for the initial patch. | |||
| 2014-09-29 | Fixed spelling mistakes and added words to wordlist. | Tim Graham | |
| 2014-09-24 | Fixed #23421 -- Corrected TEST SERIALIZE setting. | Tim Graham | |
| Thanks gkoller for the report. | |||
| 2014-09-17 | Fixed #21775 -- Allowed customization of datafile for Oracle tablespace | Josh Smeaton | |
| 2014-09-13 | Fixed #23461 -- Added EMAIL_TIMEOUT setting | José Padilla | |
| 2014-09-12 | Fixed #17101 -- Integrated django-secure and added check --deploy option | Tim Graham | |
| Thanks Carl Meyer for django-secure and for reviewing. Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and Jorge Carleitao for reviews. | |||
| 2014-09-10 | Fixed #20743 -- Added support for keyfile/certfile in SMTP connections. | Andi Albrecht | |
| Thanks jwmayfield, serg.partizan, and Wojciech Banaś for work on the patch. | |||
| 2014-09-09 | Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't ↵ | Tim Graham | |
| define get_absolute_url(). Thanks jukvalim for the report and initial patch, and Preston Timmons for review. | |||
| 2014-08-23 | Fixed #23344 -- Removed duplicate docs for file upload settings. | Tim Graham | |
| 2014-08-02 | Updated MySQL links to version 5.6. | Tim Graham | |
| 2014-07-30 | Fixed #23067 -- Updated docs to use django-admin | Christoph Heer | |
| 2014-07-26 | Fixed #23097 -- Switched to new octal format in docs | David Hoffman | |
| 2014-07-06 | Fixed a few PEP8 errors in settings doc. | Collin Anderson | |
| 2014-07-03 | Fixed #22924 -- Added a note about MEDIA_URL in templates. | Tim Graham | |
| Thanks raphael.herouart at gmail.com | |||
| 2014-06-19 | Fixed #22874: Document that AUTH_USER_MODEL must be in first migration | Andrew Godwin | |
| 2014-06-17 | Fixed #22853: Swapped models are now ignored for migration operations. | Andrew Godwin | |
| 2014-06-13 | Fixed #22477 -- Removed contrib middleware from the global settings defaults. | mlavin | |
| Also added a compatibility check for changed middleware defaults. Forwardport of d94de802d3 from stable/1.7.x | |||
| 2014-06-12 | Fixed #22811 -- Allowed setting both the old and new TEST database settings. | Tim Graham | |
| An ImproperlyConfigured exception will be raised they mismatch. | |||
| 2014-06-09 | Doc edits for refs #22487. | Tim Graham | |
| 2014-06-08 | Fixed #22487: Optional rollback emulation for migrated apps | Andrew Godwin | |
| 2014-05-30 | Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` package | Moayad Mardini | |
| `makemigrations` will automatically create the package specified in `MIGRATION_MODULES` if it doesn't already exist. Thanks ovidiuc4 for the report. | |||
| 2014-05-27 | Fixed spelling in docs. | Tim Graham | |
| 2014-05-22 | Fixed #22667 -- Replaced leader/follower terminology with primary/replica | Flavio Curella | |
| 2014-05-21 | Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATH | Martin Brochhaus | |
| Previously the FORMAT_MODULE_PATH setting only accepted one string (dotted module path). A feature has been added to also allow a list of strings. This is useful when using several reusable third party apps that define new formats. We can now use them all and we can even override some of the formats by providing a project-wide format module. | |||
| 2014-05-20 | Merge pull request #2692 from fcurella/patch-5 | Alex Gaynor | |
| #22667 replaced occurrences of master/slave terminology with leader/follower | |||
| 2014-05-20 | replaced occurrences of master/slave terminology with leader/follower | Flavio Curella | |
| 2014-05-19 | Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of ↵ | Tim Graham | |
| modules." This reverts commit 950b6de16ac2f8135612f2ed5984c090dd8e4dcf. | |||
| 2014-05-19 | Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules. | Martin Brochhaus | |
| Previously the FORMAT_MODULE_PATH setting only accepted one string (dotted module path). This is useful when using several reusable third party apps that define new formats. We can now use them all and we can even override some of the formats by providing a project-wide format module. | |||
| 2014-05-07 | Insert space. | Markus Amalthea Magnuson | |
