django/django
Loic Bistuer 20eb51ce0d Fix small regression caused by 71ada3a8e6.
During direct assignment, evaluating the iterable before the transaction
is started avoids leaving the transaction dirty if an exception is raised.
This is slightly more wasteful but probably not enough to warrant a change
of behavior.

Thanks Anssi for the feedback. Refs #6707.
2015-02-05 16:59:56 +07:00
..
apps Removed deprecated Apps methods per deprecation timeline. 2015-01-18 18:07:41 -05:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
contrib Fix small regression caused by 71ada3a8e6. 2015-02-05 16:59:56 +07:00
core Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
db Fix small regression caused by 71ada3a8e6. 2015-02-05 16:59:56 +07:00
dispatch Fixed #24205 -- Deprecated Signal.disconnect weak parameter. 2015-01-23 14:37:12 -05:00
forms Fixed #24219 -- Moved SelectDateWidget together with the other widgets 2015-01-27 22:40:02 +07:00
http Fixed #24240 -- Allowed GZipping a Unicode StreamingHttpResponse 2015-02-03 18:18:12 +01:00
middleware Removed UpdateCacheMiddleware._session_accessed() 2015-02-01 20:33:22 -05:00
template Fixed #24235 -- Removed is_usable attribute from template loaders. 2015-02-04 07:47:28 -05:00
templatetags Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
test Fixed #24197 -- Added clearing of staticfiles caches on settings changes during tests 2015-02-04 10:53:04 -05:00
utils Fixed #24242 -- Improved efficiency of utils.text.compress_sequence() 2015-02-04 13:04:00 -05:00
views Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Fixed #24168 -- Allowed selecting a template engine in a few APIs. 2015-02-03 08:29:45 +01:00