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 to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/ff019dfd-b7b0-4550-9650-57822af49ba1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ANNOTATIONS WORKING

2015-09-21 Thread varun naganathan
hey.I am new to django development.i asked the question with the intention 
of understanding a bug im trying to solve.i want to understand the process 
of how to go through the internals of django to solve a bug.The bug i was 
looking at included the usage of ".annotate".Even after going through the 
django codebase i could not figure out how exactly is it working.I just 
wanted guidance in how to proceed towards django development.

On Monday, September 21, 2015 at 11:22:50 PM UTC+5:30, Florian Apolloner 
wrote:
>
> THERE IS NO NEED FOR ALL CAPS IN THE SUBJECT.
>
> That 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 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 to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/dce981bb-5a83-4126-ac15-01b6b407a0b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/7a09753f-d211-4485-8d86-5dbfecf15a9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/c334603c-25ee-4e23-a099-ab03d7ca4b58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/39b7fdfc-5a19-45cc-adf3-68727ed25698%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/59eac34a-632e-4595-b971-9dad0a52b9fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.