Opened 10 years ago
Closed 10 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)
Change History (3)
by , 10 years ago
| Attachment: | 4486.patch added |
|---|
comment:2 by , 10 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch