Changeset 4269
- Timestamp:
- 12/30/06 01:48:11 (2 years ago)
- Files:
-
- django/trunk/django/contrib/admin/views/main.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/contrib/admin/views/main.py
r4265 r4269 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 auto amtically50 unquoted by the web browser.49 quoting is slightly different so that it doesn't get automatically 50 unquoted by the Web browser. 51 51 """ 52 52 if type(s) != type(''):
