mirror of
https://github.com/django/django.git
synced 2025-03-04 06:05:02 +00:00
Refs #14204 -- Removed obsolete referential integrity comment for SQLite.
This commit is contained in:
parent
a68ea23101
commit
7534e43497
@ -455,13 +455,8 @@ class BackendTestCase(TransactionTestCase):
|
|||||||
connection.init_connection_state()
|
connection.init_connection_state()
|
||||||
|
|
||||||
|
|
||||||
# We don't make these tests conditional because that means we would need to
|
# These tests aren't conditional because it would require differentiating
|
||||||
# check and differentiate between:
|
# between MySQL+InnoDB and MySQL+MYISAM (something we currently can't do).
|
||||||
# * MySQL+InnoDB, MySQL+MYISAM (something we currently can't do).
|
|
||||||
# * if sqlite3 (if/once we get #14204 fixed) has referential integrity turned
|
|
||||||
# on or not, something that would be controlled by runtime support and user
|
|
||||||
# preference.
|
|
||||||
# verify if its type is django.database.db.IntegrityError.
|
|
||||||
class FkConstraintsTests(TransactionTestCase):
|
class FkConstraintsTests(TransactionTestCase):
|
||||||
|
|
||||||
available_apps = ['backends']
|
available_apps = ['backends']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user