index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
introspection
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #30591 -- Fixed introspection of check and unique column constraints on ...
Mariusz Felisiak
2019-08-26
2
-0
/
+7
*
Refs #11964 -- Made constraint support check respect required_db_features.
Simon Charette
2019-08-12
2
-11
/
+25
*
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-02
2
-1
/
+17
*
Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.
Hasan Ramezani
2019-07-19
1
-1
/
+4
*
Fixed #30183 -- Added introspection of inline SQLite constraints.
Paveł Tyślacki
2019-03-13
2
-1
/
+76
*
Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().
Nick Pope
2019-01-23
1
-13
/
+7
*
Refs #23748 -- Added AutoField introspection for SQLite.
Nick Pope
2019-01-09
1
-1
/
+1
*
Used 4 space hanging indent for dictionaries.
Tim Graham
2019-01-02
1
-4
/
+4
*
Followed style guide for model attribute ordering.
Matt Wiens
2018-12-27
1
-3
/
+3
*
Fixed #29870 -- Added DurationField introspection for Oracle and PostgreSQL.
Mariusz Felisiak
2018-10-21
2
-6
/
+12
*
Removed DatabaseFeatures.can_introspect_null.
Tim Graham
2018-03-16
1
-1
/
+0
*
Fixed #29004 -- Added inspectdb --include-views option.
bquinn
2018-01-27
1
-1
/
+1
*
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-12-06
1
-2
/
+2
*
Added cleanup for an introspection test.
Tim Graham
2017-09-27
1
-3
/
+6
*
Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation ti...
Tim Graham
2017-09-22
1
-18
/
+0
*
Refs #27090 -- Added real database sequence introspection.
Mariusz Felisiak
2017-09-13
1
-2
/
+3
*
Fixed #28197 -- Fixed introspection of index field ordering on PostgreSQL.
Tim Schneider
2017-05-15
2
-1
/
+7
*
Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
2017-02-15
1
-1
/
+2
*
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
1
-2
/
+2
*
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
1
-5
/
+0
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
2
-4
/
+0
*
Refs #19884 -- Removed DatabaseFeatures.can_introspect_max_length.
Mariusz Felisiak
2016-12-19
1
-1
/
+0
*
Refs #19884 -- Added CharField max_length introspection on Oracle.
Mariusz Felisiak
2016-12-19
1
-2
/
+0
*
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-11-10
1
-2
/
+1
*
Fixed #27372 -- Fixed introspection of SQLite foreign keys with spaces in DDL.
Saulius Žemaitaitis
2016-11-06
1
-11
/
+13
*
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-09-12
1
-0
/
+4
*
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2016-09-09
1
-1
/
+1
*
Fixed #27097 -- Added index type introspection to built-in db backends.
Akshesh
2016-09-02
1
-3
/
+4
*
Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_const...
Akshesh
2016-08-30
1
-5
/
+8
*
Fixed #27096 -- Fixed primary key introspection for sqlite3 backend
Claude Paroz
2016-08-20
2
-2
/
+4
*
Refs #27030 -- Added index type introspection on PostgreSQL.
Akshesh
2016-08-12
1
-0
/
+5
*
Refs #20888 -- Added index order introspection.
Akshesh
2016-08-12
1
-0
/
+20
*
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-04-08
1
-10
/
+5
*
Fixed #26304 -- Ignored unmanaged through model in table introspection.
Matthew Schinckel
2016-03-02
2
-1
/
+14
*
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-12-25
2
-1
/
+25
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
1
-3
/
+7
*
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
1
-2
/
+2
*
Fixed E265 comment style
Collin Anderson
2015-02-06
1
-1
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-1
/
+1
*
Fixed #17785 -- Preferred column names in get_relations introspection
Claude Paroz
2015-01-12
2
-5
/
+19
*
Introspected alternate SQLite FK definitions
Claude Paroz
2015-01-10
1
-1
/
+13
*
Updated introspection test to use skipUnlessDBFeature
Claude Paroz
2015-01-10
1
-7
/
+4
*
Refs #23947 -- Fixed introspection test that had a side effect.
Diego Guimarães
2014-12-06
1
-5
/
+1
*
Fixed #20392 -- Added TestCase.setUpTestData()
Thomas Chaumeny
2014-12-03
1
-2
/
+5
*
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-11-03
1
-3
/
+3
*
Fixed flake8 warnings.
Tim Graham
2014-09-29
1
-1
/
+1
*
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-29
1
-3
/
+3
*
Changed Oracle test-user creation to grant privileges instead of roles
Shai Berger
2014-09-24
1
-1
/
+1
*
Fixed #18782 -- Prevented sql_flush to flush views
Claude Paroz
2014-09-23
1
-0
/
+18
*
Fixed #23357 -- Added small int introspection support to MySQL backend.
Jon Dufresne
2014-08-27
2
-2
/
+4
[next]