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
2019-03-15
[2.2.x] Fixed #30183 -- Added introspection of inline SQLite constraints.
Paveł Tyślacki
2019-03-15
[2.2.x] Refs #30183 -- Moved SQLite table constraint parsing to a method.
Paveł Tyślacki
2019-03-15
[2.2.x] Unified nonexistent foreign key introspection value for SQLite.
Paveł Tyślacki
2019-01-22
[2.2.x] Fixed #30115 -- Fixed SQLite introspection crash with a varchar prima...
Nick Pope
2019-01-09
Refs #23748 -- Added AutoField introspection for SQLite.
Nick Pope
2018-12-22
Renamed Sqlite and Sqlite3 references to SQLite.
Nick Pope
2018-11-13
Fixed #29641 -- Added support for unique constraints in Meta.constraints.
Simon Charette
2018-11-13
Refs #29641 -- Refactored database schema constraint creation.
Simon Charette
2018-06-25
Fixed #29517 -- Added support for SQLite column check constraints on positive...
Tim Graham
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
[next]