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-03-06 07:22:32 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
backends
/
sqlite
History
Adam Johnson
deec15a9a6
Refs
#33355
-- Made trunc functions raise ValueError on invalid lookups on SQLite.
...
Co-Authored-By: Nick Pope <nick@nickpope.me.uk>
2021-12-23 11:47:13 +01:00
..
__init__.py
Reorganized backends tests.
2017-06-21 12:00:47 -04:00
test_creation.py
Fixed
#32582
-- Removed unnecessary dot in names of cloned test databases on SQLite.
2021-03-25 06:37:01 +01:00
test_features.py
Fixed
#32224
-- Avoided suppressing connection errors in supports_json_field on SQLite.`
2020-11-25 12:19:45 +01:00
test_functions.py
Refs
#33355
-- Made trunc functions raise ValueError on invalid lookups on SQLite.
2021-12-23 11:47:13 +01:00
test_introspection.py
Fixed
#32672
-- Fixed introspection of primary key constraints on SQLite.
2021-10-26 09:50:23 +02:00
test_operations.py
Fixed
#31479
-- Added support to reset sequences on SQLite.
2020-04-21 10:41:47 +02:00
tests.py
Fixed
#32303
-- Bumped minimum supported SQLite to 3.9.0.
2020-12-30 09:01:56 +01:00