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