Fixed #21375 -- related_name='+' clashed with other '+' names

This commit is contained in:
Anssi Kääriäinen 2013-11-02 21:16:33 +02:00
parent 18c642b96c
commit 9f76ea1eaa
3 changed files with 24 additions and 1 deletions

View file

@ -10,4 +10,6 @@ class ModelValidationTest(TestCase):
# Validation Tests:
# * choices= Iterable of Iterables
# See: https://code.djangoproject.com/ticket/20430
# * related_name='+' doesn't clash with another '+'
# See: https://code.djangoproject.com/ticket/21375
management.call_command("validate", stdout=six.StringIO())