Commits on Source (5)
-
-
Support for Widget.render() methods without the renderer argument is removed. See: https://docs.djangoproject.com/en/2.1/releases/2.1/#features-removed-in-2-1
-
If the data returned by the read method of the object passed is byte, decode it. Otherwise the TextArea will just show it as is.
-
Support for InlineModelAdmin.has_add_permission() methods that don't accept obj as the second positional argument was deprecated in Django 2.1 and removed in Django 3.0. See: https://code.djangoproject.com/ticket/31098
-
Flavio TARSETTI authored
Fix forms See merge request !351
Showing
- beat/web/backend/admin.py 2 additions, 2 deletionsbeat/web/backend/admin.py
- beat/web/databases/admin.py 4 additions, 4 deletionsbeat/web/databases/admin.py
- beat/web/experiments/admin.py 8 additions, 8 deletionsbeat/web/experiments/admin.py
- beat/web/ui/widgets.py 77 additions, 56 deletionsbeat/web/ui/widgets.py