netbox/netbox/circuits
Jens L 80439c495e Basic Support for Python 3 (#827)
* Rudimentary python3 support

* update docs and trigger Travis

* fix some of the tests

* fix all python3 errors

* change env calls to just python

* add @python_2_unicode_compatible decorator to models for python2 compatibility

* switch netbox.configuration to from netbox import configuration
2017-01-23 16:44:29 -05:00
..
api Closes #783: Add a description field to the Circuit model 2017-01-17 15:18:03 -05:00
fixtures Closes #176: Added initial_data fixtures for new installs 2016-08-01 12:29:26 -04:00
migrations Closes #783: Add a description field to the Circuit model 2017-01-17 15:18:03 -05: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
admin.py Closes #49: Introduction of circuit terminations 2016-12-14 13:47:22 -05:00
apps.py Fixes #817: Update last_updated time of a circuit when editing a child termination 2017-01-23 15:31:41 -05:00
filters.py Closes #783: Add a description field to the Circuit model 2017-01-17 15:18:03 -05:00
forms.py Closes #783: Add a description field to the Circuit model 2017-01-17 15:18:03 -05:00
models.py Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
signals.py Fixes #817: Update last_updated time of a circuit when editing a child termination 2017-01-23 15:31:41 -05:00
tables.py Closes #783: Add a description field to the Circuit model 2017-01-17 15:18:03 -05:00
urls.py Closes #49: Introduction of circuit terminations 2016-12-14 13:47:22 -05:00
views.py Standardized naming of return_url for all object views 2017-01-23 14:07:26 -05:00