1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

queryset-refactor: Merged from trunk up to [7415].

git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7416 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick
2008-04-13 03:04:11 +00:00
parent 4efe9675c5
commit cfb706385b
16 changed files with 8721 additions and 4372 deletions

View File

@@ -266,7 +266,7 @@ from ``polls/views.py``. We don't need them anymore -- they have been replaced
by generic views.
The ``vote()`` view is still required. However, it must be modified to match
the new context variables. In the ``render_to_repsonse()`` call, rename the
the new context variables. In the ``render_to_response()`` call, rename the
``poll`` context variable to ``object``.
The last thing to do is fix the URL handling to account for the use of generic