Changeset 12415 for main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
- Timestamp:
- 8 Jan 2015, 07:09:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py
r12414 r12415 171 171 172 172 #: Regular expressions to check id formats. 173 check_id = re.compile(r"^[a-zA-Z0-9_-]{2, 6}$").match173 check_id = re.compile(r"^[a-zA-Z0-9_-]{2,9}$").match 174 174 175 175 def validate_id(value):
Note: See TracChangeset for help on using the changeset viewer.