| .. |
|
forms
|
Refactor utility form resources into separate modules
|
2020-08-11 15:14:06 -04:00 |
|
management
|
Closes #4051: Disable the makemigrations management command
|
2020-01-30 10:12:53 -05:00 |
|
templates
|
Fixes #4282: Fix label on export button for device types
|
2020-02-26 16:49:39 -05:00 |
|
templatetags
|
Replace expand/collpase with max mask length for prefixes list
|
2020-08-05 16:48:45 -04:00 |
|
testing
|
Remove restriction enforcement from RestrictedQuerySet
|
2020-07-23 12:48:03 -04:00 |
|
tests
|
Refactor utility form resources into separate modules
|
2020-08-11 15:14:06 -04:00 |
|
__init__.py
|
Initial push to public repo
|
2016-03-01 11:23:03 -05:00 |
|
api.py
|
Clean up resolution of HTTP verbs to permission actions
|
2020-07-23 13:53:36 -04:00 |
|
background_tasks.py
|
Closes #4502: Enable configuration of proxies for outbound HTTP requests
|
2020-04-30 14:59:13 -04:00 |
|
choices.py
|
Closes #4857: Drop support for legacy numeric choice field values
|
2020-07-15 16:54:33 -04:00 |
|
constants.py
|
Implements #2006 - run reports and scripts in the background
|
2020-06-29 03:50:05 -04:00 |
|
context_processors.py
|
Expose regsitry in templates using existing context processor for settings
|
2020-03-27 13:18:51 -04:00 |
|
custom_inspectors.py
|
Rename VMInterface serializers
|
2020-06-23 15:46:20 -04:00 |
|
error_handlers.py
|
Fix handling of ProtectedError exceptions
|
2020-07-16 13:45:02 -04:00 |
|
exceptions.py
|
#2006: Prevent script/report execution if no RQ worker is running
|
2020-07-13 15:11:58 -04:00 |
|
fields.py
|
Fix schema migrations for device components
|
2020-06-22 12:01:57 -04:00 |
|
filters.py
|
Use stock manager as default for Tag model
|
2020-07-07 12:18:14 -04:00 |
|
metadata.py
|
Sort the list for consistent output
|
2020-06-26 18:42:08 +02:00 |
|
middleware.py
|
Tweak settings/middleware to support testing; improve tests
|
2020-03-11 11:10:26 -04:00 |
|
mptt.py
|
Remove restriction enforcement from RestrictedQuerySet
|
2020-07-23 12:48:03 -04:00 |
|
ordering.py
|
Fixes #4336: Ensure interfaces without a subinterface ID are ordered before subinterface zero
|
2020-04-21 16:13:34 -04:00 |
|
paginator.py
|
Fixes #4593: Fix AttributeError exception when viewing object lists as a non-authenticated user
|
2020-05-06 23:44:06 -04:00 |
|
permissions.py
|
Move EXEMPT_EXCLUDE_MODELS to settings; add Group and User models
|
2020-07-22 12:13:07 -04:00 |
|
query_functions.py
|
Fixes #4336: Ensure interfaces without a subinterface ID are ordered before subinterface zero
|
2020-04-21 16:13:34 -04:00 |
|
querysets.py
|
Extend ObjectPermission constraints to OR multiple JSON objects
|
2020-08-06 15:53:23 -04:00 |
|
tables.py
|
Fix tags display
|
2020-07-08 13:10:40 -04:00 |
|
utils.py
|
Fix tag population for object cloning
|
2020-07-08 13:07:53 -04:00 |
|
validators.py
|
Closes #4717: Introduce ALLOWED_URL_SCHEMES configuration parameter to mitigate dangerous hyperlinks
|
2020-06-15 11:53:47 -04:00 |
|
views.py
|
Fixes #4951: Redirect to device inventory view after creting a new inventory item
|
2020-08-06 13:20:12 -04:00 |