summaryrefslogtreecommitdiff
path: root/tests/inspectdb
Commit message (Expand)AuthorAgeFilesLines
* Refs #34381 -- Fixed InspectDBTransactionalTests.test_foreign_data_wrapper() ...David Smith2023-03-061-13/+10
* Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres2022-12-282-0/+14
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-282-0/+26
* Refs #33308 -- Added DatabaseOperations.compose_sql() on PostgreSQL.Florian Apolloner2022-12-121-10/+12
* Fixed #33823 -- Made inspectdb generate unique related_name when reverse acce...Vladimir Kochetkov2022-07-062-0/+10
* Refs #32234 -- Removed hardcoded IntegerField in inspectdb test.Tim Graham2022-06-011-1/+2
* Fixed #32234 -- Made inspectdb inform about composite primary keys.Anv3sh2022-06-011-0/+29
* Fixed #33643 -- Fixed inspectdb crash on functional unique constraints on Ora...Scott2022-04-162-0/+21
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-6/+15
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-175/+274
* Fixed inspectdb.tests.InspectDBTestCase.test_custom_fields() on SQLite 3.37+.Mariusz Felisiak2021-12-091-6/+5
* Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute.jordan.bae2021-11-022-0/+16
* Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.Mariusz Felisiak2021-01-191-1/+0
* Optimized inspectdb tests by specifying database tables/views.Nick Pope2020-10-161-5/+34
* Fixed #32073 -- Skipped collation tests on PostgreSQL < 10.Mariusz Felisiak2020-10-061-0/+2
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-212-2/+54
* Fixed #31736 -- Fixed InspectDBTransactionalTests.test_foreign_data_wrapper c...Ahmad A. Hussein2020-06-231-2/+3
* Refs #31630 -- Added CharField and IntegerField to DatabaseFeatures.introspec...Tim Graham2020-06-041-15/+26
* Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.Tim Graham2020-06-041-2/+3
* Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...Hasan Ramezani2020-06-041-39/+11
* Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne2020-05-111-1/+1
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-082-0/+20
* Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede2019-11-192-0/+9
* Used re.Pattern.findall() instead of re.findall() in inspectdb.tests.Jon Dufresne2019-05-241-2/+2
* Fixed #30388 -- Made inspectdb generate OneToOneFields rather than ForeignKey...Ville Skyttä2019-04-251-2/+2
* Refs #29004 -- Prevented inspectdb tests from flushing all tables data.Simon Charette2018-12-241-1/+1
* Refs #29722 -- Added introspection of materialized views for Oracle.Mariusz Felisiak2018-11-261-5/+5
* Fixed #29949 -- Refactored db introspection identifier converters.Mariusz Felisiak2018-11-211-1/+1
* Refs #29722 -- Added introspection of partitions for PostgreSQL.Nick Pope2018-11-191-0/+34
* Capitalized "Python" in docs and comments.Jon Dufresne2018-10-091-1/+1
* Refs #29722 -- Added introspection of materialized views for PostgreSQL.Nick Pope2018-10-021-0/+24
* Fixed #29719 -- Added introspection of foreign tables for PostgreSQL.Nick Pope2018-10-021-0/+29
* Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsuppor...Michael Sinov2018-03-212-2/+27
* Fixed too many parentheses in inspectdb Meta.unique_together output.Tim Graham2018-03-211-0/+1
* Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...Tim Graham2018-03-201-10/+2
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-1/+1
* Removed DatabaseFeatures.can_introspect_null.Tim Graham2018-03-161-4/+1
* Refs #29004 -- Optimized InspectDBTransactionalTests.test_include_views() by ...Mariusz Felisiak2018-03-121-2/+2
* Added functions for inspectdb table filtering in tests.Tim Graham2018-03-121-16/+16
* Fixed #29004 -- Added inspectdb --include-views option.bquinn2018-01-271-3/+31
* Fixed #28984 -- Made assorted code simplifications.Tim Graham2018-01-031-1/+1
* Removed unneeded force_text calls in the test suiteClaude Paroz2017-01-241-2/+1
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-2/+2
* Fixed spelling mistakes in code and comments.james mike dupont2017-01-192-3/+3
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-6/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-6/+0
* Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.Tim Graham2017-01-172-2/+0
* Fixed #27700 -- Optimized inspectdb tests by specifying database tables.Mariusz Felisiak2017-01-071-19/+7
* Refs #19884 -- Removed DatabaseFeatures.can_introspect_max_length.Mariusz Felisiak2016-12-191-18/+8