Releases: openwisp/django-netjsongraph
Releases · openwisp/django-netjsongraph
0.3.3 [2017-07-22]
22 Jul 14:59
Compare
Sorry, something went wrong.
No results found
#42 : Made test-api, topology update function and update command reusable
#44 : Made test-utils reusable
#45 : Made test-admin reusable
e5642c : [admin] Added search for Topology model
#48 : Moved all the reusable tests to tests.base and separated into files
0.3.2 [2017-07-10]
10 Jul 16:13
Compare
Sorry, something went wrong.
No results found
#39 : Upgraded to django 1.11
891e58 : [admin] Moved submit_line.html to openwisp_utils
0.3.1 [2017-06-22]
22 Jun 11:17
Compare
Sorry, something went wrong.
No results found
#35 : [visualizer] Provided base classes to improve reusability
#36 : Added netjsongraph.js visualization to admin site
0.3.0 [2017-05-31]
31 May 09:30
Compare
Sorry, something went wrong.
No results found
#24 : Provided base classes to improve reusability
#27 : [link] Added link_status_changed signal
#15 : Added NETJSONGRAPH_VISUALIZER_CSS setting and instructions to override default templates
0.2.3 [2017-05-18]
18 May 10:31
Compare
Sorry, something went wrong.
No results found
#17 : Updated django-rest-framework version requirement
#22 : Added support for Django 1.11
#18 : [QA] Added flake8 and isort checks to travis-ci build
#9 : Added a way to easily copy API endpoint URL when using RECEIVE strategy
Thanks to @rohithasrk for all his patches.
0.2.2 [2016-12-14]
14 Dec 17:08
Compare
Sorry, something went wrong.
No results found
#16 : added support for django 1.10.x
9ce1b15 : [JS] Updated d3 to 3.5.17
0.2.1 [2016-05-20]
20 May 09:11
Compare
Sorry, something went wrong.
No results found
f3fa59f : [admin] fixed name mismatch in "Links to other nodes"
#10 : fixed visualizer: removed accidental ignore of d3.js
0.2.0 [2016-01-24]
24 Jan 19:58
Compare
Sorry, something went wrong.
No results found
#5 :
added support for receiving topology from nodes
#6 :
avoid failures if addresses field is too long
#7 :
stricter lookups in get_from_address, get_from_nodes, count_address
0.1.3 [2016-01-09]
09 Jan 22:27
Compare
Sorry, something went wrong.
No results found
#4 : pevented ValueError in topology_detail view
0.1.2 [2016-01-04]
04 Jan 17:50
Compare
Sorry, something went wrong.
No results found
19a1f6a :
added NETJSONGRAPH_TIMEOUT
365509c :
avoided possible 500 internal server error when updating topology from admin action
7fa86db :
added failure message when updating topology from admin
56066e8 :
added get_absolute_url() method to Topology model
f90c639 :
added "Links to other nodes" section in Node admin
d6fff61 :
added NETJSONGRAPH_LINK_EXPIRATION days setting
#3 ,
b246669 :
minor improvements to visualizer