index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
management
/
commands
/
inspectdb.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-04-30
Fixed #36357 -- Skipped unique_together in inspectdb output for composite pri...
Baptiste Mispelon
2025-01-03
Fixed #36052 -- Supported CompositePrimaryKey in inspectdb.
Jacob Walls
2024-05-10
Fixed #35429 -- Added argparse choices to --database options.
SaJH
2023-05-22
Fixed #34587 -- Allowed customizing table name normalization in inspectdb com...
Andrii Kohut
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2022-12-28
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
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-07-06
Fixed #33823 -- Made inspectdb generate unique related_name when reverse acce...
Vladimir Kochetkov
2022-06-01
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
2022-04-16
Fixed #33643 -- Fixed inspectdb crash on functional unique constraints on Ora...
Scott
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
2021-11-02
Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute.
jordan.bae
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-06-04
Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.
Tim Graham
2020-05-21
Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...
Hasan Ramezani
2020-04-27
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2019-12-12
Refs #23919 -- Used yield from in inspectdb.
Jon Dufresne
2019-04-25
Fixed #30388 -- Made inspectdb generate OneToOneFields rather than ForeignKey...
Ville Skyttä
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-23
Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().
Nick Pope
2018-11-19
Refs #29722 -- Added introspection of partitions for PostgreSQL.
Nick Pope
2018-07-20
Improved inspectdb readability with namedtuple attributes.
Tim Graham
2018-07-20
Refs #23919 -- Removed obsolete u-prefix stripping in inspectdb.
Tim Graham
2018-07-02
Removed parser.add_arguments() arguments that match the defaults.
Claude Paroz
2018-03-21
Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsuppor...
Michael Sinov
2018-03-21
Fixed too many parentheses in inspectdb Meta.unique_together output.
Tim Graham
2018-03-21
Refs #23919 -- Removed obsolete comments about u'' prefixes.
Tim Graham
2018-03-20
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...
Tim Graham
2018-01-27
Fixed #29004 -- Added inspectdb --include-views option.
bquinn
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-06-16
Fixed #27787 -- Made call_command() validate the options it receives.
Chandrakant Kumar
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-10-11
Replaced '__' with LOOKUP_SEP constant.
Nick Pope
2016-09-12
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-18
Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables.
José Tomás Tocino
2016-02-25
Fixed #14098 -- Prevented crash for introspection errors in inspectdb
Claude Paroz
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-25
Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.
Jacek Bzdak
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-17
Removed support for custom SQL per deprecation timeline.
Tim Graham
2015-01-12
Fixed #17785 -- Preferred column names in get_relations introspection
Claude Paroz
[next]