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
/
sqlite3
/
creation.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33173 -- Fixed destroying test databases when running tests in parallel...
Mariusz Felisiak
2022-10-26
1
-0
/
+1
*
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
2022-03-15
1
-5
/
+55
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-22
/
+27
*
Fixed #32582 -- Removed unnecessary dot in names of cloned test databases on ...
Girish Sontakke
2021-03-25
1
-1
/
+1
*
Fixed #30413 -- Fixed test database signature on SQLite when test database na...
Farhaan Bukhsh
2019-11-21
1
-0
/
+2
*
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-11-07
1
-1
/
+4
*
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-13
1
-2
/
+2
*
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-26
1
-1
/
+1
*
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
-6
/
+6
*
Refs #28909 -- Simplifed code using unpacking generalizations.
Mariusz Felisiak
2018-02-26
1
-3
/
+1
*
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-11-07
1
-3
/
+1
*
Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.
Tim Graham
2017-10-03
1
-11
/
+2
*
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
Jon Dufresne
2017-09-11
1
-4
/
+4
*
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-04
1
-2
/
+1
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-1
/
+1
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-1
/
+0
*
Fixed #27077 -- Made SQLite's in-memory database checks DRYer.
Chris Jerdonek
2016-08-17
1
-5
/
+10
*
Fixed #27078 -- Simplified "if" logic in SQLite's _get_test_db_name().
Chris Jerdonek
2016-08-17
1
-10
/
+11
*
Refs #12118 -- Allowed "mode=memory" in SQLite test database names.
Riccardo Magliocchetti
2015-10-06
1
-3
/
+5
*
Fixed #25196 -- Normalized database representations in test database messages.
Ville Skyttä
2015-09-25
1
-2
/
+6
*
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-09-09
1
-0
/
+34
*
Removed obsolete SQL generation methods.
Tim Graham
2015-01-18
1
-8
/
+0
*
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-14
1
-1
/
+1
*
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-31
1
-33
/
+0
*
Fixed #12118 -- Added shared cache support to SQLite in-memory testing.
Andriy Sokolovskiy
2014-12-30
1
-4
/
+13
*
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-20
1
-0
/
+1
*
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-16
1
-0
/
+1
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
1
-1
/
+4
*
Fixed #20550 -- Added ability to preserve test db between runs
Greg Chapple
2014-05-28
1
-1
/
+3
*
Reorganized the database test settings
Shai Berger
2014-03-09
1
-2
/
+2
*
Fixed #10164 -- Made AutoField increase monotonically on SQLite
Chris Wilson
2013-09-06
1
-0
/
+3
*
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-08
1
-24
/
+25
*
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-11
1
-3
/
+0
*
Add a BinaryField model field
Claude Paroz
2013-03-02
1
-0
/
+1
*
Fixed #19162 -- Wrong indentation.
Jan Bednařík
2012-10-22
1
-5
/
+5
*
[py3] Replaced raw_input by input
Claude Paroz
2012-08-08
1
-1
/
+2
*
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-30
1
-2
/
+2
*
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
1
-1
/
+1
*
Fixed #16329 -- Fixed detection of transaction-handling capabilities when all...
Ramiro Morales
2012-03-13
1
-0
/
+15
*
Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...
Ramiro Morales
2011-07-06
1
-0
/
+3
*
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-06-11
1
-0
/
+1
*
Fixed error introduced in r14666 that results in the message reporting the te...
Ramiro Morales
2010-12-08
1
-4
/
+8
*
Rationalized the verbosity levels (including introducing a new super-verbose ...
Russell Keith-Magee
2010-08-07
1
-5
/
+1
*
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-22
1
-6
/
+5
*
Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...
Karen Tracey
2009-12-17
1
-0
/
+1
*
Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...
Jacob Kaplan-Moss
2008-09-01
1
-2
/
+0
*
Fixed #8355: Removed some whitespace that was apparently causing difficulty w...
Russell Keith-Magee
2008-08-16
1
-2
/
+1
*
Fixed #8331 -- Added style parameter to sqlite backend implementation of sql_...
Russell Keith-Magee
2008-08-15
1
-1
/
+1
*
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-08-11
1
-27
/
+73
[next]