* Attachment "test-34219.diff" added.
Regression test.
--
Ticket URL: <https://code.djangoproject.com/ticket/34219>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Mariusz Felisiak
* status: new => assigned
Comment:
I decided to work on this as we will have a similar issue with database
comments.
--
Ticket URL: <https://code.djangoproject.com/ticket/34219#comment:2>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/16396 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/34219#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"ae0899be0d787fbfc5f5ab2b18c5a8219d822d2b" ae0899b]:
{{{
#!CommitTicketReference repository=""
revision="ae0899be0d787fbfc5f5ab2b18c5a8219d822d2b"
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column
type.
This moves setting a database collation to the column type alteration
as both must be set at the same time.
This should also avoid another layer of the column type alteration when
adding database comments support (#18468).
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34219#comment:4>