ANNOTATIONS WORKING

2015-09-21 Thread varun naganathan
Can anyone please explain how annotate works in django?? I'm new to developing django and Ive been going through the source code and am unable to figure out how it parses the query and modifies it accordingly. any help would be appreciated -- You received this message because you are subscribed

Re: ANNOTATIONS WORKING

2015-09-21 Thread varun naganathan
hat said, please write to django-users, this mailing list is for the > development of Django itself… > > On Monday, September 21, 2015 at 1:16:38 PM UTC+2, varun naganathan wrote: >> >> Can anyone please explain how annotate works in django?? >> I'm new to develo

Re: ANNOTATIONS WORKING

2015-09-22 Thread varun naganathan
The bug is already reported.I'm trying to fix it.so just wanted to be oriented in the workflow to fix the bug. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiv

Re: ANNOTATIONS WORKING

2015-09-22 Thread varun naganathan
The bug is already reported and the triage stage is accepted.I'm in the path of trying to fix the bug so kind if needed guidance on how to pursue solving it . Thanks -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself

Re: ANNOTATIONS WORKING

2015-09-22 Thread varun naganathan
https://code.djangoproject.com/ticket/25316 On Tuesday, September 22, 2015 at 6:13:33 PM UTC+5:30, Tim Graham wrote: > > What's the ticket number? > > On Tuesday, September 22, 2015 at 7:56:04 AM UTC-4, varun naganathan wrote: >> >> The bug is already rep

uri to iri encoding

2016-01-27 Thread varun naganathan
Hi,I had a doubt.RFC 3987 stated that the percent encoding corresponding to % , i.e '%25' must not be converted to its octet while converting the uri to its iri.So then the output of uri_to_iri("%2525") should be what , "%2525" itself?Currently it gives %25 as the output. -- You received this