Re: Problem with named urls

2012-07-15 Thread Per-Olof Åstrand
On Sunday, July 15, 2012 3:03:44 AM UTC+2, Russell Keith-Magee wrote: > > > Hi Per-Olof, > > It looks like you have found a place in Django's documentation that > hasn't been updated to reflect a recent change to Django's URL tag. > [] > > I've opened ticket #18625 [1] to track this prob

Re: Problem with named urls

2012-07-14 Thread Russell Keith-Magee
On Sun, Jul 15, 2012 at 6:09 AM, Per-Olof Åstrand wrote: > > I have a small hobby project that I have worked on from time to time over the > years. I started to convert my views to class-based views, and realized that > I needed to start to use named urls too. > > For an url from an url.py like

Problem with named urls

2012-07-14 Thread Per-Olof Åstrand
I have a small hobby project that I have worked on from time to time over the years. I started to convert my views to class-based views, and realized that I needed to start to use named urls too. For an url from an url.py like url(r'^persons/modified/$', 'genealogy.relations.views.persons_modif