Opened 9 years ago

Closed 9 years ago

#24017 closed Bug (fixed)

add python_2_unicode_compatible to classes in db/migrations

Reported by: Josh Schneier Owned by: Josh Schneier
Component: Migrations Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: yes UI/UX: no

Description (last modified by Josh Schneier)

i was looking into an unrelated issue and noticed that python_2_unicode_compatible wasn't applied to some classes with str db/migrations.

Change History (5)

comment:1 by Josh Schneier, 9 years ago

Description: modified (diff)
Status: newassigned

comment:2 by Josh Schneier, 9 years ago

I've created a pull request here: https://github.com/django/django/pull/3750

Let me know if I've done anything wrong, I've never contributed to django before and was trying to follow the project/contributor guidelines. I don't think this particular change needs tests and am not sure if it needs a documentation update.

comment:3 by Tim Graham, 9 years ago

Component: UncategorizedMigrations
Needs tests: set
Triage Stage: UnreviewedAccepted
Type: UncategorizedBug

comment:4 by Markus Holtermann, 9 years ago

Needs tests: unset
Patch needs improvement: set

Apart from the few comments and annotations I left on the pull request, this looks ready-for-checkin.

comment:5 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In 9a23470072865b7aa659e6af0b275668c85bb44d:

Fixed #24017 -- Added python_2_unicode_compatible in db/migrations

Note: See TracTickets for help on using tickets.
Back to Top