summaryrefslogtreecommitdiff
path: root/django/db/backends/sqlite3/features.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2021-12-27 00:16:59 -0500
committerGitHub <noreply@github.com>2021-12-27 06:16:59 +0100
commitff225fac1d129d4bcfef0aeb03df6f3b20fbb23d (patch)
tree6572b2099145705edf511979641a792865f518b3 /django/db/backends/sqlite3/features.py
parent0e656c02fe945389246f0c08f51c6db4a0849bd2 (diff)
Refs #29517 -- Removed obsolete PositiveIntegerField test skip.
Diffstat (limited to 'django/db/backends/sqlite3/features.py')
-rw-r--r--django/db/backends/sqlite3/features.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/django/db/backends/sqlite3/features.py b/django/db/backends/sqlite3/features.py
index a622a1ebe1..ad35574463 100644
--- a/django/db/backends/sqlite3/features.py
+++ b/django/db/backends/sqlite3/features.py
@@ -63,9 +63,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
'schema.tests.SchemaTests.test_alter_field_default_doesnt_perform_queries',
'schema.tests.SchemaTests.test_rename_column_renames_deferred_sql_references',
},
- "SQLite doesn't have a constraint.": {
- 'model_fields.test_integerfield.PositiveIntegerFieldTests.test_negative_values',
- },
"SQLite doesn't support negative precision for ROUND().": {
'db_functions.math.test_round.RoundTests.test_null_with_negative_precision',
'db_functions.math.test_round.RoundTests.test_decimal_with_negative_precision',