netbox/netbox/circuits
2020-04-29 10:08:56 -04:00
..
api Remove FieldChoicesViewSet 2020-03-12 10:48:17 -04:00
migrations Remove squashed migrations 2020-04-29 09:31:52 -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 Introduce default_columns Meta parameter to reduce boilerplate 2020-04-28 16:33:06 -04:00
urls.py Fixes #4094: Convert unnecessary regular expressions to strings in URL patterns 2020-02-05 16:12:48 -05:00
views.py Extend circuits tables to include all relevant model fields 2020-04-28 16:20:11 -04:00