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
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
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
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
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
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