Changeset 2545
- Timestamp:
- 03/21/06 14:04:24 (3 years ago)
- Files:
-
- django/trunk/docs/generic_views.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/generic_views.txt
r2543 r2545 262 262 dictionary to indicate the name of the slug field. 263 263 264 If you rusing the object_id-style URLs, you'll just need to give the URL264 If you're using the object_id-style URLs, you'll just need to give the URL 265 265 pattern an ``object_id`` field. 266 266
