summaryrefslogtreecommitdiff
path: root/tests/introspection
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+2
* 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-122-5/+19
* 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-272-2/+4
* 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
* Adjusted refactoring of vendor checks.Aymeric Augustin2014-05-101-1/+2
* Added feature flags for introspection capabilities.Aymeric Augustin2014-05-081-12/+2
* Ensure cursors are closed when no longer needed.Michael Manfre2014-02-021-30/+30
* Fixed #21097 - Added DatabaseFeature.can_introspect_autofieldMichael Manfre2013-09-141-2/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+2