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:
parent
1aaa3358b9
commit
286698e8e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue