Tim Graham
|
c7d0ff0cad
|
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Thanks jeroen.pulles at redslider.net for the suggestion and
helper script.
|
2013-08-29 12:11:03 -04:00 |
Aymeric Augustin
|
72c65fea41
|
Deprecated django.utils.dictconfig.
The module still exists for whoever uses it in its current state, but it
isn't imported by Django anywhere.
|
2013-07-01 22:50:58 +02:00 |
Alex Gaynor
|
4c97101b1f
|
remove a bunch of unnescesarry iterkeys() calls
|
2012-08-08 07:33:15 -07:00 |
Aymeric Augustin
|
ee191715ea
|
[py3] Fixed access to dict keys/values/items.
|
2012-08-07 12:00:22 +02:00 |
Aymeric Augustin
|
3cb2457f46
|
[py3] Replaced basestring by six.string_types.
|
2012-07-22 09:29:54 +02:00 |
Claude Paroz
|
3904b74a3f
|
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Thanks Clueless for the initial patch.
Note that unittest has been purposely left out (external package only used by Python 2.6).
|
2012-04-29 20:57:15 +02:00 |
Russell Keith-Magee
|
24acca4139
|
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draft patch, and to the many people who gave feedback during development of the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13981 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-10-04 15:12:39 +00:00 |