netbox/netbox/extras
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 Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
fixtures extras: removed useractions fixture 2016-06-22 23:55:53 -05:00
management Cherry-pick from 13d9be4. 2016-06-21 13:18:50 -05:00
migrations Fixes #632: Use semicolons instead of commas to separate regexes in topology maps 2016-11-03 14:49:02 -04:00
tests Added URL custom field type; added is_filterable toggle; fixed bulk editing 2016-08-23 16:45:26 -04:00
__init__.py Initial push to public repo 2016-03-01 11:23:03 -05:00
admin.py Fixes #720: Display user action links properly in admin UI 2016-12-06 13:16:42 -05:00
filters.py Closes #552: Added a None filter option for custom select fields 2016-09-16 13:42:07 -04:00
forms.py Fixes #769: Show default value for boolean custom fields 2017-01-04 09:47:26 -05:00
models.py Basic Support for Python 3 (#827) 2017-01-23 16:44:29 -05:00
rpc.py Cherry-pick from 13d9be4. 2016-06-21 13:18:50 -05:00