Re: Django 2.0 Python version support (Python 3.6+ only?)

2017-08-10 Thread Tim Graham
Here's a PR to document Python 3.4 support for Django 2.0: 
https://github.com/django/django/pull/8884

On Wednesday, August 9, 2017 at 3:54:38 PM UTC-4, Rotund wrote:
>
> Looking at the list, I think the only gain that required 3.5+ was typing. 
> The performance was due to which version was installed and not a real 
> feature. That stated, should the installer add typing from pypi as a 
> requirement (assuming someone adds typing info). 
>
> On Wed, Aug 9, 2017, 3:01 AM Aymeric Augustin <
> aymeric@polytechnique.org > wrote:
>
>> Hello,
>>
>> I took a look at this thread again and I still reach the same conclusion 
>> as Claude.
>>
>> Best regards,
>>
>> -- 
>> Aymeric.
>>
>>
>>
>> On 9 Aug 2017, at 09:02, Claude Paroz > 
>> wrote:
>>
>> Le mardi 8 août 2017 01:45:55 UTC+2, Tim Graham a écrit :
>>
>>> Has anyone changed their thinking in the last few months? If not, I 
>>> guess we'll keep Python 3.4 support for Django 2.0 and drop it for 2.1.
>>>
>>
>> I am not strongly opposed to dropping 3.4 support, but I still think we 
>> should keep it for Django 2.0.
>> The speed improvements in 3.5/3.6 are still available if you run more 
>> recent versions in your own projects.
>> I have not yet read any compelling reason to drop Python 3.4 support now.
>>
>> Claude
>>
>> -- 
>> 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-develop...@googlegroups.com .
>> To post to this group, send email to django-d...@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/7d30960d-41d8-4864-b749-dfa62810ed39%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> -- 
>> 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-develop...@googlegroups.com .
>> To post to this group, send email to django-d...@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/16F0CFA9-6AE8-457D-A07D-50630DE36BD5%40polytechnique.org
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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/c7af0a68-e130-4368-8592-650fdf24f8ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


More eyes on Check Constraints

2017-08-10 Thread Ian Foote

Hi all,

I've been working on https://code.djangoproject.com/ticket/11964 to add 
support for Check Constraints to the Django ORM and migrations 
framework. My work can be found at 
https://github.com/django/django/pull/7615.


I think the functionality is basically there, so what it really needs is 
some testing on real-world use-cases and more eyes to suggest any 
further simplifications or improvements that may be possible.


Thanks,

Ian

--
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/58b62be6-7eb1-2b20-3940-1394aa9e39dd%40feete.org.
For more options, visit https://groups.google.com/d/optout.