horizon/horizon/forms
Bence Romsics 9853a2edaa New input field with validation: MACAddressField
Plus refactor Allowed Address Pairs form to use it.

The new input field is introduced because a follow-up patch wants to use
MAC address input fields at multiple places and this seems more reusable
than a CharField with regex validation. This is also a bit more generic,
because it accepts multiple MAC address formats (all formats supported
by netaddr). Then normalize the MAC address to the most usual format.

Change-Id: Ie2cbfdfbfb46a50d71d325e42f7d614710c6df3b
Partially-Implements: blueprint neutron-trunk-ui
2017-03-22 18:57:30 +09:00
..
__init__.py New input field with validation: MACAddressField 2017-03-22 18:57:30 +09:00
base.py hacking: noqa cleanup in horizon 2017-03-17 19:38:47 +00:00
fields.py New input field with validation: MACAddressField 2017-03-22 18:57:30 +09:00
views.py [Django] Allow to upload the image directly to Glance service 2016-08-16 14:30:38 +03:00