manage.py invalidate all from Netbox 3.0 #8934
-
Hello, In Netbox older than version 3.0.0, the script manage.py has an option invalidate all. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
jeremystretch
Mar 22, 2022
Replies: 1 comment 3 replies
-
The management command was removed because automatic queryset caching was removed, due to all the bugs it was causing (see #6639). There is no replacement command because it is no longer needed. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
smutel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The management command was removed because automatic queryset caching was removed, due to all the bugs it was causing (see #6639). There is no replacement command because it is no longer needed.