netbox/netbox
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
..
circuits Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
dcim Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
extras Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
ipam Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
netbox Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
project-static Fixes #840: Correct API path resolution for secrets when BASE_PATH is configured 2017-01-23 16:25:05 -05:00
secrets Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
templates Fixes #840: Correct API path resolution for secrets when BASE_PATH is configured 2017-01-23 16:25:05 -05:00
tenancy Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
users Standardized inheritance order of BootstrapMixin 2016-12-21 14:15:18 -05:00
utilities Standardized naming of return_url for all object views 2017-01-23 14:07:26 -05:00
generate_secret_key.py Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
manage.py Initial push to public repo 2016-03-01 11:23:03 -05:00