diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-07-29 22:35:54 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-07-29 22:35:54 +0000 |
| commit | 5002b44f2872f87785d34eee6f2cc9e7d410a797 (patch) | |
| tree | 6de2228bd88344adaf87e1563412668d6a270253 /tests/testapp | |
| parent | 47ce61533a5364c6d45803a696d86cbcb1ed2b33 (diff) | |
Added tests.builddocs, which builds HTML documentation by introspecting the model unit tests
git-svn-id: http://code.djangoproject.com/svn/django/trunk@348 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/testapp')
| -rw-r--r-- | tests/testapp/models/lookup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testapp/models/lookup.py b/tests/testapp/models/lookup.py index 8eb0032036..6e8f61c225 100644 --- a/tests/testapp/models/lookup.py +++ b/tests/testapp/models/lookup.py @@ -1,6 +1,7 @@ """ 7. The lookup API +This demonstrates features of the database API. """ from django.core import meta |
