1
0
mirror of https://github.com/django/django.git synced 2025-10-23 21:59:11 +00:00

Split ignores_nulls_in_unique_constraints feature.

Oracle and SQL Server don't have exactly the same limitations. It's
worth treating them differently.
This commit is contained in:
Aymeric Augustin
2014-05-07 22:03:10 +02:00
parent c70a61eb49
commit cff59bedc2
6 changed files with 12 additions and 6 deletions

View File

@@ -671,7 +671,7 @@ class ModelFormsetTest(TestCase):
self.assertEqual(book1.title, 'Flowers of Evil')
self.assertEqual(book1.notes, 'English translation of Les Fleurs du Mal')
@skipUnlessDBFeature('ignores_nulls_in_unique_constraints')
@skipUnlessDBFeature('supports_partially_nullable_unique_constraints')
def test_inline_formsets_with_nullable_unique_together(self):
# Test inline formsets where the inline-edited object has a
# unique_together constraint with a nullable member