- Dec 22, 2017
-
-
Benjamin Bertrand authored
One should be able to enter a MAC when creating/editing an interface.
-
- Dec 19, 2017
-
-
Benjamin Bertrand authored
Move regex to validators.py
-
Benjamin Bertrand authored
Used to validate a list of strings against a regular expresssion.
-
Benjamin Bertrand authored
To check if the unique object is the one being edited, we need to store the object used to create the form in the form (_obj). This is inspired from flask-admin.
-