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
955b382600
django1
/
django
/
db
/
backends
/
sqlite3
History
Ngalim Siregar
e4684220af
Fixed
#30664
-- Fixed migrations crash when altering table on SQLite or altering AutoField/BigAutoField on PostgreSQL for models with quoted db_table.
2019-08-01 12:06:32 +02:00
..
__init__.py
…
base.py
Fixed
#30451
-- Added ASGI handler and coroutine-safety.
2019-06-20 12:29:43 +02:00
client.py
Fixed
#26751
-- Made dbshell exit with the shell's error code.
2016-06-27 12:20:40 -04:00
creation.py
Fixed
#30184
-- Removed ellipsis characters from shell output strings.
2019-02-13 13:59:44 -05:00
features.py
Refs
#30027
-- Enabled window function tests on SQLite 3.25+.
2019-02-09 08:47:40 -05:00
introspection.py
Fixed
#30183
-- Added introspection of inline SQLite constraints.
2019-03-13 10:24:28 -04:00
operations.py
Removed unnecessary assignments in various code.
2019-04-24 13:09:29 +02:00
schema.py
Fixed
#30664
-- Fixed migrations crash when altering table on SQLite or altering AutoField/BigAutoField on PostgreSQL for models with quoted db_table.
2019-08-01 12:06:32 +02:00