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