django/django
Aymeric Augustin d7bc4fbc94 Implemented an 'atomic' decorator and context manager.
Currently it only works in autocommit mode.

Based on @xact by Christophe Pettus.
2013-03-11 14:48:55 +01:00
..
bin
conf
contrib Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
core Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
db Implemented an 'atomic' decorator and context manager. 2013-03-11 14:48:55 +01:00
dispatch
forms
http
middleware Deprecated transaction.is_managed(). 2013-03-11 14:48:54 +01:00
shortcuts Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
template
templatetags
test Deprecated transaction.commit/rollback_unless_managed. 2013-03-11 14:48:54 +01:00
utils Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
views
__init__.py