Fellow Report - September 30, 2017

2017-09-30 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/28624 - Add attribute to let a ManyToMany field behave like a list instead of a set (wontfix) https://code.djangoproject.com/ticket/28587 - All Generic Views are loosing args when you pass args and kwargs into urlpattern (invalid) https:

Admin raw_id_fields should trigger javascript change event

2017-09-30 Thread Federico Capoano
Hi everyone, I have a raw_id_field in the admin and I need to trigger some javascript logic when it's value is filled by the user through the popup, but unfortunately I found out that when the popup is closed and the value is filled into the field the change event is not fired. I found this qu

#28636 - Translation language preference without restriction to `settings.LANGUAGES`

2017-09-30 Thread 'Denis Anuschewski' via Django developers (Contributions to Django itself)
Here is the PR . I think it would be beneficial to have an optional boolean flag in order to check the language preference against `LANG_INFO` rather than `settings.LANGUAGES`. It would allow one e.g. to get the preference and add a translation fallba

Re: New Feature: Allow password reset token to expire in under a day

2017-09-30 Thread Nick Zaccardi
There are cases where corporate security policies require (regardless of the actual security they provide) which require a <24hr link. Here is a x/post from this ticket : I do want to explain why this doesn't meet the 1% of use cases. When I > origin

Re: MariaDB, official support

2017-09-30 Thread Claude Paroz
Hi, I would like to push a bit for that functionality in Django 2.1. Adam, any progress? In https://github.com/django/django/pull/7778, you talked about a better plan. Show us your plan, please :-) Claude -- You received this message because you are subscribed to the Google Groups "Django d

Re: about ticket 28588- has_perm hide non-existent permissions

2017-09-30 Thread Florian Apolloner
Hi, On Friday, September 29, 2017 at 7:00:41 PM UTC+2, moshe nahmias wrote: > > 3. Return False if the permission doesn't exist means that we go through > the same path as a regular user, since (at least on > auth.backends.ModelBackend) we check already if the user is superuser and > if so we r