netbox/netbox/utilities
2017-01-31 12:19:41 -05:00
..
templatetags Fixes #845: Fix missing edit/delete buttons on object tables for non-superusers 2017-01-26 13:20:56 -05:00
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
api.py Enabled creation of device components 2017-01-31 12:19:41 -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 Fixes #672: Expanded color selection for rack and device roles 2016-12-06 12:28:29 -05: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 Support for comma in interfaces and ip addresses bulk creation (#833) 2017-01-25 14:47:14 -05:00
managers.py Fixes #747: Fixes natural_order_by integer cast error on large numbers 2016-12-19 11:01:44 -05:00
middleware.py Updated middleware for Django 1.10 2016-12-26 10:48:15 -05:00
models.py Extended primary models to include 'created' and 'last_updated' fields 2016-06-22 10:19:00 -04:00
paginator.py Simplified paginator when dealing with <=5 pages 2016-12-26 15:43:48 -05:00
sql.py Fixes #531: Order prefixes by VRF assignment 2016-09-15 12:09:54 -04:00
tables.py Fixes #845: Fix missing edit/delete buttons on object tables for non-superusers 2017-01-26 13:20:56 -05:00
utils.py Fixes #764: Encapsulate in double quotes values containing commas when exporting to CSV 2017-01-04 10:47:00 -05:00
views.py Fixes #854: Correct processing of get_return_url() in ObjectDeleteView 2017-01-30 12:13:24 -05:00