Skip to content

Commit 422639e

Browse files
committed
0.5.2 release
1 parent db1297b commit 422639e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
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+
418
Version 0.5.1 [2020-02-28]
519
--------------------------
620

openwisp_controller/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 5, 1, 'final')
1+
VERSION = (0, 5, 2, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)