Changes between Initial Version and Version 1 of Ticket #35314


Ignore:
Timestamp:
Mar 18, 2024, 8:59:24 AM (8 months ago)
Author:
Michael
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35314 – Description

    initial v1  
    11This used to work correctly in Django 4. Django 5 removed USE_L10N setting from settings.py
    22
    3 When rendering an input field that is of type date:
     3When rendering an input field that is of type `date`:
    44{{{
    55  /home/michael/.venv/project/lib/python3.11/site-packages/django/forms/boundfield.py(108)as_widget()
     
    1515}}}
    1616
    17 We that ` formats.get_format(self.format_key)` only passes in 1 argument to:
     17We see that ` formats.get_format(self.format_key)` only passes in 1 argument to:
    1818
    1919{{{
Back to Top