Re: Add Python 3.7 support for Django 1.11?

2018-11-16 Thread Ramiro Morales
On Fri, Nov 16, 2018 at 12:32 PM Tom Forbes wrote: > Do we have an idea of how many fixes would need to be backported? > https://github.com/django/django/compare/stable/1.11.x...moneymeets:moneymeets/1.11.16-py37 > Visit this group at https://groups.google.com/group/django-developers. > To

Re: Add Python 3.7 support for Django 1.11?

2018-11-16 Thread Tom Forbes
Do we have an idea of how many fixes would need to be backported? If it's just this one (or a very select few) I would support that. You can work around most things in Python but a hard syntax error is a big pain, so I can understand people wanting this. On 16 November 2018 at 15:24:44, Tim

Add Python 3.7 support for Django 1.11?

2018-11-16 Thread Tim Graham
We've received a relatively steady stream of requests to add Python 3.7 support for Django 1.11. Is there support or opposition for that? See comments of https://github.com/django/django/commit/931c60c5216bd71bc11f489e00e063331cf21f40#commitcomment-31328709 for the stream of "please backport

Re: Proposal to extend support for object permission

2018-11-16 Thread Hanne Moa
How object permissions work in the admin is also a bit of an undocumented surprise. You need 'change_*' on the model, not just on a specific object in order to to be able to do just about anything at all. 'delete_selected` cannot check for object permissions etc. I just started using