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
e0e88ceaaa
django1
/
django
/
db
/
backends
/
sqlite3
History
Hasan Ramezani
e3d0b4d550
Fixed
#30899
-- Lazily compiled import time regular expressions.
2019-10-29 09:22:26 +01:00
..
__init__.py
…
base.py
Fixed
#30899
-- Lazily compiled import time regular expressions.
2019-10-29 09:22:26 +01:00
client.py
Replaced subprocess commands by run() wherever possible.
2019-08-23 10:53:36 +02:00
creation.py
Fixed
#30184
-- Removed ellipsis characters from shell output strings.
2019-02-13 13:59:44 -05:00
features.py
Fixed
#30859
-- Fixed DatabaseFeatures.supports_aggregate_filter_clause on SQLite 3.30.1+.
2019-10-15 20:55:49 +02:00
introspection.py
Fixed
#30899
-- Lazily compiled import time regular expressions.
2019-10-29 09:22:26 +01:00
operations.py
Fixed
#30859
-- Fixed DatabaseFeatures.supports_aggregate_filter_clause on SQLite 3.30.1+.
2019-10-15 20:55:49 +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