Re: GSoC Proposal: Add Cross-DB JSONField, ArrayField, and HStoreField

2019-04-06 Thread Sage M.A.
Oh, I forgot, one of them is not related to datetime functions: test_unsupported_backend. On Sunday, 7 April 2019 13:26:10 UTC+7, Sage M.A. wrote: > > Hi Asif, > That's a good idea! I've installed the latest stable release of MariaDB > (10.3.14) on my machine and ran Django test suits with it. >

Re: GSoC Proposal: Add Cross-DB JSONField, ArrayField, and HStoreField

2019-04-06 Thread Sage M.A.
Hi Asif, That's a good idea! I've installed the latest stable release of MariaDB (10.3.14) on my machine and ran Django test suits with it. The results (I've truncated them to only contain the failures and errors) show 19 failu

Re: GSOC Proposal (Bundler for Django)

2019-04-06 Thread Scot Hacker
On Saturday, April 6, 2019 at 6:03:29 AM UTC-7, Ashik Meerankutty wrote: > > Please review and comment my draft proposal for GSOC 2019 > Draft > > Ashik's proposal is more along the lines of a gen

Specifying model relationship as string vs concrete model class

2019-04-06 Thread Mohit Solanki
Since Django allows specifying relationship between models by both as a string or by a model class "models.Foreignkey('User') vs "models.Foreignkey(User)". Which one is preferred and recommend and what are the downsides of choosing one over the other? In documentation all the examples are of the se

Re: GSOC Proposal (Bundler for Django)

2019-04-06 Thread Ashik Meerankutty
Can we write our own bundler only for django. Is that good On Sun, 7 Apr 2019 at 8:04 AM, Ashik Meerankutty wrote: > Thank you for your feed back. > > On Sun, 7 Apr 2019 at 12:03 AM, Kiran Capoor > wrote: > >> Hi, >> >> This has already been implemented via multiple Third party Projects - >> >>

Re: GSOC Proposal (Bundler for Django)

2019-04-06 Thread Ashik Meerankutty
Thank you for your feed back. On Sun, 7 Apr 2019 at 12:03 AM, Kiran Capoor wrote: > Hi, > > This has already been implemented via multiple Third party Projects - > > 1. Django Webpack Loader by owais- > https://github.com/owais/django-webpack-loader > > 2. Cookie-cutter Django Webpack by myself(

Re: GSOC Proposal (Bundler for Django)

2019-04-06 Thread Kiran Capoor
Hi, This has already been implemented via multiple Third party Projects - 1. Django Webpack Loader by owais- https://github.com/owais/django-webpack-loader 2. Cookie-cutter Django Webpack by myself(not production ready though) - https://github.com/kiran-capoor94/cookiecutter-django-webpack Many

Re: GSoC Proposal (FormSet Improvement)

2019-04-06 Thread Asif Saif Uddin
I will try to come up with an initial step for that hopefully by tomorrow. In the meantime, I hope you will keep trying to improve your proposal by analyzing open form/formset related issues, some of whom you could try to fix to get more insight. On Saturday, April 6, 2019 at 10:30:02 PM UTC+6,

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

2019-04-06 Thread אורי
Don't forget 2.0. I updated my project to use psycopg2==2.7.7 until we upgrade to Django 2.2. אורי u...@speedy.net On Fri, Apr 5, 2019 at 12:35 PM Mariusz Felisiak wrote: > Agreed. I will document that 1.11 and 2.1 require psycopg2 *2.5.4* through > *2.7.7* versions. > > We can re-open this d

Re: GSoC Proposal (FormSet Improvement)

2019-04-06 Thread PARTH PATIL
Sure that would be nice, as I even mentioned in my abstract I definitely need help for that one. On Saturday, April 6, 2019 at 8:59:01 PM UTC+5:30, Asif Saif Uddin wrote: > > Regarding the declarative syntax, I might share some insights later with > you. > > On Tuesday, April 2, 2019 at 1:29:33

Re: GSoC Proposal: Add Cross-DB JSONField, ArrayField, and HStoreField

2019-04-06 Thread Asif Saif Uddin
Sage, regarding MariaDB, I have a little suggestion with you. If you could setup a latest version of mariadb locally and try to run Django test suits with that, you might have some ideas of remaining issues analyzing the test failures initially. On Thursday, April 4, 2019 at 11:30:48 AM UTC+6,

Re: GSoC Proposal (FormSet Improvement)

2019-04-06 Thread Asif Saif Uddin
Regarding the declarative syntax, I might share some insights later with you. On Tuesday, April 2, 2019 at 1:29:33 AM UTC+6, PARTH PATIL wrote: > > Here is a link to my GSoC proposal > Its a first draft so you are open to comment and suggest changes > > > https://docs.google.com/document/d/1JuoVO

GSOC Proposal (Bundler for Django)

2019-04-06 Thread Ashik Meerankutty
Please review and comment my draft proposal for GSOC 2019 Draft -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" g