* ui_ux: => 0
* component: Uncategorized => Forms
* easy: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/13314#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => duplicate
Comment:
Duplicate of #9893.
--
Ticket URL: <https://code.djangoproject.com/ticket/13314#comment:6>
* status: closed => new
* resolution: duplicate =>
Comment:
I've taken the liberty to re-open this, as #9893 never did address this.
See:
https://code.djangoproject.com/ticket/9893#comment:46
https://code.djangoproject.com/ticket/9893#comment:36
--
Ticket URL: <https://code.djangoproject.com/ticket/13314#comment:7>
* cc: walter+django@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/13314#comment:8>
Comment (by Denilson Figueiredo de Sá):
Just an idea… Are we ever going to query the database for the filename? If
not, we could store it as TEXT instead of VARCHAR.
--
Ticket URL: <https://code.djangoproject.com/ticket/13314#comment:9>
Comment (by Tim Graham):
Changing the datatype to TEXT is likely unacceptable due to backwards
compatibility.
--
Ticket URL: <https://code.djangoproject.com/ticket/13314#comment:10>
* cc: Andrew Northall (added)
* owner: nobody => Andrew Northall
* has_patch: 0 => 1
* status: new => assigned
Comment:
[https://github.com/django/django/pull/17576 PR]
Implementation details and further comments on GitHub.
--
Ticket URL: <https://code.djangoproject.com/ticket/13314#comment:11>
* needs_better_patch: 0 => 1
Comment:
Marking as "needs improvement" per
[https://github.com/django/django/pull/17576#issuecomment-1849859524
comment].
--
Ticket URL: <https://code.djangoproject.com/ticket/13314#comment:12>