Opened 17 years ago
Last modified 17 years ago
#9472 closed
Corrections to URL dispatcher documentation — at Version 2
| Reported by: | daveyjoe | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | url dispatcher docs | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Noticed on: http://docs.djangoproject.com/en/dev/topics/http/urls/#id2 (django/trunk/docs/topics/http/urls.txt)
- URL's are missing the caret character
^at the start of the regex. - name="full-archive" was giving me a syntax error.
Note:
See TracTickets
for help on using tickets.
Replying to daveyjoe:
Please disregard the second correction, I didn't notice that the url function was being used.