• Anssi Kääriäinen's avatar
    Fixed #14877 -- repeated deletion using formsets · efb0100e
    Anssi Kääriäinen yazdı
    When a formset contained deletion for an existing instance, and the
    instance was already deleted, django threw an exception. A common cause for
    this was resubmit of the formset.
    
    Original patch by Trac alias olau.
    
    In addition this commit cleaned some code in _construct_form(). This
    was needed as the primary key value the user submitted wasn't converted
    correctly to python value in case the primary key field was also a
    related field.
    efb0100e
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
models.py Loading commit data...
tests.py Loading commit data...