Fix bug saving empty dicts/lists/False to admin. Resolve #1841

This commit is contained in:
Griatch 2019-06-07 22:14:44 +02:00
parent 3416db98d7
commit 432674ac7c
3 changed files with 26 additions and 28 deletions

View file

@ -73,6 +73,8 @@ Update to Python 3
- Prettifies Django 'change password' workflow
- Bugfixes
- Fixes bug on login page where error messages were not being displayed
- Remove strvalue field from admin; it made no sense to have here, being an optimization field
for internal use.
### Prototypes