Changes between Version 6 and Version 8 of Ticket #32559
- Timestamp:
- Mar 22, 2021, 3:20:49 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32559 – Description
v6 v8 10 10 would make sense here as well. It furthermore would require to revalidate the 11 11 step-value by Django's Form validation, rather than by HTML alone. 12 13 Patch: https://github.com/django/django/pull/14162