[Django] #22733: adminsite change_list save bug

3 views
Skip to first unread message

Django

unread,
May 30, 2014, 2:43:36 AM5/30/14
to django-...@googlegroups.com
#22733: adminsite change_list save bug
-------------------------------+-----------------------------
Reporter: anonymous | Owner: nobody
Type: Bug | Status: new
Component: Uncategorized | Version: 1.6
Severity: Normal | Keywords: changelist save
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+-----------------------------
in the admin changelist_view page, if you edit several rows, and click
save button, the objects may be updated not as what they should by.
you can recurrence it by open the changelist page, and open another tab to
add a record, now, change the 20th row in the changelist page, then click
save.it will update the wrong object

I have checkout out what cause this bug, it is because of pagination, i
just wonder why not use the ids of objs query from db to match the post
data rather than use the pagination!

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

Django

unread,
May 30, 2014, 8:09:17 AM5/30/14
to django-...@googlegroups.com
#22733: adminsite change_list save bug
---------------------------------+--------------------------------------
Reporter: anonymous | Owner: nobody
Type: Bug | Status: closed
Component: Uncategorized | Version: 1.6
Severity: Normal | Resolution: duplicate

Keywords: changelist save | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
---------------------------------+--------------------------------------
Changes (by timo):

* status: new => closed
* needs_docs: => 0
* resolution: => duplicate
* needs_tests: => 0
* needs_better_patch: => 0


Comment:

I think this is a duplicate of #11313.

--
Ticket URL: <https://code.djangoproject.com/ticket/22733#comment:1>

Reply all
Reply to author
Forward
0 new messages