#13676: broken hash in link to Python strftime docs, in settings doc ---------------------------+------------------------------------------------ Reporter: carljm | Owner: nobody Status: new | Milestone: Component: Documentation | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ This is about as minor as a doc bug can be, but: the [http://docs.djangoproject.com/en/dev/ref/settings/#time-input-formats TIME_INPUT_FORMATS documentation] links to the strftime documentation in the Python docs at this URL: http://docs.python.org/library/datetime.html #strftime-behavior
This link works, but the hashtag is no longer correct, so you have to scroll and find the strftime info manually. The correct URL for the strftime details is now: http://docs.python.org/library/datetime.html #strftime-strptime-behavior Either the hashtag should be removed from this link as too fragile, or it should be updated. -- Ticket URL: <http://code.djangoproject.com/ticket/13676> Django <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.
