index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
transactions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #21171 -- Avoided starting a transaction when a single (or atomic queri...
Florian Apolloner
2018-10-17
1
-1
/
+47
*
Used skip(If|Unless)DBFeature in transactions tests.
Jon Dufresne
2018-10-04
1
-11
/
+5
*
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-29
1
-4
/
+9
*
Reverted "Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt."
Tim Graham
2017-03-09
1
-14
/
+0
*
Fixed #27683 -- Made MySQL default to the read committed isolation level.
Tim Graham
2017-02-01
1
-10
/
+13
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
1
-2
/
+0
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
2
-4
/
+0
*
Refs #16682 -- Replaced signal number with equivalent signal.SIGINT.
Mariusz Felisiak
2016-11-25
1
-2
/
+3
*
Fixed #27504 -- Allowed using the ORM after an error and rollback when autoco...
Mark Young
2016-11-23
1
-2
/
+22
*
Refs #16682 -- Tested transaction.atomic() with KeyboardInterrupt.
Claude Paroz
2016-09-21
1
-0
/
+13
*
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-08
1
-14
/
+16
*
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2016-01-29
1
-20
/
+19
*
Fixed #24921 -- set_autocommit(False) + ORM queries.
Aymeric Augustin
2015-09-21
1
-2
/
+15
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-3
/
+7
*
Removed threading fallback imports.
Tim Graham
2015-01-28
1
-4
/
+1
*
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-09-24
1
-1
/
+1
*
Fixed #23074 -- Avoided leaking savepoints in atomic.
Aymeric Augustin
2014-07-28
1
-0
/
+22
*
Fixed #21239 -- Maintained atomicity when closing the connection.
Aymeric Augustin
2014-04-10
1
-2
/
+16
*
Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL.
Aymeric Augustin
2014-03-23
1
-1
/
+46
*
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-21
1
-339
/
+1
*
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-02-02
1
-6
/
+7
*
Fixing E302 Errors
Jason Myers
2013-11-02
1
-5
/
+11
*
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-21
1
-1
/
+1
*
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-18
1
-1
/
+0
*
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-30
1
-27
/
+44
*
Translated a test to English for consistency.
Aymeric Augustin
2013-09-22
1
-2
/
+2
*
Partial revert of 165f44aa.
Aymeric Augustin
2013-09-22
1
-82
/
+97
*
Combine consecutive with statements
Claude Paroz
2013-08-16
1
-97
/
+82
*
Removed most of absolute_import imports
Claude Paroz
2013-07-29
1
-1
/
+1
*
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-07-01
1
-1
/
+1
*
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-29
1
-4
/
+4
*
Fixed #20571 -- Added an API to control connection.needs_rollback.
Aymeric Augustin
2013-06-27
1
-2
/
+24
*
Defined available_apps in relevant tests.
Aymeric Augustin
2013-06-10
1
-0
/
+16
*
Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.
Aymeric Augustin
2013-05-18
1
-13
/
+1
*
Made atomic usable when autocommit is off.
Aymeric Augustin
2013-03-13
1
-11
/
+19
*
Fixed #20028 -- Made atomic usable on callable instances.
Aymeric Augustin
2013-03-12
1
-0
/
+11
*
Improved the API of set_autocommit.
Aymeric Augustin
2013-03-11
1
-3
/
+3
*
Added an option to disable the creation of savepoints in atomic.
Aymeric Augustin
2013-03-11
1
-0
/
+93
*
Added some assertions to enforce the atomicity of atomic.
Aymeric Augustin
2013-03-11
1
-4
/
+67
*
Implemented an 'atomic' decorator and context manager.
Aymeric Augustin
2013-03-11
2
-2
/
+154
*
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-27
1
-2
/
+0
*
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-26
3
-0
/
+335