This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-11-07 07:15:35 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
d506e4a52847ed4fb80754175d76b6b83ff90929
django
/
django
/
db
/
backends
/
sqlite3
History
Mariusz Felisiak
d506e4a528
Fixed
#36671
-- Dropped support for SQLite < 3.37.
2025-10-18 21:04:11 +02:00
..
__init__.py
…
_functions.py
Fixed
#34262
-- Added support for AnyValue for SQLite, MySQL, Oracle, and Postgresql 16+.
2025-05-20 10:01:42 +02:00
base.py
Remove unused OneToOneField from DatabaseWrapper.data_types.
2025-08-12 09:46:20 +02:00
client.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
creation.py
Fixed
#36531
-- Added forkserver support to parallel test runner.
2025-07-29 14:11:22 -03:00
features.py
Fixed
#36671
-- Dropped support for SQLite < 3.37.
2025-10-18 21:04:11 +02:00
introspection.py
Fixed
#36671
-- Dropped support for SQLite < 3.37.
2025-10-18 21:04:11 +02:00
operations.py
Refs
#27222
-- Implemented BaseDatabaseOperations.return_insert_columns()/fetch_returned_insert_rows().
2025-08-28 20:44:21 +02:00
schema.py
Fixed
#36671
-- Dropped support for SQLite < 3.37.
2025-10-18 21:04:11 +02:00