Re: urlresolver.reverse_dict contents differ from 1.3 to 1.4

2013-01-07 Thread Karen Tracey
On Mon, Jan 7, 2013 at 6:07 PM, Gurudev Devanla wrote: > > Django 1.3 's version of urlresolver.reverse_dict has a tuple with 2 > elements. I notice that the 1.4's definition has 3 elements. Are similar > changes to the resolver module documented elsewhere? > > No. urlresolver is in the realm of i

urlresolver.reverse_dict contents differ from 1.3 to 1.4

2013-01-07 Thread Gurudev Devanla
Hello All, Django 1.3 's version of urlresolver.reverse_dict has a tuple with 2 elements. I notice that the 1.4's definition has 3 elements. Are similar changes to the resolver module documented elsewhere? Thanks -- You received this message because you are subscribed to the Google Groups "D