Changes between Initial Version and Version 1 of Ticket #24920, comment 4
- Timestamp:
 - Oct 20, 2025, 5:31:34 PM (2 weeks ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Ticket #24920, comment 4
initial v1 1 On the [https://groups.google.com/g/django-developers/c/6BFfYDs53_k/m/HGw1vgs7fDIJ django-developers thread ], Aymeric proposed trying to adapt `DecimalField` rather than introduce a new field, and Claude gave that idea a +1.1 On the [https://groups.google.com/g/django-developers/c/6BFfYDs53_k/m/HGw1vgs7fDIJ django-developers thread opened by Shai], Aymeric proposed trying to adapt `DecimalField` rather than introduce a new field, and Claude gave that idea a +1. 2 2 3 3 #36673 is a duplicate that requests making `DecimalField`'s `max_digits` and `decimal_places` optional.