jeremystretch dc92e19f76 Limit custom field object types to suitable models 3 lat temu
..
api 59aba52b03 Rename OrderedDefaultRouter to NetBoxRouter & document for plugins 3 lat temu
forms dc92e19f76 Limit custom field object types to suitable models 3 lat temu
graphql 6bccb6d90b Fixes #7333: Prevent inadvertent deletion of prior change records when deleting objects 4 lat temu
management d1b1a45725 Enable tab completion in nbshell 4 lat temu
migrations 272d6e7437 Closes #8463: Change the created field on all change-logged models from date to datetime 4 lat temu
models 1319b62acb Standardize on get_FOO_color() method for returning ChoiceField colors 4 lat temu
plugins e2286a4c48 Fix plugin name resolution 4 lat temu
tables b91218308b Fixes #8869: Fix NoReverseMatch exception when displaying tag w/assignments 3 lat temu
templatetags a5c8bbf79e Closes #8684: Change custom link template context variable 'obj' to 'object' (backward-compatible) 4 lat temu
tests fab4d95156 Merge branch 'develop' into feature 4 lat temu
__init__.py e813dda275 Remove default_app_config (deprecated in Django 3.2) 4 lat temu
admin.py 1eeac7f4f4 Introduce DEFAULT_USER_PREFERENCES dynamic config setting 4 lat temu
apps.py 76a6119584 Closes #6138: Add an 'empty' filter modifier for character fields 4 lat temu
choices.py ca44a654a5 Closes #8794: Support dynamic configuration for JournalEntry kinds 3 lat temu
conditions.py dcececf9c0 Improve documentation and testing for conditions 4 lat temu
constants.py cdae0c2bef Remove extras_features() decorator 4 lat temu
context_managers.py 0d60099588 Move request object and webhook queue to TLS 4 lat temu
filters.py 7c60089692 Ditch CustomFieldFilter 4 lat temu
filtersets.py fab4d95156 Merge branch 'develop' into feature 4 lat temu
lookups.py 76a6119584 Closes #6138: Add an 'empty' filter modifier for character fields 4 lat temu
querysets.py 0e95ca7b69 Fix ProgrammingError exception when annotating config context data 4 lat temu
registry.py 047bed2a86 Tweak registry initialization 4 lat temu
reports.py 049acde5b0 Closes #8572: Add a pre_run() method for reports 4 lat temu
scripts.py 69eb6b11d0 Closes #8368: Enable controlling the order of custom script form fields with field_order 4 lat temu
signals.py 870aa3a265 Merge branch 'develop' into feature 4 lat temu
urls.py d42c59792f #8334: Move object changelog & journaling to generic views 4 lat temu
utils.py 047bed2a86 Tweak registry initialization 4 lat temu
validators.py 44c0dec68b Extend CustomValidator to support required, prohibited fields 4 lat temu
views.py ba1e6e91b9 Rename ObjectEditView.model_form to form 3 lat temu
webhooks.py 8d0a3c8e69 Closes #6519: Avoid querying applicable webhooks for every object 4 lat temu
webhooks_worker.py 5cbc978cad Render the payload_url of the Webhook with Jinja2 4 lat temu