netbox/netbox/utilities
2016-11-29 17:29:56 -05:00
..
templatetags #527: Initial work to allow nullifying fields during bulk edit 2016-09-30 16:17:41 -04:00
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
api.py Initial push to public repo 2016-03-01 11:23:03 -05:00
context_processors.py Initial push to public repo 2016-03-01 11:23:03 -05:00
error_handlers.py Linkified dependent objects in handle_protectederror() 2016-05-12 16:10:55 -04:00
fields.py Code cleanup 2016-05-18 16:35:35 -04:00
filters.py Introduced NullableModelMultipleChoiceField to allow null filtering without causing introspection issues during database migrations 2016-09-20 15:48:58 -04:00
forms.py Fixes #713: Include a label for the comments field when editing circuits, providers, or racks in bulk 2016-11-29 17:29:56 -05:00
managers.py #303: First stab at implementing a natural ordering for sites, racks, and devices 2016-07-20 10:07:32 -04:00
middleware.py Redirect user to previous page after logging in 2016-10-13 16:12:27 -04:00
models.py Extended primary models to include 'created' and 'last_updated' fields 2016-06-22 10:19:00 -04:00
paginator.py Moved PAGINATE_COUNT to configuration.py 2016-05-23 12:55:03 -04:00
sql.py Fixes #531: Order prefixes by VRF assignment 2016-09-15 12:09:54 -04:00
tables.py Closes #345: Bulk edit: allow user to select all objects on page or all matching query 2016-09-28 16:56:17 -04:00
views.py Cleaned up message strings 2016-10-31 11:16:30 -04:00