1
0
mirror of https://github.com/django/django.git synced 2025-01-10 02:16:08 +00:00
django/tests/backends/sqlite
Mariusz Felisiak 921670c694
Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.
On SQLite, close() doesn't explicitly close in-memory connections.

Follow up to dd45d5223b.
2024-03-19 10:03:12 +01:00
..
__init__.py
test_creation.py
test_features.py
test_functions.py
test_introspection.py
test_operations.py
tests.py Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+. 2024-03-19 10:03:12 +01:00