netbox/netbox/utilities
2019-12-09 00:41:43 -05:00
..
management Cleaned up import statements 2018-11-02 15:20:08 -04:00
templates Closes #33: Add ability to clone objects (pre-populate form fields) 2019-12-06 16:13:52 -05:00
templatetags Closes #648: Pre-populate forms when selecting "create and add another" 2019-12-06 16:40:39 -05:00
tests Move TreeNodeMultipleChoiceFilter tests to utilities (follow-up to #3616) 2019-11-01 15:01:24 -04:00
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
api.py Introduce ChoiceSet class for field choices 2019-11-07 10:33:10 -05:00
auth_backends.py Implement custom auth backend and EXEMPT_VIEW_PERMISSIONS setting 2019-04-11 22:01:26 -04:00
choices.py Circuit.status (#3569) 2019-11-07 11:11:10 -05:00
constants.py Closes #2693 2018-12-14 11:51:20 -06:00
context_processors.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
custom_inspectors.py update openapi field type for choice field value fields to string 2019-12-09 00:41:43 -05:00
error_handlers.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
exceptions.py Add option to commit database changes 2019-08-12 14:28:06 -04:00
fields.py Closes #2836: Deprecate NullableCharField 2019-02-14 09:39:04 -05:00
filters.py filtering multiple regions with null 2019-10-28 02:24:44 -04:00
forms.py Miscellaneous cleanup 2019-10-04 12:59:10 -04:00
managers.py Replace all instances of .extra() in QuerySets with annotations, including references in docstrings 2019-10-09 20:11:02 -04:00
middleware.py Miscellaneous cleanup 2019-10-04 12:59:10 -04:00
models.py Fixes #3452: Queue deletion ObjectChanges until after response is sent 2019-08-26 16:52:05 -04:00
paginator.py Fixes #2985: Fix pagination page length for rack elevations 2019-03-11 12:51:03 -04:00
querysets.py Rewrote ObjectChangeMiddleware to remove the curried handle_deleted_object() function 2019-10-22 15:10:49 -04:00
tables.py Force checkbox table columns to narrow width 2019-10-07 17:22:35 -04:00
testing.py Enforce view permissions for UI views 2019-04-11 17:27:38 -04:00
utils.py Closes #648: Pre-populate forms when selecting "create and add another" 2019-12-06 16:40:39 -05:00
validators.py Closes #3510: Add minimum/maximum prefix length enforcement for IPNetworkVar 2019-09-17 16:36:36 -04:00
views.py Closes #648: Pre-populate forms when selecting "create and add another" 2019-12-06 16:40:39 -05:00