File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ Version 0.5.2 [2020-03-18]
5+ ---------------------------
6+
7+ - [controller] Added ``NETJSONCONFIG_REGISTRATION_SELF_CREATION ``
8+ - [models] Handled accidental duplication of files across templates
9+ - [controller] Update hardware device info during registration
10+ (if the device already exists, the registration will update its info)
11+ - [admin] Moved ``hardware_id `` field in device list admin
12+ - [bugfix] Fixed broken preview when using ``hardware_id `` context var
13+ - [models] Flagged ``hardware_id `` as not unique (it's ``unique_together `` with ``organization ``)
14+ - [admin] Hidden device configuration context field into advanced options
15+ - [models] Removed LEDE from the OpenWRT backend label
16+ - [docker] Added ``REDIS_URL `` to docker-compose.yml and settings.py (for dev and test env)
17+
418Version 0.5.1 [2020-02-28]
519--------------------------
620
Original file line number Diff line number Diff line change 1- VERSION = (0 , 5 , 1 , 'final' )
1+ VERSION = (0 , 5 , 2 , 'final' )
22__version__ = VERSION # alias
33
44
You can’t perform that action at this time.
0 commit comments