diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-07-18 19:45:00 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-07-18 19:45:00 +0000 |
| commit | 7997133a3dbf67edcb5a7588c1c049d181a4e61a (patch) | |
| tree | 3e560d110843a6458e86e8c97718570244a631ee /tests/templates/views/article_detail.html | |
| parent | cd80ce7a3d7040e15f567a315850a744619c0d96 (diff) | |
Fixed #3639: updated generic create_update views to use newforms. This is a backwards-incompatible change.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/templates/views/article_detail.html')
| -rw-r--r-- | tests/templates/views/article_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/templates/views/article_detail.html b/tests/templates/views/article_detail.html index 3f8ff55da6..952299db91 100644 --- a/tests/templates/views/article_detail.html +++ b/tests/templates/views/article_detail.html @@ -1 +1 @@ -This template intentionally left blank
\ No newline at end of file +Article detail template. |
