Re: the design of django group permission should be optimized in django.contrib.auth.ModelBackend

2018-09-10 Thread charettes
Something I would add is that while some third-party apps leverage swappable models it is not clear how relationships between swappable models should be dealt with. This is something we'd have to figure out if `auth.Group` is made swappable as the default model user model would depend on it. S

Fellow Reports - September 2018

2018-09-10 Thread Tim Graham
Week ending September 8, 2018 I was on vacation most of the week. Authored -- https://github.com/jazzband/sorl-thumbnail/pull/553 - Fix #554: Fix AdminImageWidget with Django 2.1 (added test) Reviewed/committed -- https://github.com/django/djangopeople/pull/88 - Fi

Re: Adjusting MRO of the CBVs

2018-09-10 Thread Tim Graham
I agree that it's not worthwhile. There are alternatives like http://django-vanilla-views.org/. On Thursday, September 6, 2018 at 3:51:29 AM UTC-4, Carlton Gibson wrote: > > There's a ticket adjusting the MRO of DeleteView. > > https://code.djangoproject.com/ticket/29735 > > I'm closing this as

Re: the design of django group permission should be optimized in django.contrib.auth.ModelBackend

2018-09-10 Thread Tim Graham
I'm not sure. Swappable models still have some rough edges. In particular, switching to a swappable model after beginning a project is difficult and undocumented (https://code.djangoproject.com/ticket/25313). To overcome this, the documentation recommends starting with a custom user model (http

Re: audio file

2018-09-10 Thread Alexei Znamensky
Dear Mustafa, This mailing list is focused on the development of the framework itself. Your question seems to be related to usage, in which case I suggest you ask for help at: https://groups.google.com/forum/#!forum/django-users Cheers, AZ On Monday, September 10, 2018 at 10:48:36 AM UTC+12, M

Re: Passing initial data to model formsets - a suggested improvement

2018-09-10 Thread Carlton Gibson
Hi Mark. What I'm not sure about here is how things have changed from Carl's original observation in the comment you link. On Thursday, 6 September 2018 13:53:05 UTC+2, Mark Gensler wrote: > > https://code.djangoproject.com/ticket/16995#comment:1 > > ... if it's an improvement at all, it's not

Fellow Reports -- September 2018

2018-09-10 Thread Carlton Gibson
Hi all, Calendar Week 36 -- ending 09 September. Triaged: https://code.djangoproject.com/ticket/29741 -- There is no way to validate a ModelAdmin against it's inline formsets (Invalid) https://code.djangoproject.com/ticket/29739 -- BaseModelFormSet ignores excess rows in initial when extra <

Re: audio file

2018-09-10 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support. Use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. Also your question is more to do with HTML than Django. On Sun, 9 Sep 2018 at 22:18, Mustafa Ryad wrote: > Is possib