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
/
mysql
/
creation.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-21
/
+40
*
Refs #32061 -- Unified DatabaseClient.runshell() in db backends.
Simon Charette
2020-10-29
1
-5
/
+7
*
Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
Adam Johnson
2020-04-14
1
-2
/
+2
*
Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().
Jon Dufresne
2020-02-06
1
-1
/
+1
*
Changed re-raising an exception to use bare raise syntax where appropriate.
Jon Dufresne
2020-01-20
1
-1
/
+1
*
Fixed #30636 -- Fixed options ordering when cloning test database on MySQL.
Yann Sionneau
2019-07-16
1
-2
/
+1
*
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-13
1
-1
/
+1
*
Fixed #29882 -- Added events and stored routines to MySQL's cloned test datab...
thomazzo
2018-10-29
1
-3
/
+3
*
Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL.
Sergey Fedoseev
2018-10-25
1
-11
/
+6
*
Fixed ResourceWarning in MySQL's _clone_test_db().
Jon Dufresne
2018-10-02
1
-4
/
+4
*
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-22
1
-1
/
+1
*
Fixed #29040 -- Made test database creation messages use a consistent output ...
Claude Paroz
2018-07-19
1
-3
/
+3
*
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
Jon Dufresne
2017-09-11
1
-2
/
+2
*
Refs #25406 -- Removed exception hiding in MySQL test database creation durin...
Mariusz Felisiak
2017-04-13
1
-7
/
+28
*
Removed unused variables that are overwritten.
Mads Jensen
2017-01-25
1
-1
/
+1
*
Refs #25196 -- Fixed incorrect argument order in test database creation.
Tim Graham
2015-11-13
1
-1
/
+1
*
Fixed #25196 -- Normalized database representations in test database messages.
Ville Skyttä
2015-09-25
1
-1
/
+3
*
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-09-09
1
-0
/
+36
*
Removed obsolete SQL generation methods.
Tim Graham
2015-01-18
1
-30
/
+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
-39
/
+0
*
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-20
1
-0
/
+1
*
Fixed #19716 -- Added support for microseconds with MySQL 5.6.4 and up
Claude Paroz
2014-10-28
1
-1
/
+9
*
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-16
1
-0
/
+1
*
Reorganized the database test settings
Shai Berger
2014-03-09
1
-4
/
+5
*
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-16
1
-1
/
+1
*
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-08
1
-18
/
+19
*
Add a BinaryField model field
Claude Paroz
2013-03-02
1
-0
/
+1
*
Add sqldropindexes to manage
Tomasz Rybak
2013-02-24
1
-0
/
+26
*
This function is unused and should have been removed a few releases ago.
Alex Gaynor
2013-02-19
1
-23
/
+0
*
Fixed #19677 -- Introspection of recursive foreign keys under SQLite.
Aymeric Augustin
2013-01-28
1
-1
/
+1
*
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-06-11
1
-0
/
+1
*
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-22
1
-10
/
+8
*
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 #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-08-11
1
-28
/
+68
*
Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offe...
Adrian Holovaty
2008-07-18
1
-1
/
+0
*
Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...
Jacob Kaplan-Moss
2007-09-19
1
-3
/
+3
*
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-08-05
1
-3
/
+3
*
Added a db_type() method to the database Field class. This is a hook for calc...
Adrian Holovaty
2007-07-20
1
-1
/
+0
*
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
Malcolm Tredinnick
2007-05-21
1
-1
/
+2
*
Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.
Jacob Kaplan-Moss
2007-01-08
1
-1
/
+0
*
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-05-02
1
-0
/
+30