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