Opened 9 years ago

Closed 9 years ago

#25074 closed Uncategorized (invalid)

bugfix: support defaults which are unhashable (e.g. JsonField default={})

Reported by: Eugene Pankov Owned by: nobody
Component: Migrations Version: dev
Severity: Normal Keywords: migrations
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

bugfix: support defaults which are unhashable.
As an example now JsonField(default={}) causes an exception while executing the migration.

Attachments (1)

4486.patch (1.1 KB ) - added by Eugene Pankov 9 years ago.
patch

Download all attachments as: .zip

Change History (3)

by Eugene Pankov, 9 years ago

Attachment: 4486.patch added

patch

comment:2 by Eugene Pankov, 9 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top