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
/
tests
/
inspectdb
Age
Commit message (
Expand
)
Author
2026-02-09
Added DatabaseFeatures.supports_inspectdb.
Tim Graham
2025-11-23
Refs #21961 -- Added DatabaseFeatures.supports_on_delete_db_(cascade/null) fe...
Tim Graham
2025-11-17
Fixed #24920 -- Added support for DecimalField with no precision.
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-05-06
Refs #36052, #32234 -- Fixed inspectdb tests for CompositePrimaryKey on Oracle.
Mariusz Felisiak
2025-04-30
Fixed #36357 -- Skipped unique_together in inspectdb output for composite pri...
Baptiste Mispelon
2025-04-30
Fixed #36358 -- Corrected introspection of composite primary keys on SQLite.
Simon Charette
2025-04-30
Refs #36052, #32234 -- Removed create_test_table_with_composite_primary_key f...
Simon Charette
2025-04-29
Used addCleanup() instead of try-finally blocks in inspectdb tests.
Baptiste Mispelon
2025-01-03
Fixed #36052 -- Supported CompositePrimaryKey in inspectdb.
Jacob Walls
2023-08-21
Fixed #33143 -- Raised RuntimeWarning when performing import-time queries.
Florian Zimmermann
2023-05-22
Fixed #34587 -- Allowed customizing table name normalization in inspectdb com...
Andrii Kohut
2023-03-06
Refs #34381 -- Fixed InspectDBTransactionalTests.test_foreign_data_wrapper() ...
David Smith
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-12
Refs #33308 -- Added DatabaseOperations.compose_sql() on PostgreSQL.
Florian Apolloner
2022-07-06
Fixed #33823 -- Made inspectdb generate unique related_name when reverse acce...
Vladimir Kochetkov
2022-06-01
Refs #32234 -- Removed hardcoded IntegerField in inspectdb test.
Tim Graham
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-12-09
Fixed inspectdb.tests.InspectDBTestCase.test_custom_fields() on SQLite 3.37+.
Mariusz Felisiak
2021-11-02
Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute.
jordan.bae
2021-01-19
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
Mariusz Felisiak
2020-10-16
Optimized inspectdb tests by specifying database tables/views.
Nick Pope
2020-10-06
Fixed #32073 -- Skipped collation tests on PostgreSQL < 10.
Mariusz Felisiak
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-06-23
Fixed #31736 -- Fixed InspectDBTransactionalTests.test_foreign_data_wrapper c...
Ahmad A. Hussein
2020-06-04
Refs #31630 -- Added CharField and IntegerField to DatabaseFeatures.introspec...
Tim Graham
2020-06-04
Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.
Tim Graham
2020-06-04
Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...
Hasan Ramezani
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-08
Fixed #12990, Refs #27694 -- Added JSONField model field.
sage
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-05-24
Used re.Pattern.findall() instead of re.findall() in inspectdb.tests.
Jon Dufresne
2019-04-25
Fixed #30388 -- Made inspectdb generate OneToOneFields rather than ForeignKey...
Ville Skyttä
2018-12-24
Refs #29004 -- Prevented inspectdb tests from flushing all tables data.
Simon Charette
2018-11-26
Refs #29722 -- Added introspection of materialized views for Oracle.
Mariusz Felisiak
2018-11-21
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-11-19
Refs #29722 -- Added introspection of partitions for PostgreSQL.
Nick Pope
2018-10-09
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-10-02
Refs #29722 -- Added introspection of materialized views for PostgreSQL.
Nick Pope
2018-10-02
Fixed #29719 -- Added introspection of foreign tables for PostgreSQL.
Nick Pope
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-20
Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...
Tim Graham
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-16
Removed DatabaseFeatures.can_introspect_null.
Tim Graham
[next]