summaryrefslogtreecommitdiff
path: root/django/utils/dictconfig.py
Commit message (Expand)AuthorAgeFilesLines
* Removed django.utils.dictconfig per deprecation timeline.Tim Graham2015-01-171-569/+0
* Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne2014-12-081-2/+2
* Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz2014-03-081-1/+3
* Correct flake8 E302 violationsRay Ashman Jr2013-11-021-0/+7
* Fixed all E261 warningscoagulant2013-11-021-33/+33
* Correct flake8 violation E261Ray Ashman Jr2013-11-021-4/+4
* Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham2013-08-291-2/+2
* Deprecated django.utils.dictconfig.Aymeric Augustin2013-07-011-0/+5
* remove a bunch of unnescesarry iterkeys() callsAlex Gaynor2012-08-081-1/+1
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+1
* [py3] Replaced basestring by six.string_types.Aymeric Augustin2012-07-221-1/+3
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-14/+14
* Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draf...Russell Keith-Magee2010-10-041-0/+553