django1/django
Grzegorz Nosek 2cd0edaa47 Fixed 19895 -- Made second iteration over invalid queryset raise an exception too
When iteration over a queryset raised an exception, the result cache
remained initialized with an empty list, so subsequent iterations returned
an empty list instead of raising an exception
2013-02-23 14:35:27 -06:00
..
bin Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
conf Added a new required ALLOWED_HOSTS setting for HTTP host header validation. 2013-02-19 11:23:29 -07:00
contrib Fixed #19698 -- Cleared sites cache with signals 2013-02-23 19:31:17 +01:00
core Fixed errors introduced in 21f333bcef. Refs #17751 2013-02-23 18:43:34 +01:00
db Fixed 19895 -- Made second iteration over invalid queryset raise an exception too 2013-02-23 14:35:27 -06:00
dispatch Fixed #16679 -- Use caching to speed up signal sending 2012-12-16 21:46:02 +02:00
forms Fixed errors introduced in 21f333bcef. Refs #17751 2013-02-23 18:43:34 +01:00
http Added a new required ALLOWED_HOSTS setting for HTTP host header validation. 2013-02-19 11:23:29 -07:00
middleware Fixes #17866: Vary: Accept-Language header when language prefix used 2013-02-23 19:41:33 +01:00
shortcuts Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
template Fixed #19827 -- Kept stacktrace in defaulttags exception reraising 2013-02-23 17:43:17 +01:00
templatetags Merge pull request #751 from bmispelon/ticket-6271 2013-02-23 07:47:58 -08:00
test Added a new required ALLOWED_HOSTS setting for HTTP host header validation. 2013-02-19 11:23:29 -07:00
utils Fixes #17866: Vary: Accept-Language header when language prefix used 2013-02-23 19:41:33 +01:00
views Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
__init__.py Advanced version identifiers for 1.6 cycle. 2012-10-26 22:01:34 -03:00