Django

Code

Ticket #5955 (closed: fixed)

Opened 1 year ago

Last modified 11 months ago

ReStructuredText doc fixes

Reported by: SmileyChris Assigned to: nobody
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

Attached patch fixes the following documentation bugs:

  • authentication.txt: See _`Creating users` for example usage.
    Inline internal target, should be hyperlink.
  • django-admin.txt:To run on 1.2.3.4:7000 with a `test` fixture::
    Interpreted text, should be inline literal.
  • model-api.txt: some model metadata but can be overridden. See _`Table names` below.
    Inline internal target, should be hyperlink.
  • release_notes_0.96.txt:version of `MySQLdb` as soon as possible, The "mysql_old" backend is
    Interpreted text, should be inline literal.
  • tutorial01.txt: Terminal.app and navigate (using the `cd` command) to the directory
    Interpreted text, should be inline literal.
  • url_dispatch.txt:be "included" in this place. See _`Including other URLconfs` below.
    Inline internal target, should be hyperlink.
  • model-api.txt:that act on a single instance of a model object -- use _`Model methods`, not
    Inline internal target, should be hyperlink.
  • templates_python.txt:These sorts of tags are called inclusion tags.
    Interpreted text, should just be normal text.

Attachments

doc_fixes.diff (4.3 kB) - added by SmileyChris on 11/15/07 14:42:53.

Change History

11/15/07 14:42:53 changed by SmileyChris

  • attachment doc_fixes.diff added.

11/15/07 14:43:05 changed by SmileyChris

  • needs_better_patch changed.
  • stage changed from Unreviewed to Ready for checkin.
  • needs_tests changed.
  • needs_docs changed.

11/15/07 14:45:08 changed by SmileyChris

(the templates-python.txt file read: These sorts of tags are called `inclusion tags`.)

11/29/07 12:16:43 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [6743].


Add/Change #5955 (ReStructuredText doc fixes)




Change Properties
Action