--
Ticket URL: <https://code.djangoproject.com/ticket/34637>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* version: 4.2 => dev
--
Ticket URL: <https://code.djangoproject.com/ticket/34637#comment:1>
* owner: nobody => Bhuvnesh
--
Ticket URL: <https://code.djangoproject.com/ticket/34637#comment:2>
* cc: Lily Foote (added)
* resolution: => needsinfo
* status: assigned => closed
* component: Database layer (models, ORM) => Migrations
Comment:
I'm not sure what that will change 🤔. In migrations we're asking for one-
time temporary default value that we can set on existing rows, not for a
permanent default value, so the current message sounds fine to me. If a
simple default value doesn't work for users, they can choose the 3rd
option: ''"Quit and manually define a default value in models.py."'' and
define `default`/`db_default` in models.
--
Ticket URL: <https://code.djangoproject.com/ticket/34637#comment:3>