Changes between Version 1 and Version 2 of ReplacingGetAbsoluteUrl


Ignore:
Timestamp:
Aug 12, 2008, 2:53:59 PM (16 years ago)
Author:
simon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReplacingGetAbsoluteUrl

    v1 v2  
    4040
    4141By grepping the Django source code, I've identified the following places where get_absolute_url is used:
     42
    4243{noformat}
    4344grep -r get_absolute_url django | grep -v ".svn" | grep -v '.pyc'
     
    7778 * tests/regressiontests/views/tests/generic/create_update.py
    7879 * tests/regressiontests/views/urls.py
    79 
Back to Top