| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-10 | Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant and zh_TW. | Malte Beckmann | |
| 2014-09-09 | Fixed #23368 -- Overhauled the Welsh formats.py file. | Duncan Parkes | |
| The only debatable thing here is setting FIRST_DAY_OF_WEEK to 1. The only examples of calendars I can find in Welsh start on Monday, for example, the calendar on S4C (the only all Welsh TV station). http://www.s4c.co.uk/clic/c_clicschedule.shtml | |||
| 2014-09-05 | Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting" | Claude Paroz | |
| This reverts commit 66757fee7e921ad4c35e0b3f80c25e026100b31c. Discussions have led to think that this functionality does not bring significant benefits to justify the added complexity. Read also discussions on ticket #22734. | |||
| 2014-09-05 | Limited lines to 119 characters in django/ | Tim Graham | |
| refs #23395. | |||
| 2014-09-02 | Fixed comments in en_GB and en_AU formats.py files. | Duncan Parkes | |
| Changed comments in en_GB and en_AU formats files replacing 'pm' with 'p.m.' to match what is actually output. | |||
| 2014-09-01 | Fixed #23371 -- Changed en_GB first day of the week to Monday. | Duncan Parkes | |
| 2014-08-30 | Fixed #23384 -- Allowed overriding part of a dictionary-type setting | Claude Paroz | |
| This change is needed for upcoming changes where settings might be grouped in a parent dictionary. Thanks Tim Graham for the review. | |||
| 2014-08-23 | Added new supported languages | Claude Paroz | |
| Forward port of 46393980cf from stable/1.7.x | |||
| 2014-08-20 | Fetched translations from Transifex | Claude Paroz | |
| Forward port of 49280a73ea5 from stable/1.7.x | |||
| 2014-08-12 | Fixed #23276 -- Deprecated passing views as strings to url(). | Tim Graham | |
| 2014-07-26 | Fixed #22887 -- Added comment for translators on unique_for_date error message | Federico Frenguelli | |
| 2014-07-14 | Fixed #23005 -- Allowed specifying special fallback languages | Claude Paroz | |
| This fixes the Chinese language issues described in #23005 but also provides for other fallback exceptions by updating the LANG_INFO structure. Thanks caxekis at gmail.com for the report and Tim Graham for the review. | |||
| 2014-07-02 | Removed ADMIN_FOR from global_settings.py. | Tim Graham | |
| The functionality it was used for was removed in Django 1.7. | |||
| 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-10 | Fixed #22780 -- Checked that LOCALE_PATHS is really a tuple | Tim Schaffer | |
| 2014-06-08 | Fixed #22487: Optional rollback emulation for migrated apps | Andrew Godwin | |
| 2014-05-28 | Fixed several typos in Django | Alex Gaynor | |
| 2014-05-25 | Removed executeable bit from a few files. | Florian Apolloner | |
| 2014-05-19 | Updated translation catalogs | Claude Paroz | |
| 2014-05-18 | Added "/" divider for DATE(TIME)_INPUT_FORMATS for Dutch locale. | SaeX | |
| Dutch ('nl-NL' and 'nl-BE') has several valid input formats; see http://nl.wikipedia.org/wiki/Datum_(dagtekening). Thanks Erik Romijn for review. | |||
| 2014-04-12 | Also allowed a non-overridden setting to be deleted | Claude Paroz | |
| Refs #20032, #18824. Thanks ztorstri at gmail.com for the report. | |||
| 2014-04-05 | Fixed #21649 -- Added optional invalidation of sessions when user password ↵ | Tim Graham | |
| changes. Thanks Paul McMillan, Aymeric Augustin, and Erik Romijn for reviews. | |||
| 2014-04-03 | Cleaned up string detection for a deprecation warning by using six.string_types. | Tim Graham | |
| 2014-04-03 | Fixed #22218 -- Deprecated django.conf.urls.patterns. | Tim Graham | |
| Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews. | |||
| 2014-03-22 | Fixed #22302 -- Updated Finnish locale formats | Antti Hirvonen | |
| 2014-03-21 | Removed deprecated TRANSACTIONS_MANAGED setting. | Aymeric Augustin | |
| 2014-03-21 | Removed django.views.defaults.shortcut and django.conf.urls.shortcut per ↵ | Tim Graham | |
| deprecation timeline. | |||
| 2014-03-21 | Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation timeline. | Tim Graham | |
| 2014-03-21 | Removed contrib.comments per deprecation timeline. | Tim Graham | |
| 2014-03-14 | Changed start of week for Australia to Sunday as requested in ↵ | Nathan Smith | |
| https://code.djangoproject.com/ticket/21989 | |||
| 2014-03-09 | Revert "Reordered INSTALLED_APPS in default template, refs #22005" | Aymeric Augustin | |
| This reverts commit a718fcf201b04ba254e9073be82f51ae1ae3a853. | |||
| 2014-03-08 | Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings | Claude Paroz | |
| Thanks Anssi Kääriäinen for the idea and Simon Charette for the review. | |||
| 2014-03-06 | Fixed #22185 -- Added settings.CSRF_COOKIE_AGE | Roger Hu | |
| Thanks Paul McMillan for the review. | |||
| 2014-03-01 | Fixed #15318 -- Added settings for language cookie max-age, path, domain | Sergey 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-19 | Fixed #19647 -- Added formats.py for Esperanto. | Baptiste Darthenay | |
| Thanks to Objectivesea and Guttorm Flatabø (dittaeva)! | |||
| 2014-02-11 | Reordered INSTALLED_APPS in default template, refs #22005 | Florian Apolloner | |
| 2014-02-08 | Fixed #21237 -- Added Australian English (en_AU) to locale conf | Tom Fifield | |
| Adds Australian English (en_AU) to locale conf, which differs from American English in date formatting and spelling, and continues to diverge from British English in spelling (and first-day-of-week according to the current en_GB locale format.py). The transifex language project to match this patch has been requested. | |||
| 2014-01-25 | Fixed #21829 -- Added default AppConfigs. | Aymeric Augustin | |
| Thanks Russell for the report, Marc for the initial patch, Carl for the final review, and everyone who contributed to the design discussion. | |||
| 2014-01-20 | Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests. | Carl Meyer | |
| 2014-01-20 | Fixed #16905 -- Added extensible checks (nee validation) framework | Russell 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-18 | Fixed #21712 -- Moved autodiscover() to AdminConfig.ready(). | Aymeric Augustin | |
| Thanks Marc Tamlyn for the initial version of the patch. | |||
| 2013-12-31 | Fixed #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-31 | Fixed #21714 -- Moved logging configuration to global setup() | Claude Paroz | |
| Thanks Aymeric Augustin for the report and the review. | |||
| 2013-12-31 | Removed an obsolete unicity check. | Aymeric Augustin | |
| It doesn't account for app configs. Refs #21679. | |||
| 2013-12-18 | Simplied some code in django.conf.__init__. | Ondrej Sika | |
| 2013-11-27 | Change initial migration writing to work as docs suggest. | Andrew Godwin | |
| Application template now includes an empty migrations module, and the autodetector will only make initial migrations for apps with empty modules. | |||
| 2013-11-26 | Use str.isupper() to test if a string is uppercased. | Baptiste Mispelon | |
