0
0
mirror of https://github.com/django/django.git synced 2024-11-29 06:03:25 +01:00

Removed an obsolete comment about a fixed ticket.

This commit is contained in:
Simon Charette 2016-05-21 13:18:22 -04:00
parent 94486fb005
commit 9fed4ec418

View File

@ -453,9 +453,6 @@ class ParameterHandlingTest(TestCase):
cursor.executemany(query, [(1,)])
# Unfortunately, the following tests would be a good test to run on all
# backends, but it breaks MySQL hard. Until #13711 is fixed, it can't be run
# everywhere (although it would be an effective test of #13711).
class LongNameTest(TransactionTestCase):
"""Long primary keys and model names can result in a sequence name
that exceeds the database limits, which will result in truncation