Changes between Initial Version and Version 1 of Ticket #29969, comment 5


Ignore:
Timestamp:
Nov 22, 2018, 10:35:08 AM (6 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29969, comment 5

    initial v1  
    1 Fix for #29930 ([https://github.com/django/django/pull/10678 PR] would "solve" this, in that the inline formset is removed when re-presenting the parent form with the validation error.
     1Fix for #29930 ([https://github.com/django/django/pull/10678 PR]) would "solve" this, in that the inline formset is removed when re-presenting the parent form with the validation error.
    22
    33Question is whether that's good enough for this corner case? Or do we want to represent the read-only inline? (2nd option is better; haven't yet got to seeing exactly what would be involved.)
Back to Top