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
/
introspection.py
Age
Commit message (
Expand
)
Author
2026-01-18
Applied Black's 2026 stable style.
Mariusz Felisiak
2025-10-31
Fixed #36661 -- Added introspection of database-level delete options.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-31
Refs #28909 -- Simplified code using unpacking generalizations.
Aarni Koskela
2023-08-30
Fixed #34799 -- Made MySQL introspection skip cross-database relations.
John Whitman
2023-08-02
Fixed #33507 -- Used UUID data type on MariaDB 10.7+.
Albert Defler
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-08
Made inspectdb used Cursor.description.display_size for CharFields' max_length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-11-10
Removed DatabaseIntrospection.get_key_columns().
Mariusz Felisiak
2021-11-10
Fixed DatabaseIntrospection.get_relations() docstring.
Tim Graham
2021-08-20
Fixed #33017 -- Fixed storage engine introspection on MySQL.
Matjaz Gregoric
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-12
Simplified introspection of constraints on MySQL.
Hannes Ljungberg
2021-01-11
Fixed #32342 -- Added index order introspection on MySQL 8.0.1+.
Mariusz Felisiak
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-09-05
Fixed #30750 -- Added support for check constraints on MySQL 8.0.16+.
Mariusz Felisiak
2019-08-26
Refs #30591 -- Fixed introspection of check and unique column constraints on ...
Mariusz Felisiak
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-07-30
Refs #30593 -- Fixed introspection of check constraints columns on MariaDB.
Hasan Ramezani
2019-07-30
Refs #30593 -- Added _parse_constraint_columns() hook to introspection on Mar...
Hasan Ramezani
2019-07-19
Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.
Hasan Ramezani
2019-01-09
Renamed import in MySQL introspection backend for consistency.
Nick Pope
2018-06-29
Fixed #29480 -- Made MySQL backend retrieve constraint columns in their defin...
Thomas Grainger
2017-12-21
Refs #28909 -- Simplifed code using unpacking generalizations.
Nick Pope
2017-09-22
Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation ti...
Tim Graham
2017-09-13
Refs #27090 -- Added real database sequence introspection.
Mariusz Felisiak
2017-03-08
Fixed #24365 -- Made inspectdb translate MySQL unsigned integer columns to po...
Mariusz Felisiak
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-15
Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2016-11-30
Refs #24245 -- Added introspection for database defaults on Oracle.
Mariusz Felisiak
2016-09-12
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-09-02
Fixed #27097 -- Added index type introspection to built-in db backends.
Akshesh
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-02-26
Fixed #24653 -- Fixed MySQL database introspection when using read_default_file.
zshimanchik
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-02-18
Removed unused foreign_key_re variables in MySQL/Oracle DB backends
Adam Chainz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-31
Fixed #24245 -- Added introspection for database defaults.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-12
Fixed #17785 -- Preferred column names in get_relations introspection
Claude Paroz
2014-12-27
Fixed #14180 -- Prevented unneeded index creation on MySQL-InnoDB
Claude Paroz
[next]