theatlantic / django-nested-admin

Django admin classes that allow for nested inlines
http://django-nested-admin.readthedocs.org/
Other
727 stars 101 forks source link

fix: js patch functions that are executed indefinitely #263

Closed fdintino closed 3 months ago

fdintino commented 3 months ago

The argument passed to the patch function is meant to be ++callCount so that the value actually increments.

fixes #262