index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
sqlite3
/
creation.py
Age
Commit message (
Expand
)
Author
2026-02-27
Fixed #36946 -- Respected test database name when running tests in parallel o...
Sage Abdullah
2025-10-28
Fixed #36596 -- Made parallel test runner respect django_test_skips and djang...
Mariusz Felisiak
2025-07-29
Fixed #36531 -- Added forkserver support to parallel test runner.
Mariusz Felisiak
2023-09-25
Refs #34825 -- Made SQLite backend open source database in readonly mode when...
David Sanders
2023-08-20
Fixed DatabaseCreation.get_test_db_clone_settings() for empty database name o...
Mariusz Felisiak
2022-10-26
Refs #33173 -- Fixed destroying test databases when running tests in parallel...
Mariusz Felisiak
2022-03-15
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-03-25
Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...
Girish Sontakke
2019-11-21
Fixed #30413 -- Fixed test database signature on SQLite when test database na...
Farhaan Bukhsh
2019-11-07
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-07-19
Fixed #29040 -- Made test database creation messages use a consistent output ...
Claude Paroz
2018-02-26
Refs #28909 -- Simplifed code using unpacking generalizations.
Mariusz Felisiak
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-10-03
Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.
Tim Graham
2017-09-11
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
Jon Dufresne
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2016-08-17
Fixed #27077 -- Made SQLite's in-memory database checks DRYer.
Chris Jerdonek
2016-08-17
Fixed #27078 -- Simplified "if" logic in SQLite's _get_test_db_name().
Chris Jerdonek
2015-10-06
Refs #12118 -- Allowed "mode=memory" in SQLite test database names.
Riccardo Magliocchetti
2015-09-25
Fixed #25196 -- Normalized database representations in test database messages.
Ville Skyttä
2015-09-09
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-01-18
Removed obsolete SQL generation methods.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2014-12-31
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-30
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
Andriy Sokolovskiy
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-05-28
Fixed #20550 -- Added ability to preserve test db between runs
Greg Chapple
2014-03-09
Reorganized the database test settings
Shai Berger
2013-09-06
Fixed #10164 -- Made AutoField increase monotonically on SQLite
Chris Wilson
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-02
Add a BinaryField model field
Claude Paroz
2012-10-22
Fixed #19162 -- Wrong indentation.
Jan Bednařík
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-13
Fixed #16329 -- Fixed detection of transaction-handling capabilities when all...
Ramiro Morales
2011-07-06
Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...
Ramiro Morales
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2010-12-08
Fixed error introduced in r14666 that results in the message reporting the te...
Ramiro Morales
2010-08-07
Rationalized the verbosity levels (including introducing a new super-verbose ...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
[next]