django1/django/db
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
..
backends Fixed Oracle regression in last_executed_query() with unicode strings 2013-02-23 00:27:39 +02:00
models Fixed 19895 -- Made second iteration over invalid queryset raise an exception too 2013-02-23 14:35:27 -06:00
__init__.py Removed try-except in django.db.close_connection() 2013-02-13 00:25:09 +02:00
transaction.py Factored code and added a missing docstring. 2013-02-21 21:26:40 +01:00
utils.py Removed try-except in django.db.close_connection() 2013-02-13 00:25:09 +02:00