netbox/netbox/extras
Jeremy Stretch 52cf9086a5
Fixes #11046: Restrict length of indexed search values (#11076)
* Fixes #11046: Restrict length of indexed search values

* Reference constant in index declaration

* Remove index from CachedValue.value
2022-12-02 10:07:53 -05:00
..
api Merge branch 'develop' into feature 2022-11-22 10:08:23 -05:00
forms #8366: Add started field to JobResult 2022-11-15 15:06:11 -05:00
graphql Closes #9623: Implement saved filters (#10801) 2022-11-02 12:27:53 -04:00
management Closes #10697: Move application registry into core app 2022-11-02 15:25:22 -04:00
migrations Fixes #11046: Restrict length of indexed search values (#11076) 2022-12-02 10:07:53 -05:00
models Fixes #11046: Restrict length of indexed search values (#11076) 2022-12-02 10:07:53 -05:00
plugins Fixes #10984: Fix navigation menu expansion for plugin menus comprising multiple words 2022-11-21 08:38:44 -05:00
tables #8366: Add started field to JobResult 2022-11-15 15:06:11 -05:00
templatetags 4751 Enable plugins to inject content within object list views (#10901) 2022-11-14 13:51:58 -05:00
tests Merge branch 'develop' into feature 2022-11-22 10:08:23 -05:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
admin.py Remove JobResult view from admin panel 2022-10-16 15:20:38 +02:00
apps.py 8927 plugin search (#10489) 2022-10-10 14:00:59 -04:00
choices.py Closes #10851: New staging mechanism (#10890) 2022-11-14 13:55:03 -05:00
conditions.py Improve documentation and testing for conditions 2021-11-03 14:02:43 -04:00
constants.py Remove extras_features() decorator 2022-01-19 15:16:10 -05:00
context_managers.py Permanently connect change logging & webhook receivers 2022-11-14 09:31:25 -05:00
filters.py Ditch CustomFieldFilter 2021-10-28 15:36:12 -04:00
filtersets.py #8366: Add started field to JobResult 2022-11-15 15:06:11 -05:00
lookups.py Closes #6138: Add an 'empty' filter modifier for character fields 2021-07-01 15:17:46 -04:00
querysets.py Closes #9582: Enable assigning config contexts based on device location 2022-06-22 16:10:48 -04:00
reports.py #8366: Add started field to JobResult 2022-11-15 15:06:11 -05:00
scripts.py #8366: Add started field to JobResult 2022-11-15 15:06:11 -05:00
search.py Closes #10560: New global search (#10676) 2022-10-21 13:16:16 -04:00
signals.py Fixes #6389: Call snapshot() on object when processing deletions 2022-11-17 21:04:55 -05:00
urls.py Closes #9623: Implement saved filters (#10801) 2022-11-02 12:27:53 -04:00
utils.py Closes #10697: Move application registry into core app 2022-11-02 15:25:22 -04:00
validators.py Extend CustomValidator to support required, prohibited fields 2021-06-09 13:10:35 -04:00
views.py #8366: Add started field to JobResult 2022-11-15 15:06:11 -05:00
webhooks_worker.py Render the payload_url of the Webhook with Jinja2 2022-01-12 21:58:19 +01:00
webhooks.py Closes #10697: Move application registry into core app 2022-11-02 15:25:22 -04:00