Changes between Initial Version and Version 1 of Ticket #28628, comment 15
- Timestamp:
- Nov 26, 2021, 5:54:30 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28628, comment 15
initial v1 16 16 c) To me there was only one case of Django code where it might be beneficial to change, which is in `django.utils.http` processing of dates/times in HTTP headers - and the spec clearly requires ASCII digits. 17 17 18 Inventory of use cases with thoughts [https://docs.google.com/document/d/1nc1uwTIghm-eIhiIlssNAH72KNFHoHAsL0gGlr9dRlg/edit# in this Google doc]. Curious to thoughts of others. 18 Inventory of use cases with thoughts [https://docs.google.com/document/d/1nc1uwTIghm-eIhiIlssNAH72KNFHoHAsL0gGlr9dRlg/edit# in this Google doc]. I should add I skipped *.js in my inventory. 19 20 Curious to thoughts of others.