This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
2210539142
django1
/
django
/
db
/
backends
/
sqlite3
History
Iuri de Silvio
7f4c9222df
Fixed
#31825
-- Made RenameField operation a noop for fields with db_column.
2020-08-13 13:14:58 +02:00
..
__init__.py
…
base.py
Fixed
#31836
-- Dropped support for JSONField __contains and __contained_by lookups on SQLite.
2020-07-28 13:06:52 +02:00
client.py
Fixed
#29501
-- Allowed dbshell to pass options to underlying tool.
2020-04-14 14:02:51 +01:00
creation.py
Fixed
#30413
-- Fixed test database signature on SQLite when test database name is provided.
2019-11-21 19:50:24 +01:00
features.py
Fixed
#21181
-- Added Collate database function.
2020-08-11 22:21:08 +02:00
introspection.py
Refs
#30116
-- Simplified regex match group access with Match.__getitem__().
2020-05-11 12:01:28 +02:00
operations.py
Fixed
#28925
-- Fixed durations-only expressions crash on SQLite and MySQL.
2020-06-30 07:04:55 +02:00
schema.py
Fixed
#31825
-- Made RenameField operation a noop for fields with db_column.
2020-08-13 13:14:58 +02:00