django1/django/db
Loic Bistuer d847ddfe1d Fixed #3871 -- Fixed regression introduced by 04a2a6b.
Added do_not_call_in_templates=True attribute to RelatedManagers
to prevent them from being called.

Thanks jbg@ for the report.
2013-09-30 15:43:44 -04:00
..
backends Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00
migrations Add reverse_code optional argument to RunPython 2013-09-25 17:21:20 +01:00
models Fixed #3871 -- Fixed regression introduced by 04a2a6b. 2013-09-30 15:43:44 -04:00
__init__.py A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
transaction.py Fixed #21134 -- Prevented queries in broken transactions. 2013-09-30 09:42:27 +02:00
utils.py Fixed #21109 -- made db cursor error wrapping faster 2013-09-17 12:18:55 +03:00