#5346: Typo in the model-api documentation -----------------------------------------------+---------------------------- Reporter: David Paccoud <[EMAIL PROTECTED]> | Owner: jacob Status: new | Component: Documentation Version: SVN | Keywords: Stage: Unreviewed | Has_patch: 1 -----------------------------------------------+---------------------------- in http://www.djangoproject.com/documentation/model-api/#filepathfield {{{``"foo.*\.txt^"``, which will match a file called ``foo23.txt``}}} [[BR]]should read:[[BR]] {{{``"foo.*\.txt$"``, which will match a file called ``foo23.txt``}}} in http://www.djangoproject.com/documentation/model-api/#str {{{before putting ``_str__`` methods everywhere}}} [[BR]]should read:[[BR]] {{{before putting ``__str__`` methods everywhere}}}
-- Ticket URL: <http://code.djangoproject.com/ticket/5346> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
