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
e3ece0144a
django1
/
django
/
db
/
backends
History
Mariusz Felisiak
407d3cf39c
Fixed
#32342
-- Added index order introspection on MySQL 8.0.1+.
2021-01-11 11:45:20 +01:00
..
base
Refs
#26167
-- Made DatabaseSchemaEditor._create_index_sql()'s fields argument optional and kwarg-only.
2020-12-23 11:16:13 +01:00
dummy
Made DatabaseFeatures.uses_savepoints default to True.
2018-10-25 10:02:47 -04:00
mysql
Fixed
#32342
-- Added index order introspection on MySQL 8.0.1+.
2021-01-11 11:45:20 +01:00
oracle
Fixed
#32178
-- Allowed database backends to skip tests and mark expected failures.
2020-12-10 18:00:57 +01:00
postgresql
Refs
#26167
-- Made DatabaseSchemaEditor._create_index_sql()'s fields argument optional and kwarg-only.
2020-12-23 11:16:13 +01:00
sqlite3
Fixed
#32303
-- Bumped minimum supported SQLite to 3.9.0.
2020-12-30 09:01:56 +01:00
__init__.py
Fixed
#22603
-- Reorganized classes in django.db.backends.
2015-01-14 14:16:20 -05:00
ddl_references.py
Fixed
#30961
-- Fixed spaces in columns list SQL generated for indexes.
2019-11-08 08:52:47 +01:00
signals.py
Fixed
#31327
-- Deprecated providing_args argument for Signal.
2020-03-05 09:38:52 +01:00
utils.py
Fixed a/an typos in "SQL" usage.
2020-05-06 06:35:26 +02:00