Django

Code

Changeset 2545

Show
Ignore:
Timestamp:
03/21/06 14:04:24 (3 years ago)
Author:
adrian
Message:

Fixed typo in docs/generic_views.txt. Thanks, pbx

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/generic_views.txt

    r2543 r2545  
    262262    dictionary to indicate the name of the slug field. 
    263263 
    264     If your using the object_id-style URLs, you'll just need to give the URL 
     264    If you're using the object_id-style URLs, you'll just need to give the URL 
    265265    pattern an ``object_id`` field. 
    266266