Changeset 7962 for django/branches/newforms-admin/docs
- Timestamp:
- 07/18/08 18:02:33 (6 months ago)
- Files:
-
- django/branches/newforms-admin/docs/tutorial02.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/newforms-admin/docs/tutorial02.txt
r7959 r7962 233 233 Poll object. Let's make that happen. 234 234 235 Remove the ``register()`` cal for the Choice model. Then, edit the ``Poll``235 Remove the ``register()`` call for the Choice model. Then, edit the ``Poll`` 236 236 registration code to read:: 237 237
