Changeset 5039
- Timestamp:
- 04/20/07 04:15:30 (2 years ago)
- Files:
-
- django/trunk/docs/add_ons.txt (modified) (1 diff)
- django/trunk/docs/django-admin.txt (modified) (1 diff)
- django/trunk/docs/faq.txt (modified) (1 diff)
- django/trunk/docs/legacy_databases.txt (modified) (1 diff)
- django/trunk/docs/overview.txt (modified) (1 diff)
- django/trunk/docs/templates_python.txt (modified) (1 diff)
- django/trunk/docs/tutorial01.txt (modified) (1 diff)
- django/trunk/docs/tutorial02.txt (modified) (2 diffs)
- django/trunk/docs/tutorial03.txt (modified) (2 diffs)
- django/trunk/docs/tutorial04.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/add_ons.txt
r4833 r5039 25 25 `Tutorial 2`_. 26 26 27 .. _Tutorial 2: ../tutorial 2/27 .. _Tutorial 2: ../tutorial02/ 28 28 29 29 auth django/trunk/docs/django-admin.txt
r5004 r5039 62 62 your admin's index page. See `Tutorial 2`_ for more information. 63 63 64 .. _Tutorial 2: ../tutorial 2/64 .. _Tutorial 2: ../tutorial02/ 65 65 66 66 createcachetable [tablename] django/trunk/docs/faq.txt
r4915 r5039 279 279 .. _`Download the code`: http://www.djangoproject.com/download/ 280 280 .. _`installation guide`: ../install/ 281 .. _tutorial: ../tutorial 1/281 .. _tutorial: ../tutorial01/ 282 282 .. _documentation: ../ 283 283 .. _ask questions: http://www.djangoproject.com/community/ django/trunk/docs/legacy_databases.txt
r4965 r5039 10 10 `official tutorial`_. 11 11 12 .. _official tutorial: ../tutorial 1/12 .. _official tutorial: ../tutorial01/ 13 13 14 14 Give Django your database parameters django/trunk/docs/overview.txt
r4420 r5039 298 298 299 299 .. _download Django: http://www.djangoproject.com/download/ 300 .. _the tutorial: http://www.djangoproject.com/documentation/tutorial 1/300 .. _the tutorial: http://www.djangoproject.com/documentation/tutorial01/ 301 301 .. _the community: http://www.djangoproject.com/community/ django/trunk/docs/templates_python.txt
r4559 r5039 1021 1021 difference between this case and the previous ``inclusion_tag`` example. 1022 1022 1023 .. _tutorials: ../tutorial 1/#creating-models1023 .. _tutorials: ../tutorial01/#creating-models 1024 1024 1025 1025 Setting a variable in the context django/trunk/docs/tutorial01.txt
r5004 r5039 579 579 580 580 .. _Database API reference: ../db_api/ 581 .. _part 2 of this tutorial: ../tutorial 2/581 .. _part 2 of this tutorial: ../tutorial02/ django/trunk/docs/tutorial02.txt
r4980 r5039 6 6 application and will focus on Django's automatically-generated admin site. 7 7 8 .. _Tutorial 1: ../tutorial 1/8 .. _Tutorial 1: ../tutorial01/ 9 9 10 10 .. admonition:: Philosophy … … 435 435 436 436 .. _Django admin CSS guide: ../admin_css/ 437 .. _part 3 of this tutorial: ../tutorial 3/437 .. _part 3 of this tutorial: ../tutorial03/ django/trunk/docs/tutorial03.txt
r4420 r5039 6 6 application and will focus on creating the public interface -- "views." 7 7 8 .. _Tutorial 2: ../tutorial 2/8 .. _Tutorial 2: ../tutorial02/ 9 9 10 10 Philosophy … … 464 464 learn about simple form processing and generic views. 465 465 466 .. _part 4 of this tutorial: ../tutorial 4/466 .. _part 4 of this tutorial: ../tutorial04/ django/trunk/docs/tutorial04.txt
r4637 r5039 257 257 * Advanced admin features: Custom JavaScript 258 258 259 .. _Tutorial 3: ../tutorial 3/259 .. _Tutorial 3: ../tutorial03/
