• 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
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.rst Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...