1
0
mirror of https://github.com/django/django.git synced 2025-01-13 20:07:13 +00:00

Removed 'this isn't yet supported' message from custom_pk unit test docstring -- it IS supported

git-svn-id: http://code.djangoproject.com/svn/django/trunk@557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-08-26 05:37:26 +00:00
parent 1aaa3358b9
commit 286698e8e5

View File

@ -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