Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/conf
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #23436 -- Made BASE_DIR absolute in settings template.Aymeric Augustin2014-09-281-1/+1
* Fixed #23532 -- Fixed Macedonian locale date formatsDejan Noveski2014-09-221-22/+22
* Fixed #23495 -- Stopped swallowing real settings import e...Claude Paroz2014-09-171-8/+1
* Fixed #23466 -- Removed seconds from all locale time outp...Malte Beckmann2014-09-1350-96/+96
* Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla2014-09-131-0/+1
* Fixed #17101 -- Integrated django-secure and added check ...Tim Graham2014-09-122-0/+12
* Fixed #20743 -- Added support for keyfile/certfile in SMT...Andi Albrecht2014-09-101-0/+2
* Fixed #23417 -- Completed locale formats for zh_CN, zh_Ha...Malte Beckmann2014-09-104-56/+140
* Fixed #23368 -- Overhauled the Welsh formats.py file.Duncan Parkes2014-09-101-14/+28
* Revert "Fixed #23384 -- Allowed overriding part of a dict...Claude Paroz2014-09-051-6/+1
* Limited lines to 119 characters in django/Tim Graham2014-09-053-17/+35
* Fixed comments in en_GB and en_AU formats.py files.Duncan Parkes2014-09-022-6/+6
* Fixed #23371 -- Changed en_GB first day of the week to Mo...Duncan Parkes2014-09-011-1/+1
* Fixed #23384 -- Allowed overriding part of a dictionary-t...Claude Paroz2014-08-301-1/+6
* Added new supported languagesClaude Paroz2014-08-233-1/+34
* Fetched translations from TransifexClaude Paroz2014-08-20164-25376/+42185
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-123-2/+10
* Fixed #22887 -- Added comment for translators on unique_f...Federico Frenguelli2014-07-261-2/+4
* Fixed #23005 -- Allowed specifying special fallback langu...Claude Paroz2014-07-141-3/+23
* Removed ADMIN_FOR from global_settings.py.Tim Graham2014-07-021-5/+0
* Fixed #22477 -- Removed contrib middleware from the globa...mlavin2014-06-131-5/+0
* Fixed #22780 -- Checked that LOCALE_PATHS is really a tupleTim Schaffer2014-06-101-1/+1
* Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin2014-06-091-0/+4
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Removed executeable bit from a few files.Florian Apolloner2014-05-252-0/+0
* Updated translation catalogsClaude Paroz2014-05-191-234/+336
* Added "/" divider for DATE(TIME)_INPUT_FORMATS for Dutch ...SaeX2014-05-181-0/+8
* Also allowed a non-overridden setting to be deletedClaude Paroz2014-04-121-2/+3
* Fixed #21649 -- Added optional invalidation of sessions w...Tim Graham2014-04-051-0/+1
* Cleaned up string detection for a deprecation warning by ...Tim Graham2014-04-031-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-034-12/+33
* Fixed #22302 -- Updated Finnish locale formatsAntti Hirvonen2014-03-221-7/+25
* Removed deprecated TRANSACTIONS_MANAGED setting.Aymeric Augustin2014-03-211-4/+0
* Removed django.views.defaults.shortcut and django.conf.ur...Tim Graham2014-03-211-11/+0
* Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation ...Tim Graham2014-03-211-3/+0
* Removed contrib.comments per deprecation timeline.Tim Graham2014-03-211-10/+0
* Changed start of week for Australia to Sunday as requeste...Nathan Smith2014-03-141-1/+1
* Revert "Reordered INSTALLED_APPS in default template, ref...Aymeric Augustin2014-03-091-2/+2
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu2014-03-061-0/+1
* Fixed #15318 -- Added settings for language cookie max-ag...Sergey Kolosov2014-03-011-0/+6
* Fixed #19647 -- Added formats.py for Esperanto.Baptiste Darthenay2014-02-192-0/+52
* Reordered INSTALLED_APPS in default template, refs #22005Florian Apolloner2014-02-111-2/+2
* Fixed #21237 -- Added Australian English (en_AU) to local...Tom Fifield2014-02-084-0/+49
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-1/+1
* Fixes #21833 -- Fix UserSettingsHolder.is_overridden() an...Carl Meyer2014-01-211-5/+4
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-202-1/+21
* Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin2014-01-182-3/+1
* Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer2013-12-311-1/+1
* Fixed #21714 -- Moved logging configuration to global set...Claude Paroz2013-12-311-27/+0