#34129: Admin list_editable failed to edit
-------------------------------+--------------------------------------
     Reporter:  Djing          |                    Owner:  Djing
         Type:  Bug            |                   Status:  closed
    Component:  contrib.admin  |                  Version:  3.2
     Severity:  Normal         |               Resolution:  duplicate
     Keywords:                 |             Triage Stage:  Unreviewed
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+--------------------------------------
Changes (by Carlton Gibson):

 * status:  assigned => closed
 * resolution:   => duplicate


Comment:

 This is a duplicate of #33375: if you **really** need this pattern define
 a form class with the id, using the desired queryset, so that
 `BaseModelFormSet.add_fields()` doesn't add the field with the default
 manager.

 David is on track: you need to be extra careful with setting default
 managers that filter the QuerySet.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34129#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018437a9e180-fcdf1d6f-a6c2-4ae0-a113-84fe64b1ef7f-000000%40eu-central-1.amazonses.com.

Reply via email to