Changeset 4229
- Timestamp:
- 12/18/06 22:37:03 (2 years ago)
- Files:
-
- django/trunk/docs/redirects.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/redirects.txt
r2809 r4229 64 64 65 65 Redirects are represented by a standard `Django model`_, which lives in 66 `django/contrib/redirects/models /redirects.py`_. You can access redirect66 `django/contrib/redirects/models.py`_. You can access redirect 67 67 objects via the `Django database API`_. 68 68 69 69 .. _Django model: http://www.djangoproject.com/documentation/model_api/ 70 .. _django/contrib/redirects/models /redirects.py: http://code.djangoproject.com/browser/django/trunk/django/contrib/redirects/models/redirects.py70 .. _django/contrib/redirects/models.py: http://code.djangoproject.com/browser/django/trunk/django/contrib/redirects/models.py 71 71 .. _Django database API: http://www.djangoproject.com/documentation/db_api/
