GSOC Proposal : CrossDB JSON Field

2019-04-04 Thread Rohit Jha
Hi I am Rohit Jha, I am a sophomore at IIT Roorkee. I am planning to participate in GSOC. My draft Proposal can be found here : https://docs.google.com/document/d/1jSEir_wuYlBqvQTmWJUF3mpquuIH4ElZG1hFBeMl1HI/edit?usp=sharing Feedback is much appreciated Thanks -- You received this message

More standard template filters

2019-04-04 Thread Collin Anderson
Hi All, I use django templates a lot and I always wished there was a myvar|startswith:"teststring", myvar|endswith:"teststring" and a myvar|contains:"teststring" filter. I instead do stuff like myvar|slice:":10" == "teststring" which is a total hack. Is this something that could be simple

Re: Should we backport adding support for psycopg2 2.8 to the 1.11.x and 2.1.x?

2019-04-04 Thread Mariusz Felisiak
The only difference is that backporting the fix has some risk of regression. -- 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

Re: a bug about ipv6?

2019-04-04 Thread Adam Johnson
Please post the stack trace on a bug report at https://code.djangoproject.com/ , especially after looking for similar tickets :) The mailing list is generally for broader discussion. On Thu, 4 Apr 2019 at 14:15, 林杰 wrote: > OS:windows 10 1803 > Python: 3.6.6 > Django version: 2.2 > > any

Re: GSoC Proposal (FormSet Improvement)

2019-04-04 Thread PARTH PATIL
On Thursday, April 4, 2019 at 10:02:01 AM UTC+5:30, Asif Saif Uddin wrote: > > I checked your contribution Parth, really good one! > Thank you :) > once you improve your proposal, try to focus more on > form/formfield/formset/widget/admin/ related issues so that you have a > better insight

a bug about ipv6?

2019-04-04 Thread 林杰
OS:windows 10 1803 Python: 3.6.6 Django version: 2.2 any django project, when run use "python manage.py runserver [::]:8000" the web server are listen ipv6 address ,but when you use other localhost ipv6 address (not ::1) ,the server well throw a UnicodeDecodeError , and this bug can't

Re: Should we backport adding support for psycopg2 2.8 to the 1.11.x and 2.1.x?

2019-04-04 Thread Adam Johnson
I'd say backport it. The 1.11 docs say to install 2.5.4 or higher ( https://github.com/django/django/blob/stable/1.11.x/docs/ref/databases.txt#L95 ). So either you backport the fix or edit the old docs to say <2.8, which is just as much work? On Thu, 4 Apr 2019 at 13:52, Mariusz Felisiak wrote:

Should we backport adding support for psycopg2 2.8 to the 1.11.x and 2.1.x?

2019-04-04 Thread Mariusz Felisiak
Patch for adding support for psycopg2 *2.8* is ready (see ticket #30331 and PR11171 ). Fix is quite straightforward and works with all supported version of psycopg2, i.e. *2.5.4+*. The question is,

Re: MultiKeyDictError

2019-04-04 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support using Django. Please use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. ...that said your answer is on https://docs.djangoproject.com/en/dev/ref/request-response/ ,

MultiKeyDictError

2019-04-04 Thread Abhineet Baranwal
Can anyone explain me with example What is MultiKeyDictError in django and when it comes ? -- 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,