netbox/netbox/circuits
2020-03-18 14:44:18 -04:00
..
api Remove FieldChoicesViewSet 2020-03-12 10:48:17 -04:00
migrations Add migrations for description fields 2020-03-13 16:35:36 -04:00
tests Remove tests for API _choices endpoints 2020-03-12 10:48:53 -04:00
__init__.py Fixes #817: Update last_updated time of a circuit when editing a child termination 2017-01-23 15:31:41 -05:00
apps.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
choices.py Move CircuitTermination.term_side choices to a ChoiceSet 2019-11-21 21:28:59 -05:00
filters.py Closes #4313: Remove id__in filters 2020-03-06 12:05:53 -05:00
forms.py Change CircuitTerminationForm.site to a DynamicModelChoiceField 2020-03-16 14:24:17 -04:00
models.py Merge branch 'develop' into develop-2.8 2020-03-15 00:18:32 -04:00
querysets.py Fixes #4285: Include A/Z termination sites in provider circuits table 2020-02-26 16:41:59 -05:00
signals.py convert update() calls to save() calls 2019-08-20 17:16:00 -04:00
tables.py Standardize on two-word form of "change log" 2020-02-19 12:45:52 -05:00
urls.py Fixes #4094: Convert unnecessary regular expressions to strings in URL patterns 2020-02-05 16:12:48 -05:00
views.py Fixes #4285: Include A/Z termination sites in provider circuits table 2020-02-26 16:41:59 -05:00