Django

Code

Ticket #5346 (closed: fixed)

Opened 1 year ago

Last modified 1 year ago

Typos in the model-api documentation

Reported by: David Paccoud <dpaccoud@gmail.com> Assigned to: jacob
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

in http://www.djangoproject.com/documentation/model-api/#filepathfield

``"foo.*\.txt^"``, which will match a file called ``foo23.txt``
should read:
``"foo.*\.txt$"``, which will match a file called ``foo23.txt``

in http://www.djangoproject.com/documentation/model-api/#str

before putting ``_str__`` methods everywhere
should read:
before putting ``__str__`` methods everywhere

Attachments

doc-typo.diff (1.1 kB) - added by David Paccoud <dpaccoud@gmail.com> on 09/05/07 19:17:08.

Change History

09/05/07 19:17:08 changed by David Paccoud <dpaccoud@gmail.com>

  • attachment doc-typo.diff added.

09/05/07 20:17:41 changed by Simon G. <dev@simon.net.nz>

  • needs_better_patch changed.
  • stage changed from Unreviewed to Ready for checkin.
  • summary changed from Typo in the model-api documentation to Typos in the model-api documentation.
  • needs_tests changed.
  • needs_docs changed.

Well spotted

09/08/07 14:30:16 changed by gwilson

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

(In [6069]) Fixed #5346 -- Fixed a couple typos in the model-api docs. Thanks, David Paccoud.


Add/Change #5346 (Typos in the model-api documentation)




Change Properties
Action