Changeset 2774
- Timestamp:
- 04/28/06 20:06:06 (2 years ago)
- Files:
-
- django/branches/magic-removal/docs/tutorial04.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/magic-removal/docs/tutorial04.txt
r2733 r2774 48 48 49 49 from django.shortcuts import get_object_or_404, render_to_response 50 from django.http import Http 404,HttpResponseRedirect50 from django.http import HttpResponseRedirect 51 51 from mysite.polls.models import Choice, Poll 52 52 # ...
