Changeset 2542
- Timestamp:
- 03/20/06 17:05:57 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/magic-removal/django/contrib/admin/views/main.py
r2538 r2542 47 47 Ensure that primary key values do not confuse the admin URLs by escaping 48 48 any '/', '_' and ':' characters. Similar to urllib.quote, except that the 49 quoting is slightly different so that it doesn't get autoamtically50 unquoted by the web browser.49 quoting is slightly different so that it doesn't get autoamtically 50 unquoted by the web browser. 51 51 """ 52 52 if type(s) != type(''):
