summaryrefslogtreecommitdiff
path: root/tests/modeltests/model_inheritance
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-05-31 18:45:17 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-05-31 18:45:17 +0000
commit3daae59aab8d573ddec0c66a47c12a8baac7dd49 (patch)
tree80e6463249b409567b79176fc81d0d8a812ca96f /tests/modeltests/model_inheritance
parent1bf991abb32c3fab1a1d81d3087d7f6e16a54559 (diff)
Added blurbs to the model unit tests that didn't have them
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3028 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/modeltests/model_inheritance')
-rw-r--r--tests/modeltests/model_inheritance/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/modeltests/model_inheritance/models.py b/tests/modeltests/model_inheritance/models.py
index cdc4b4e2ac..f2d184017c 100644
--- a/tests/modeltests/model_inheritance/models.py
+++ b/tests/modeltests/model_inheritance/models.py
@@ -1,6 +1,7 @@
"""
XX. Model inheritance
+Model inheritance isn't yet supported.
"""
from django.db import models