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
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
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
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
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
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
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 <
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