flake8
passed.
JSHint
passed.
Review Request #12526 — Created Aug. 10, 2022 and submitted
Information | |
---|---|
david | |
Djblets | |
release-3.x | |
Reviewers | |
djblets | |
The
APIToken
model includes several datetime fields which are allowed
to be blank (such as invalidation or expiration). However, the
definitions of these fields were missingblank=True
, which meant that
the auto-generated form used in the admin site showed these fields as
required. This change fixes that.
Was able to save an APIToken with these fields as blank.
Summary | |
---|---|