Django

Code

Changeset 6343

Show
Ignore:
Timestamp:
09/15/07 17:36:43 (1 year ago)
Author:
adrian
Message:

Small wording fix in docs/i18n.txt

Files:

Legend:

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

    r6294 r6343  
    711711algorithm: 
    712712 
    713     * Django looks for a ``next`` parameter in ``POST`` request
     713    * Django looks for a ``next`` parameter in the ``POST`` data
    714714    * If that doesn't exist, or is empty, Django tries the URL in the 
    715715      ``Referrer`` header.