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
c0969ee227
django1
/
django
/
db
/
backends
History
Dolan Antenucci
f944cb3d3b
Fixed
#30266
-- Kept a sequence owner when altering an AutoField/BigAutoField on PostgreSQL.
2019-04-08 22:24:18 +02:00
..
base
Refs
#30172
-- Prevented removing a model Meta's index/unique_together from removing Meta constraints/indexes.
2019-03-17 20:50:57 -04:00
dummy
Made DatabaseFeatures.uses_savepoints default to True.
2018-10-25 10:02:47 -04:00
mysql
Fixed
#28373
-- Used connection timezone instead of UTC when making dates timezone-aware on MySQL, SQLite, and Oracle.
2019-04-08 08:59:17 +02:00
oracle
Fixed
#28373
-- Used connection timezone instead of UTC when making dates timezone-aware on MySQL, SQLite, and Oracle.
2019-04-08 08:59:17 +02:00
postgresql
Fixed
#30266
-- Kept a sequence owner when altering an AutoField/BigAutoField on PostgreSQL.
2019-04-08 22:24:18 +02:00
sqlite3
Fixed
#28373
-- Used connection timezone instead of UTC when making dates timezone-aware on MySQL, SQLite, and Oracle.
2019-04-08 08:59:17 +02:00
__init__.py
Fixed
#22603
-- Reorganized classes in django.db.backends.
2015-01-14 14:16:20 -05:00
ddl_references.py
Fixed
#28077
-- Added support for PostgreSQL opclasses in Index.
2018-06-29 17:00:28 -04:00
signals.py
Fixed
#13798
-- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch.
2010-08-30 13:21:18 +00:00
utils.py
Removed unused 'tz' variable in typecast_timestamp().
2018-11-09 12:47:02 -05:00