Changes between Version 1 and Version 2 of ReplacingGetAbsoluteUrl
- Timestamp:
- Aug 12, 2008, 2:53:59 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReplacingGetAbsoluteUrl
v1 v2 40 40 41 41 By grepping the Django source code, I've identified the following places where get_absolute_url is used: 42 42 43 {noformat} 43 44 grep -r get_absolute_url django | grep -v ".svn" | grep -v '.pyc' … … 77 78 * tests/regressiontests/views/tests/generic/create_update.py 78 79 * tests/regressiontests/views/urls.py 79