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
2788de95e3
django1
/
django
/
db
/
backends
History
Hannes Ljungberg
104493311e
Refs
#30913
-- Added BaseDatabaseSchemaEditor._index_condition_sql().
2020-04-24 07:10:26 +02:00
..
base
Refs
#30913
-- Added BaseDatabaseSchemaEditor._index_condition_sql().
2020-04-24 07:10:26 +02:00
dummy
Made DatabaseFeatures.uses_savepoints default to True.
2018-10-25 10:02:47 -04:00
mysql
Fixed
#31473
-- Made sql_flush() use RESTART IDENTITY to reset sequences on PostgreSQL.
2020-04-17 11:57:24 +02:00
oracle
Capitalized Unicode in docs, strings, and comments.
2020-04-20 12:10:33 +02:00
postgresql
Fixed
#31473
-- Made sql_flush() use RESTART IDENTITY to reset sequences on PostgreSQL.
2020-04-17 11:57:24 +02:00
sqlite3
Fixed
#31479
-- Added support to reset sequences on SQLite.
2020-04-21 10:41:47 +02: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
Simplified imports from django.db and django.contrib.gis.db.
2020-02-04 13:20:06 +01:00