Changes between Initial Version and Version 2 of Ticket #24933


Ignore:
Timestamp:
Jun 9, 2015, 1:26:28 PM (9 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24933

    • Property Has patch set
  • Ticket #24933 – Description

    initial v2  
    11They are only required if the form class used consists of nothing but checkbox fields. Dealing with management forms makes it unnecessarily hard to dynamically alter the list of forms in front-end and forgetting to render one will result in the `FormSet.__init__()` raising an exception.
    22
    3 I've submitted a discussion to the mailing list but I'm creating a ticket here to provide a pull request for people to play with to make an informed decision.
     3I've [https://groups.google.com/d/topic/django-developers/skbT_7b-uFY/discussion submitted a discussion to the mailing list] but I'm creating a ticket here to provide a pull request for people to play with to make an informed decision.
Back to Top