summaryrefslogtreecommitdiff
path: root/django/db/backends/mysql/creation.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-21/+40
* Refs #32061 -- Unified DatabaseClient.runshell() in db backends.Simon Charette2020-10-291-5/+7
* Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson2020-04-141-2/+2
* Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().Jon Dufresne2020-02-061-1/+1
* Changed re-raising an exception to use bare raise syntax where appropriate.Jon Dufresne2020-01-201-1/+1
* Fixed #30636 -- Fixed options ordering when cloning test database on MySQL.Yann Sionneau2019-07-161-2/+1
* Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis2019-02-131-1/+1
* Fixed #29882 -- Added events and stored routines to MySQL's cloned test datab...thomazzo2018-10-291-3/+3
* Fixed #29827 -- Fixed reuse of test databases with --keepdb on MySQL.Sergey Fedoseev2018-10-251-11/+6
* Fixed ResourceWarning in MySQL's _clone_test_db().Jon Dufresne2018-10-021-4/+4
* Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz2018-08-221-1/+1
* Fixed #29040 -- Made test database creation messages use a consistent output ...Claude Paroz2018-07-191-3/+3
* Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.Jon Dufresne2017-09-111-2/+2
* Refs #25406 -- Removed exception hiding in MySQL test database creation durin...Mariusz Felisiak2017-04-131-7/+28
* Removed unused variables that are overwritten.Mads Jensen2017-01-251-1/+1
* Refs #25196 -- Fixed incorrect argument order in test database creation.Tim Graham2015-11-131-1/+1
* Fixed #25196 -- Normalized database representations in test database messages.Ville Skyttä2015-09-251-1/+3
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-091-0/+36
* Removed obsolete SQL generation methods.Tim Graham2015-01-181-30/+0
* Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham2015-01-141-1/+1
* Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham2014-12-311-39/+0
* Fixed #2443 -- Added DurationField.Marc Tamlyn2014-12-201-0/+1
* Fixed #19716 -- Added support for microseconds with MySQL 5.6.4 and upClaude Paroz2014-10-281-1/+9
* Fixed #19463 -- Added UUIDFieldMarc Tamlyn2014-09-161-0/+1
* Reorganized the database test settingsShai Berger2014-03-091-4/+5
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-18/+19
* Add a BinaryField model fieldClaude Paroz2013-03-021-0/+1
* Add sqldropindexes to manageTomasz Rybak2013-02-241-0/+26
* This function is unused and should have been removed a few releases ago.Alex Gaynor2013-02-191-23/+0
* Fixed #19677 -- Introspection of recursive foreign keys under SQLite.Aymeric Augustin2013-01-281-1/+1
* Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel2011-06-111-0/+1
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-10/+8
* Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey2009-12-171-0/+1
* Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss2008-09-011-2/+0
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-28/+68
* Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offe...Adrian Holovaty2008-07-181-1/+0
* Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...Jacob Kaplan-Moss2007-09-191-3/+3
* Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr2007-08-051-3/+3
* Added a db_type() method to the database Field class. This is a hook for calc...Adrian Holovaty2007-07-201-1/+0
* Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick2007-05-211-1/+2
* Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.Jacob Kaplan-Moss2007-01-081-1/+0
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+30