Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#12218 closed (fixed)

Tutorial part 3 : url decoupling is incomplete

Reported by: master Owned by: nobody
Component: Documentation Version: 1.1
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

On http://docs.djangoproject.com/en/dev/intro/tutorial03/, section "Decoupling the URLconfs" :

Get a real decoupling by changing:
urlpatterns = patterns('mysite.polls.views',

to:
urlpatterns = patterns('polls.views',

Change History (3)

comment:1 by Alex Gaynor, 15 years ago

Resolution: duplicate
Status: newclosed

This ticket hsa been filed about 20 times at this point. Please search trac before filing a new ticket.

comment:2 by Karen Tracey, 14 years ago

Resolution: duplicatefixed

(In [11837]) Fixed #12218: Added some helpful messages when Go is pressed in admin actions and there
is nothing to do because no action was selected or no items are selected.

comment:3 by Karen Tracey, 14 years ago

(Previous comment was a typo in the number -- should have been #12281.)

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