summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/testapp/models/custom_pk.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testapp/models/custom_pk.py b/tests/testapp/models/custom_pk.py
index b7ebd61d4b..46c6cbfb09 100644
--- a/tests/testapp/models/custom_pk.py
+++ b/tests/testapp/models/custom_pk.py
@@ -3,9 +3,6 @@
By default, Django adds an ``"id"`` field to each model. But you can override
this behavior by explicitly adding ``primary_key=True`` to a field.
-
-NOTE: This isn't yet supported. This model exists as a unit test that currently
-fails.
"""
from django.core import meta