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
866dccb650
django1
/
django
/
db
/
backends
/
sqlite3
History
Tobias Bengfort
54e94640ac
Refs
#25287
-- Added support for multiplying and dividing DurationField by scalar values on SQLite.
2021-04-20 11:44:41 +02:00
..
__init__.py
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read
http://code.djangoproject.com/wiki/RemovingTheMagic
for upgrade instructions.
2006-05-02 01:31:56 +00:00
base.py
Refs
#25287
-- Added support for multiplying and dividing DurationField by scalar values on SQLite.
2021-04-20 11:44:41 +02:00
client.py
Fixed
#32355
-- Dropped support for Python 3.6 and 3.7
2021-02-10 10:20:54 +01:00
creation.py
Fixed
#32582
-- Removed unnecessary dot in names of cloned test databases on SQLite.
2021-03-25 06:37:01 +01:00
features.py
Fixed
#32416
-- Made ThreadedWSGIServer close connections after each thread.
2021-04-12 10:23:56 +02:00
introspection.py
Fixed
#32453
-- Added introspection of unique constraint field ordering on SQLite.
2021-02-17 10:59:17 +01:00
operations.py
Refs
#25287
-- Added support for multiplying and dividing DurationField by scalar values on SQLite.
2021-04-20 11:44:41 +02:00
schema.py
Fixed
#30916
-- Added support for functional unique constraints.
2021-02-23 20:19:53 +01:00