Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#14793 closed (fixed)

staticfiles documentation example overwrites urlpatterns

Reported by: Gabriel Grant Owned by: Gabriel Grant
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The example of manually adding the static file development view to urlpatterns incorrectly overwrites urlpatterns. It should have "urlpatterns += ..." rather than an "urlpatterns = ..."

Currently it is the first example at:
http://docs.djangoproject.com/en/dev/ref/contrib/staticfiles/#staticfiles-development-view

Attachments (1)

14793.diff (495 bytes ) - added by Gabriel Grant 13 years ago.
patch adding the '+'

Download all attachments as: .zip

Change History (4)

comment:1 by Gabriel Grant, 13 years ago

Summary: staticfiles documentation overwrites urlpatternsstaticfiles documentation example overwrites urlpatterns

by Gabriel Grant, 13 years ago

Attachment: 14793.diff added

patch adding the '+'

comment:2 by Honza Král, 13 years ago

Resolution: fixed
Status: newclosed

(In [14729]) Fixed #14793 -- staticfiles documentation example overwrites urlpatterns. Thanks gg!

comment:3 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top