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
/
django
/
db
/
backends
/
sqlite3
/
introspection.py
Age
Commit message (
Expand
)
Author
2018-05-08
Refs #29350 -- Fixed 'invalid escape sequence' warning in SQLite introspection.
Tim Graham
2018-04-28
Fixed #29350 -- Fix get_primary_key_column() method in sqlite3 backend
Zackary Troop
2018-01-27
Fixed #29004 -- Added inspectdb --include-views option.
bquinn
2017-12-22
Fixed #28884 -- Fixed crash on SQLite when renaming a field in a model refere...
Simon Charette
2017-10-03
Fixed #28584 -- Dropped support for SQLite < 3.7.15.
Tim Graham
2017-09-22
Refs #27098 -- Removed DatabaseIntrospection.get_indexes() per deprecation ti...
Tim Graham
2017-09-13
Refs #27090 -- Added real database sequence introspection.
Mariusz Felisiak
2017-07-11
Fixed #14204 -- Enforced SQLite foreign key constraints.
Claude Paroz
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-15
Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-11-30
Refs #24245 -- Added introspection for database defaults on Oracle.
Mariusz Felisiak
2016-11-06
Fixed #27372 -- Fixed introspection of SQLite foreign keys with spaces in DDL.
Saulius Žemaitaitis
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-12
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-09-02
Fixed #27097 -- Added index type introspection to built-in db backends.
Akshesh
2016-08-20
Fixed #27096 -- Fixed primary key introspection for sqlite3 backend
Claude Paroz
2016-08-12
Refs #20888 -- Added index order introspection.
Akshesh
2015-09-18
Refs #17785 -- Made docstring for sqlite3's get_relations() consistent with o...
Hynek Cernoch
2015-04-14
Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.
peterfarrell
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-31
Fixed #24245 -- Added introspection for database defaults.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
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
2014-09-23
Made get_table_list return a TableInfo named tuple
Claude Paroz
2014-08-06
Fixed #21603 -- Fixed complex RawQuerySets queries on some versions of SQLite.
Alex Hill
2014-06-01
Fixed #22744 -- Fixed sqlite3 get_relations introspection with views
Claude Paroz
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-15
Made sqlite introspection also show views like other backends
Claude Paroz
2013-09-06
Fixed #10164 -- Made AutoField increase monotonically on SQLite
Chris Wilson
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-08-11
Support index_together during model creation
Andrew Godwin
2013-07-22
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-02
Make get_constraints return columns in order
Andrew Godwin
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-03-02
Add introspection support for BinaryField
Claude Paroz
2013-01-12
Return namedtuple from get_table_description
Claude Paroz
2012-09-22
Fix introspection PK comment more.
Andrew Godwin
2012-09-18
Stylistic fixes: triple-quoted docstrings, more comments
Andrew Godwin
2012-09-07
Added SQLite backend which passes all current tests
Andrew Godwin
2012-08-30
Made get_table_description also return the size of char fields on SQLite
Claude Paroz
2012-04-30
Made get_indexes() consistent across backends.
Anssi Kääriäinen
2011-08-07
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-01-27
Fixed #15173 -- fixed the tests when run under pypy.
Alex Gaynor
2010-10-31
When looking for django tables which exist, query for all tables once, not on...
Alex Gaynor
2010-04-21
Fixed #13396 -- Modified the SQLite introspection code to avoid a problem wit...
Russell Keith-Magee
2009-12-17
Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...
Karen Tracey
2009-04-04
Fixed up the introspection code and tests added for #9779 to run under Python...
Karen Tracey
[next]