Re: variable view name in url tag

2010-10-04 Thread Russell Keith-Magee
On Tue, Oct 5, 2010 at 7:27 AM, SmileyChris wrote: > Just throwing the idea out there, it would be possible to keep the tag > completely backwards compatible by using a slightly different syntax > for variables. > > Standard non-variable access stays the same: {% url home

Re: variable view name in url tag

2010-10-04 Thread SmileyChris
Just throwing the idea out there, it would be possible to keep the tag completely backwards compatible by using a slightly different syntax for variables. Standard non-variable access stays the same: {% url home %}, {% url edit-profile profile.pk %} Variable access is done via a "var=" first

Re: variable view name in url tag

2010-10-04 Thread Russell Keith-Magee
On Tuesday, 5 October 2010 at 12:17 AM, Sean Brant wrote: On Oct 3, 8:08 pm, Russell Keith-Magee wrote: On Mon, Oct 4, 2010 at 8:56 AM, Sean Brant wrote: > Thanks for the feedback Russ. I know it couldn't be that straight

Re: variable view name in url tag

2010-10-04 Thread Sean Brant
On Oct 3, 8:08 pm, Russell Keith-Magee wrote: > On Mon, Oct 4, 2010 at 8:56 AM, Sean Brant wrote: > > > On Oct 3, 2010, at 7:37 PM, Russell Keith-Magee wrote: > > >> On Mon, Oct 4, 2010 at 4:53 AM, Sean Brant wrote: > >>> I

Re: variable view name in url tag

2010-10-03 Thread Russell Keith-Magee
On Mon, Oct 4, 2010 at 8:56 AM, Sean Brant wrote: > > On Oct 3, 2010, at 7:37 PM, Russell Keith-Magee wrote: > >> On Mon, Oct 4, 2010 at 4:53 AM, Sean Brant wrote: >>> I know this has come up over the last few years[1] and people are >>> mixed on the

Re: variable view name in url tag

2010-10-03 Thread Sean Brant
On Oct 3, 2010, at 7:37 PM, Russell Keith-Magee wrote: > On Mon, Oct 4, 2010 at 4:53 AM, Sean Brant wrote: >> I know this has come up over the last few years[1] and people are >> mixed on the action that should be taken. I would like to bring it up >> again as it has

Re: variable view name in url tag

2010-10-03 Thread Russell Keith-Magee
On Mon, Oct 4, 2010 at 4:53 AM, Sean Brant wrote: > I know this has come up over the last few years[1] and people are > mixed on the action that should be taken. I would like to bring it up > again as it has bitten me a few time lately. > > I seems the biggest concern is

variable view name in url tag

2010-10-03 Thread Sean Brant
I know this has come up over the last few years[1] and people are mixed on the action that should be taken. I would like to bring it up again as it has bitten me a few time lately. I seems the biggest concern is backwards compatibility of the syntax. I feel that should not stop us from fixing