nyergler / nested-formset

Nest Django formsets for multi-level editing.
BSD 3-Clause "New" or "Revised" License
87 stars 21 forks source link

Remove stern warning from README #27

Closed jdufresne closed 7 years ago

jdufresne commented 7 years ago

I'd like to suggest the strongly worded warning be removed from the README. This library is solving a real problem that Django applications can frequently run into. It is better for there to exist a community driven accepted approach rather than each project re-implementing it with a unique set of bugs and shortcomings. This warning has been used in projects to reject this package as a dependency. I think this library can be brought to a production ready state such that it can be used as a dependency of other projects.

Thanks for considering.

nyergler commented 7 years ago

Thanks, @jdufresne.