Changeset 5798
- Timestamp:
- 08/03/07 22:39:24 (1 year ago)
- Files:
-
- django/trunk/docs/databases.txt (modified) (1 diff)
- django/trunk/docs/db-api.txt (modified) (1 diff)
- django/trunk/docs/overview.txt (modified) (1 diff)
- django/trunk/docs/tutorial04.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/databases.txt
r5044 r5798 125 125 `MySQLdb documentation`_ for more details. 126 126 127 .. _settings documentation: http://www.djangoproject.com/documentation/settings/#database-engine127 .. _settings documentation: ../settings/#database-engine 128 128 .. _MySQL option file: http://dev.mysql.com/doc/refman/5.0/en/option-files.html 129 129 .. _MySQLdb documentation: http://mysql-python.sourceforge.net/ django/trunk/docs/db-api.txt
r5783 r5798 1504 1504 See the `OR lookups examples page`_ for more examples. 1505 1505 1506 .. _OR lookups examples page: http://www.djangoproject.com/documentation/models/or_lookups/1506 .. _OR lookups examples page: ../models/or_lookups/ 1507 1507 1508 1508 Related objects django/trunk/docs/overview.txt
r5796 r5798 300 300 301 301 .. _download Django: http://www.djangoproject.com/download/ 302 .. _the tutorial: http://www.djangoproject.com/documentation/tutorial01/302 .. _the tutorial: ../tutorial01/ 303 303 .. _the community: http://www.djangoproject.com/community/ django/trunk/docs/tutorial04.txt
r5651 r5798 214 214 named patterns). 215 215 216 .. _naming URL patterns: http://www.djangoproject.com/documentation/url_dispatch/#naming-url-patterns216 .. _naming URL patterns: ../url_dispatch/#naming-url-patterns 217 217 218 218 By default, the ``object_detail`` generic view uses a template called
