European date input in Django Admin

前端 未结 6 1267
-上瘾入骨i
-上瘾入骨i 2021-01-02 13:30

Django has a DATE_FORMAT and a DATE_TIME_FORMAT options that allow us to choose which format to use when viewing dates, but doesn\'t apparently let me change the input forma

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-02 13:45

    Looks like this is not yet supported, as I understand it, so yes, you'll have to do some custom work for now.

提交回复
热议问题