- 30 May, 2017 1 commit
-
-
Andy Armstrong committed
-
- 16 Jun, 2016 1 commit
-
-
A named outer is suitable when dealing with IntegrityErrors. It only checks that it is not nested under an atomic only if it is nested under enable_outer_atomic(name=<name>). This way only the view which is causing IntegrityErrors needs to have its automatic transaction management disabled and other callers are not effected.
Usman Khalid committed
-
- 29 Feb, 2016 1 commit
-
-
By default, migrations are applied as they always have been. Exporting DISABLE_MIGRATIONS=1 or passing --disable-migrations to Paver commands will create tables directly from apps' models.
Usman Khalid committed
-
- 22 Nov, 2015 1 commit
-
-
Ned Batchelder committed
-
- 10 Nov, 2015 1 commit
-
-
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
Usman Khalid committed
-
- 15 Jan, 2015 1 commit
-
-
Daniel Friedman committed
-
- 01 Oct, 2014 2 commits
-
-
1 level of transactions. TNL-367
Usman Khalid committed -
This decorator executes the decorated function inside a transaction with isolation level set to READ COMMITTED. TNL-367
Usman Khalid committed
-