#36806: Add system check for null kwarg in GeneratedField definition
-------------------------------------+-------------------------------------
Reporter: Dai-Tado | Owner: Nilesh
Type: | Pahari
Cleanup/optimization | Status: closed
Component: Database layer | Version: dev
(models, ORM) |
Severity: Normal | Resolution: fixed
Keywords: GeneratedField | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Jacob Walls <jacobtylerwalls@…>):
* resolution: => fixed
* status: assigned => closed
Comment:
In [changeset:"6025eab3c509b4de922117e16866bbfe0ee99aa6" 6025eab]:
{{{#!CommitTicketReference repository=""
revision="6025eab3c509b4de922117e16866bbfe0ee99aa6"
Fixed #36806 -- Added system check for null kwarg in GeneratedField.
The null argument has no effect on GeneratedField since the nullability
of the column depends on the database and expression used.
}}}
--
Ticket URL: <
https://code.djangoproject.com/ticket/36806#comment:12>