netbox/netbox/extras
John Anderson ade844f7a7 fixes #3428 - caching invalidation issues
Mitgate invalidation issues by using prefetch_related instead of select_related.
Also use invalidated_update instead of just update.
2019-08-19 01:53:39 -04:00
..
api fixes #3428 - caching invalidation issues 2019-08-19 01:53:39 -04:00
fixtures extras: removed useractions fixture 2016-06-22 23:55:53 -05:00
management Improve the logic for gathering models from all apps 2019-04-17 14:33:26 -04:00
migrations Fixes #3279: Reset the PostgreSQL sequence for Tag and TaggedItem IDs 2019-06-21 17:34:06 -04:00
templatetags Closes #3281: Hide custom links which render as empty text 2019-06-24 12:20:09 -04:00
tests Fix test for tags view 2019-06-05 15:05:35 -04:00
__init__.py Tweaked webhooks and Redis settings 2018-05-30 14:51:59 -04:00
admin.py Closes #3281: Hide custom links which render as empty text 2019-06-24 12:20:09 -04:00
apps.py closes #3104 - add support for exposing prometheus metrics 2019-04-25 01:09:19 -04:00
constants.py Clean up, update Webhook models 2019-04-17 14:19:57 -04:00
filters.py Cleanup from #2931 2019-05-09 14:32:49 -04:00
forms.py fixes #3428 - caching invalidation issues 2019-08-19 01:53:39 -04:00
middleware.py Merged v2.5.13 2019-05-31 21:37:41 -04:00
models.py fixes #3428 - caching invalidation issues 2019-08-19 01:53:39 -04:00
querysets.py Fixes #3190: Fix custom field rendering for Jinja2 export templates 2019-05-16 19:45:36 -04:00
reports.py Cleaned up import statements 2018-11-02 15:20:08 -04:00
signals.py closes #3104 - add support for exposing prometheus metrics 2019-04-25 01:09:19 -04:00
tables.py Merge branch 'develop' into develop-2.6 2019-03-11 21:01:18 -04:00
urls.py Merged v2.5.13 2019-05-31 21:37:41 -04:00
views.py fixes #3428 - caching invalidation issues 2019-08-19 01:53:39 -04:00
webhooks_worker.py implements #3025 - Add request ID to outbound webhook requests 2019-03-24 15:35:42 -04:00
webhooks.py Clean up, update Webhook models 2019-04-17 14:19:57 -04:00