index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
introspection
Age
Commit message (
Expand
)
Author
2017-09-13
Refs #27090 -- Added real database sequence introspection.
Mariusz Felisiak
2017-05-15
Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.
Tim Schneider
2017-02-15
Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-19
Refs #19884 -- Removed DatabaseFeatures.can_introspect_max_length.
Mariusz Felisiak
2016-12-19
Refs #19884 -- Added CharField max_length introspection on Oracle.
Mariusz Felisiak
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-06
Fixed #27372 -- Fixed introspection of SQLite foreign keys with spaces in DDL.
Saulius Žemaitaitis
2016-09-12
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-09-09
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2016-09-02
Fixed #27097 -- Added index type introspection to built-in db backends.
Akshesh
2016-08-30
Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_const...
Akshesh
2016-08-20
Fixed #27096 -- Fixed primary key introspection for sqlite3 backend
Claude Paroz
2016-08-12
Refs #27030 -- Added index type introspection on PostgreSQL.
Akshesh
2016-08-12
Refs #20888 -- Added index order introspection.
Akshesh
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-02
Fixed #26304 -- Ignored unmanaged through model in table introspection.
Matthew Schinckel
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-02-06
Fixed E265 comment style
Collin Anderson
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-12
Fixed #17785 -- Preferred column names in get_relations introspection
Claude Paroz
2015-01-10
Introspected alternate SQLite FK definitions
Claude Paroz
2015-01-10
Updated introspection test to use skipUnlessDBFeature
Claude Paroz
2014-12-06
Refs #23947 -- Fixed introspection test that had a side effect.
Diego Guimarães
2014-12-03
Fixed #20392 -- Added TestCase.setUpTestData()
Thomas Chaumeny
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-29
Fixed flake8 warnings.
Tim Graham
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-24
Changed Oracle test-user creation to grant privileges instead of roles
Shai Berger
2014-09-23
Fixed #18782 -- Prevented sql_flush to flush views
Claude Paroz
2014-08-27
Fixed #23357 -- Added small int introspection support to MySQL backend.
Jon Dufresne
2014-07-10
Fixed #22988 -- Adjusted an introspection test assertion.
Josh Smeaton
2014-07-04
Fixed #20631 -- Increased the default EmailField max_length to 254.
Tim Graham
2014-06-14
Fixed #22816 -- Corrected Oracle feature flag and fixed introspection test
Shai Berger
2014-06-05
Added a flag for the ability to introspect nullable fields.
Aymeric Augustin
2014-05-10
Adjusted refactoring of vendor checks.
Aymeric Augustin
2014-05-08
Added feature flags for introspection capabilities.
Aymeric Augustin
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2013-09-14
Fixed #21097 - Added DatabaseFeature.can_introspect_autofield
Michael Manfre
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-03-02
Add introspection support for BinaryField
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner