121 | | Unfortunately we can't automatically fix it, because if the field is left blank, the developer might be intending to supply the value automatically before save (https://code.djangoproject.com/ticket/13824). |
| 121 | Unfortunately we can't automatically fix it, because if the field is left blank, the developer might be intending to supply the value automatically before save (#13824). |
| 122 | |
| 123 | https://code.djangoproject.com/ticket/19560 |
| 124 | |
| 125 | {{{ |
| 126 | received a naive datetime while time zone support is active |
| 127 | }}} |
| 128 | |
| 129 | This message doesn't help to figure out which field of which model contained a naive datetime. Patch in #19560. |