summaryrefslogtreecommitdiff
path: root/tests/introspection
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-282-0/+29
* Made inspectdb used Cursor.description.display_size for CharFields' max_length.Mariusz Felisiak2022-12-081-1/+1
* Refs #27236 -- Removed usage of Meta.index_together from indexes/introspectio...David Wobrock2022-07-111-3/+3
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-118/+230
* Fixed #33288 -- Made SQLite introspection use information schema for relations.Simon Charette2021-11-151-18/+0
* Removed DatabaseIntrospection.get_key_columns().Mariusz Felisiak2021-11-101-9/+0
* Fixed #32453 -- Added introspection of unique constraint field ordering on SQ...Hannes Ljungberg2021-02-172-1/+29
* Fixed #32120 -- Added DatabaseFeatures.indexes_foreign_keys.Tim Graham2020-10-201-3/+6
* Refs #31630 -- Added CharField and IntegerField to DatabaseFeatures.introspec...Tim Graham2020-06-041-9/+6
* Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.Tim Graham2020-06-041-3/+1
* Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...Hasan Ramezani2020-06-041-6/+6
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-12/+0
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+1
* Refs #30591 -- Fixed introspection of check and unique column constraints on ...Mariusz Felisiak2019-08-262-0/+7
* Refs #11964 -- Made constraint support check respect required_db_features.Simon Charette2019-08-122-11/+25
* Fixed #30661 -- Added models.SmallAutoField.Nick Pope2019-08-022-1/+17
* Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.Hasan Ramezani2019-07-191-1/+4
* Fixed #30183 -- Added introspection of inline SQLite constraints.Paveł Tyślacki2019-03-132-1/+76
* Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().Nick Pope2019-01-231-13/+7
* Refs #23748 -- Added AutoField introspection for SQLite.Nick Pope2019-01-091-1/+1
* Used 4 space hanging indent for dictionaries.Tim Graham2019-01-021-4/+4
* Followed style guide for model attribute ordering.Matt Wiens2018-12-271-3/+3
* Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.Mariusz Felisiak2018-10-212-6/+12
* Removed DatabaseFeatures.can_introspect_null.Tim Graham2018-03-161-1/+0
* Fixed #29004 -- Added inspectdb --include-views option.bquinn2018-01-271-1/+1
* Fixed #28893 -- Removed unnecessary dict.items() calls.Tim Graham2017-12-061-2/+2
* Added cleanup for an introspection test.Tim Graham2017-09-271-3/+6
* Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation ti...Tim Graham2017-09-221-18/+0
* Refs #27090 -- Added real database sequence introspection.Mariusz Felisiak2017-09-131-2/+3
* Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.Tim Schneider2017-05-152-1/+7
* Fixed #27135 -- Made index introspection return Index.suffix.Tim Graham2017-02-151-1/+2
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-2/+2
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-5/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-4/+0
* Refs #19884 -- Removed DatabaseFeatures.can_introspect_max_length.Mariusz Felisiak2016-12-191-1/+0
* Refs #19884 -- Added CharField max_length introspection on Oracle.Mariusz Felisiak2016-12-191-2/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+1
* Fixed #27372 -- Fixed introspection of SQLite foreign keys with spaces in DDL.Saulius Žemaitaitis2016-11-061-11/+13
* Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexesClaude Paroz2016-09-121-0/+4
* Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz2016-09-091-1/+1
* Fixed #27097 -- Added index type introspection to built-in db backends.Akshesh2016-09-021-3/+4
* Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_const...Akshesh2016-08-301-5/+8
* Fixed #27096 -- Fixed primary key introspection for sqlite3 backendClaude Paroz2016-08-202-2/+4
* Refs #27030 -- Added index type introspection on PostgreSQL.Akshesh2016-08-121-0/+5
* Refs #20888 -- Added index order introspection.Akshesh2016-08-121-0/+20
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-10/+5
* Fixed #26304 -- Ignored unmanaged through model in table introspection.Matthew Schinckel2016-03-022-1/+14
* Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy2015-12-252-1/+25
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+7