Re: End of extended support for Django 1.11

2020-03-25 Thread Mariusz Felisiak
No, support of Django 1.11 ends on 1st April. Best, Mariusz -- 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

Re: GSoC 2020 Proposal for ModelStates in Migrations

2020-03-25 Thread charettes
Thanks Sanskar, this iteration is much better. Now that you have a bit more details about your proposed changes breakdown I'd give a bit more examples of what a particular operation currently looks like now and you plan to change it. For example, you could describe how an AlterField operation

Re: GSoC 2020 Proposal for ModelStates in Migrations

2020-03-25 Thread Sanskar Jaiswal
Hey Simon I have made some changes to the proposal. I kindly request you to take a look at it and give any feedback you can :) https://gist.github.com/aryan9600/b1c2eaf445006c17e02e7677cf1098d5 Kind Regards Sanskar On Wed, 25 Mar 2020 at 23:57, charettes wrote: > Are you thinking about the

End of extended support for Django 1.11

2020-03-25 Thread Daniela Kim
Hi everyone, For *end of extended support* of Django 1.11, the Django Roadmap says "until at least April 2020" and Django's Supported Versions page says just "April 2020".

Re: Discuss ticket 20264: URLValidator should allow underscores in local hostname

2020-03-25 Thread Adam Johnson
You're right there are two use cases here. It does sound like the pragmatic approach is to allow underscores in URL's normally, but to preserve the existing behaviour for those with stricter use cases, like you say. I can also propose a solution that would still work for both: (deprecate > and)

Re: GSoC 2020 Proposal for ModelStates in Migrations

2020-03-25 Thread charettes
Are you thinking about the Operation.state_forwards logic? I guess it would make it easier to test state alterations in isolation but I don't think it's necessary for this already large project. Cheers, Simon Le mercredi 25 mars 2020 06:05:22 UTC-4, Sanskar Jaiswal a écrit : > > Hey Simon > >

Re: GSoC Mentors

2020-03-25 Thread charettes
I confirm my willingness to be a mentor for ORM and Migrations related work. Simon Le mercredi 25 mars 2020 04:43:49 UTC-4, Carlton Gibson a écrit : > > Hi all. > > We're reaching the end of the application period for GSoC. > > In order to know how many students we might accept, we need to

Re: Automatic prefetching in querysets

2020-03-25 Thread Gordon Wrigley
My existing code for this is now available as a pypi package https://github.com/tolomea/django-auto-prefetch -- 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

Re: GSoC 2020 Proposal for ModelStates in Migrations

2020-03-25 Thread Sanskar Jaiswal
Hey Simon Just so that I am more clear, is it favourable to move all logic that ModelOperations and FieldOperations implement right now to ProjectState and ModelState? Kind regards Sanskar On Tue, 24 Mar 2020 at 04:20, Sanskar Jaiswal wrote: > Hey Simon, > > Thank you for your feedback! It

Re: Proposal for better managed raw SQL migrations

2020-03-25 Thread Petr Přikryl
Hi Matt, It looks nice and the idea is very similar to https://github.com/festicket/django-migrate-sql. Problems you are noticing are same as my. Easy tracking Git changes, code reviews, one place where the final definitions live (like models). It would be nice if Django can do that. Petr

GSoC Mentors

2020-03-25 Thread Carlton Gibson
Hi all. We're reaching the end of the application period for GSoC. In order to know how many students we might accept, we need to know how many prospective mentors we have. This falls into two kinds of job: 1. General project management help: communicating with students to help them set