nautobot/nautobot

Adopt latest recommendations from upstream for `JSONSet` and `JSONRemove` funcs

Opened this issue · 0 comments

Proposed Changes

#6440 adopted some prototype Django code from django/django#18489, which has subsequently been superseded by django/django#18758. We should keep an eye on the progress of that PR and once it's finalized, adopt any relevant code changes into the Nautobot implementation of the JSONSet and JSONRemove functions.

Justification

Bug fixes, potentially security fixes as well.