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
/
django
/
db
/
backends
/
base
/
creation.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-0
/
+1
*
Refs #31169 -- Prevented infinite loop in tests on failures.
Mariusz Felisiak
2022-03-04
1
-1
/
+0
*
Refs #31169 -- Added DatabaseCreation.setup_worker_connection() hook.
Valz
2022-02-23
1
-0
/
+10
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-67
/
+95
*
Refs #20349 -- Avoided loading testing libraries when not needed.
Collin Anderson
2022-01-25
1
-1
/
+2
*
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-10
1
-0
/
+28
*
Fixed #31762 -- Made reloading the database for tests use the base manager.
Hasan Ramezani
2020-11-11
1
-1
/
+1
*
Fixed #32012 -- Made test database creation sync apps models when migrations ...
Mariusz Felisiak
2020-09-23
1
-1
/
+11
*
Refs #26552 -- Made reloading the database for tests check only loaded tables...
Mariusz Felisiak
2020-04-17
1
-1
/
+3
*
Refs #31051 -- Optimized serialize_db_to_string() by avoiding creation of mod...
Matthijs Kooijman
2020-04-02
1
-18
/
+18
*
Refs #31051 -- Fixed reloading the database with circular related objects and...
Matthijs Kooijman
2020-04-02
1
-4
/
+4
*
Fixed #26552 -- Deferred constraint checks when reloading the database with d...
Matthijs Kooijman
2020-02-14
1
-2
/
+11
*
Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().
Jon Dufresne
2020-02-06
1
-8
/
+4
*
Fixed #25388 -- Added an option to allow disabling of migrations during test ...
Jon Dufresne
2019-11-20
1
-10
/
+11
*
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-13
1
-4
/
+4
*
Refs #29654 -- Replaced three dots with ellipsis in DB creation output strings.
Jon Dufresne
2018-08-28
1
-2
/
+2
*
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-22
1
-2
/
+2
*
Fixed #29040 -- Made test database creation messages use a consistent output ...
Claude Paroz
2018-07-19
1
-9
/
+11
*
Refs #28909 -- Simplifed code using unpacking generalizations.
Mariusz Felisiak
2018-02-26
1
-3
/
+1
*
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
Jon Dufresne
2017-09-11
1
-8
/
+8
*
Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation...
Mariusz Felisiak
2017-04-10
1
-12
/
+10
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-12
/
+12
*
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-23
1
-2
/
+1
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-2
/
+1
*
Fixed #27690 -- Removed time.sleep(1) before dropping the test database.
David Szotten
2017-01-06
1
-3
/
+0
*
Fixed #14415 -- Used the test database name in BaseDatabaseCreation.test_db_s...
boaz85@gmail.com
2016-05-17
1
-1
/
+1
*
Fixed #25196 -- Normalized database representations in test database messages.
Ville Skyttä
2015-09-25
1
-16
/
+24
*
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-09-09
1
-4
/
+48
*
Updated references to the TEST_* database settings.
Aymeric Augustin
2015-09-05
1
-1
/
+1
*
Fixed #19542: Made mirroring databases for tests work with Oracle
Shai Berger
2015-06-05
1
-0
/
+7
*
Fixed #24791 -- Added fallback when 'postgres' database isn't available
Claude Paroz
2015-05-15
1
-1
/
+1
*
Fixed #23879 -- Allowed model migration skip based on feature/vendor
Claude Paroz
2015-04-18
1
-1
/
+1
*
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-20
1
-1
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-1
/
+0
*
Fixed typos in code comments.
Adam Taylor
2015-01-20
1
-1
/
+1
*
Removed obsolete SQL generation methods.
Tim Graham
2015-01-18
1
-298
/
+1
*
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2015-01-18
1
-0
/
+1
*
Removed support for custom SQL per deprecation timeline.
Tim Graham
2015-01-17
1
-1
/
+0
*
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-14
1
-0
/
+542