summaryrefslogtreecommitdiff
path: root/tests/introspection/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #30591 -- Fixed introspection of check and unique column constraints on ...Mariusz Felisiak2019-08-261-0/+6
* Refs #11964 -- Made constraint support check respect required_db_features.Simon Charette2019-08-121-9/+13
* Fixed #30661 -- Added models.SmallAutoField.Nick Pope2019-08-021-1/+12
* 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-131-1/+58
* 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
* Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.Mariusz Felisiak2018-10-211-6/+11
* 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-151-1/+6
* 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 encoding preambles and future importsClaude Paroz2017-01-181-2/+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
* 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-201-1/+3
* 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-021-1/+5
* Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy2015-12-251-1/+7
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+7
* Fixed E265 comment styleCollin Anderson2015-02-061-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #17785 -- Preferred column names in get_relations introspectionClaude Paroz2015-01-121-5/+18
* Introspected alternate SQLite FK definitionsClaude Paroz2015-01-101-1/+13
* Updated introspection test to use skipUnlessDBFeatureClaude Paroz2015-01-101-7/+4
* Refs #23947 -- Fixed introspection test that had a side effect.Diego Guimarães2014-12-061-5/+1
* Fixed #20392 -- Added TestCase.setUpTestData()Thomas Chaumeny2014-12-031-2/+5
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-3/+3
* Fixed flake8 warnings.Tim Graham2014-09-291-1/+1
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny2014-09-291-3/+3
* Changed Oracle test-user creation to grant privileges instead of rolesShai Berger2014-09-241-1/+1
* Fixed #18782 -- Prevented sql_flush to flush viewsClaude Paroz2014-09-231-0/+18
* Fixed #23357 -- Added small int introspection support to MySQL backend.Jon Dufresne2014-08-271-2/+3
* Fixed #22988 -- Adjusted an introspection test assertion.Josh Smeaton2014-07-101-2/+2
* Fixed #20631 -- Increased the default EmailField max_length to 254.Tim Graham2014-07-041-1/+1
* Fixed #22816 -- Corrected Oracle feature flag and fixed introspection testShai Berger2014-06-141-3/+2
* Added a flag for the ability to introspect nullable fields.Aymeric Augustin2014-06-051-5/+4