Changes between Initial Version and Version 1 of Ticket #28571, comment 1
- Timestamp:
- Sep 5, 2017, 5:58:08 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28571, comment 1
initial v1 1 I s is as easy as conditionally seetting `django.contrib.auth.password_validation.MinimumLengthValidator` (etc) after all.1 It is as easy as conditionally settting `django.contrib.auth.password_validation.MinimumLengthValidator` (etc) after all. 2 2 3 3 So this might just get wrapped by some `if not DEBUG`?