Changeset 14051 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 5 Aug 2016, 04:39:57 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r14040 r14051 172 172 173 173 #: Regular expressions to check id formats. 174 check_id = re.compile(r"^[a-zA-Z0-9_-]{2,1 0}$").match174 check_id = re.compile(r"^[a-zA-Z0-9_-]{2,11}$").match 175 175 176 176 def validate_id(value):
Note: See TracChangeset for help on using the changeset viewer.