--
Ticket URL: <https://code.djangoproject.com/ticket/28577>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Flávio Juvenal
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/28577#comment:1>
* ui_ux: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/28577#comment:2>
* version: 1.11 => master
--
Ticket URL: <https://code.djangoproject.com/ticket/28577#comment:3>
--
Ticket URL: <https://code.djangoproject.com/ticket/28577#comment:4>
* stage: Unreviewed => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/28577#comment:5>
* needs_better_patch: 0 => 1
* stage: Ready for checkin => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/28577#comment:6>
Comment (by Flávio Juvenal):
PR updated: https://github.com/django/django/pull/8930
--
Ticket URL: <https://code.djangoproject.com/ticket/28577#comment:7>
Comment (by Flávio Juvenal):
PR updated again: https://github.com/django/django/pull/8930
--
Ticket URL: <https://code.djangoproject.com/ticket/28577#comment:8>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"f6e1789654e82bac08cead5a2d2a9132f6403f52" f6e1789]:
{{{
#!CommitTicketReference repository=""
revision="f6e1789654e82bac08cead5a2d2a9132f6403f52"
Fixed #28577 -- Added checks for ArrayField and JSONField to prevent
mutable defaults.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28577#comment:9>
Comment (by Tim Graham):
[https://github.com/django/django/pull/9852 PR] for `HStoreField` (as
suggested in #28406).
--
Ticket URL: <https://code.djangoproject.com/ticket/28577#comment:10>
Comment (by GitHub <noreply@…>):
In [changeset:"4f7467b6905482a5d826c2815dcf8c6dd332340d" 4f7467b6]:
{{{
#!CommitTicketReference repository=""
revision="4f7467b6905482a5d826c2815dcf8c6dd332340d"
Refs #28577 -- Added check for HStoreField to prevent mutable default.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28577#comment:11>