Changes between Initial Version and Version 2 of Ticket #12561


Ignore:
Timestamp:
Feb 9, 2010, 7:59:54 AM (14 years ago)
Author:
Russell Keith-Magee
Comment:

It's probably not the reason for your original report, but the admin UI merge seems to have completely broken Generic inline formsets. I can't get them to work at all, with or without can_delete.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12561

    • Property Summary The ``cant_delete`` argument of ``generic_inlineformset_factory`` isn't workingThe ``can_delete`` argument of ``generic_inlineformset_factory`` isn't working
    • Property Component Contrib appsdjango.contrib.admin
    • Property Milestone1.2
    • Property Triage Stage UnreviewedAccepted
  • Ticket #12561 – Description

    initial v2  
    1 When the ``cant_delete`` argument of ``generic_inlineformset_factory`` is set to False, a "Delete" checkbox is always displayed on the admin site.
     1When the ``can_delete`` argument of ``generic_inlineformset_factory`` is set to False, a "Delete" checkbox is always displayed on the admin site.
    22
    33Here a short example:
Back to Top