Changes between Initial Version and Version 1 of Ticket #35671


Ignore:
Timestamp:
Aug 12, 2024, 2:45:01 PM (6 weeks ago)
Author:
Clifford Gama
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35671 – Description

    initial v1  
     1My concern is with the usage of `Field.null=False`, which differs from its expected practical application, rather than just its technical function.
     2
    13When `Field.null=False` and `Field.default` is not set for string-based fields—such as `CharField`, `TextField`, and `SlugField`—`Field.null` does not raise the expected `IntegrityError: NOT NULL constraint failed` when a value is not provided for the field.
    24
Back to Top