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
/
schema.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-12
1
-5
/
+24
*
Fixed #34553 -- Fixed improper % escaping of literal in constraints.
Simon Charette
2023-05-10
1
-2
/
+0
*
Refs #34320 -- Stopped recreating check constraints when renaming fields.
Mariusz Felisiak
2023-03-02
1
-0
/
+13
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+0
*
Fixed #34304 -- Made MySQL's SchemaEditor.remove_constraint() don't create fo...
sage
2023-01-31
1
-1
/
+4
*
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-28
1
-1
/
+12
*
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-12-22
1
-4
/
+7
*
Fixed #31335 -- Fixed removing composed composed Meta constraints/indexes on ...
Sergey Fursov
2022-09-13
1
-7
/
+48
*
Refs #31335 -- Added SchemaEditor._create_missing_fk_index() on MySQL.
Sergey Fursov
2022-09-12
1
-6
/
+17
*
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2022-05-12
1
-0
/
+1
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-25
/
+40
*
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2021-12-02
1
-1
/
+1
*
Fixed #33129 -- Dropped support for MariaDB 10.2.
Mariusz Felisiak
2021-09-22
1
-3
/
+2
*
Optimized DatabaseSchemaEditor._field_should_be_indexed() on MySQL.
Matjaz Gregoric
2021-08-20
1
-3
/
+4
*
Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with default o...
Yuekui Li
2021-05-21
1
-0
/
+7
*
Fixed #32425 -- Fixed adding nullable field with default on MySQL.
Jordan Bae
2021-02-09
1
-0
/
+1
*
Refs #26167 -- Made DatabaseSchemaEditor._create_index_sql()'s fields argumen...
Hannes Ljungberg
2020-12-23
1
-1
/
+3
*
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-21
1
-0
/
+1
*
Refs #31411 -- Used RENAME COLUMN on MySQL 8.0.4+.
Mariusz Felisiak
2020-04-09
1
-1
/
+6
*
Fixed #31411 -- Used RENAME COLUMN on MariaDB 10.5.2+.
Hasan Ramezani
2020-04-02
1
-2
/
+6
*
Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+.
Mariusz Felisiak
2019-09-05
1
-4
/
+9
*
Fixed #30712 -- Allowed BLOB/TEXT defaults on MySQL 8.0.13+.
Nasir Hussain
2019-08-22
1
-2
/
+14
*
Fixed #27676 -- Allowed BLOB/TEXT defaults on MariaDB 10.2.1+.
Adam Johnson
2019-08-16
1
-1
/
+10
*
Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.
Hasan Ramezani
2019-07-19
1
-0
/
+6
*
Fixed #30380 -- Handled bytes in MySQL backend for PyMySQL support.
Mariusz Felisiak
2019-04-19
1
-1
/
+2
*
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2019-01-29
1
-1
/
+4
*
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-29
1
-0
/
+2
*
Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_va...
Claude Paroz
2018-03-17
1
-3
/
+5
*
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
1
-3
/
+1
*
Fixed #28275 -- Added more hooks to SchemaEditor._alter_field().
Florian Apolloner
2017-06-06
1
-2
/
+2
*
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
2017-05-23
1
-13
/
+7
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-5
/
+5
*
Fixed #27441 -- Improved SQL for 'DROP COLUMN' on MySQL
Adam Chainz
2016-11-05
1
-0
/
+4
*
Fixed #26966 -- Made MySQL backend skip defaults for JSON columns
Adam Chainz
2016-08-01
1
-2
/
+3
*
Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=F...
Aaron Elliot Ross
2016-06-28
1
-8
/
+11
*
Fixed #26593 -- Leveraged deferrable_sql() in SchemaEditor
Markus Holtermann
2016-05-07
1
-4
/
+0
*
Removed unused attributes of MySQL SchemaEditor.
Tim Graham
2016-01-22
1
-3
/
+0
*
Fixed #25393 -- Fixed MySQL crash when adding text/blob field with unhashable...
Ville Skyttä
2015-09-14
1
-1
/
+2
*
Fixed #24972 -- Fixed removing unique_together indexes on MySQL.
Adam Brenecki
2015-06-15
1
-4
/
+2
*
Fixed #24846 -- Added support to MySQL SchemaEditor for all blob/text data types
Adam Chainz
2015-05-30
1
-3
/
+10
*
Fixed #24817 -- Prevented loss of null info in MySQL field renaming.
Andriy Sokolovskiy
2015-05-28
1
-3
/
+14
*
Fixed #24757 -- Recreated MySQL index when needed during combined index removal
Claude Paroz
2015-05-15
1
-0
/
+18
*
Fixed #24595 -- Prevented loss of null info in MySQL field alteration
Claude Paroz
2015-04-17
1
-0
/
+8
*
Removed duplicate attribute in MySQL DatabaseSchemaEditor.
Andriy Sokolovskiy
2015-03-30
1
-2
/
+0
*
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-14
1
-1
/
+1
*
Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB
Claude Paroz
2014-12-27
1
-0
/
+12
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
1
-1
/
+4
*
Fixed unused import.
Loic Bistuer
2014-05-21
1
-1
/
+0
*
Fixed #22649: Beefed up quote_value
Andrew Godwin
2014-05-20
1
-8
/
+3
*
Fixed #22424 -- Fixed handling of default values for TextField/BinaryField on...
Loic Bistuer
2014-05-18
1
-1
/
+26
[next]