Changes between Initial Version and Version 1 of Ticket #35477
- Timestamp:
- May 24, 2024, 12:41:21 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35477 – Description
initial v1 9 9 10 10 It looks like the error message `"This field is required."` is unexpected and doesn't appear with Django versions 4.2.13 and 5.0.6. Notice that this field was not missing but too short. A similar problem happens when the new password is too long. 11 12 I confirm the extra error message appears on the site with Django 5.1a1 and I created screenshots which I'm attaching here. The first screenshot I attached is with Django 5.1a1 and the second one with Django 4.2.13 (and is the expected error messages).