Changeset 6874 for django/trunk/docs/middleware.txt
- Timestamp:
- 12/04/07 00:01:00 (1 year ago)
- Files:
-
- django/trunk/docs/middleware.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/middleware.txt
r6852 r6874 70 70 for ``foo.com/bar/``. 71 71 72 **New in Django development version:** The behavio ur of ``APPEND_SLASH`` has73 changed slightly in the development version (it didn't used to check to see74 if the pattern was matched in the URL patterns).72 **New in Django development version:** The behavior of ``APPEND_SLASH`` has 73 changed slightly in the development version. It didn't used to check to see 74 whether the pattern was matched in the URLconf. 75 75 76 76 If ``PREPEND_WWW`` is ``True``, URLs that lack a leading "www." will be
