Pass choices as kwarg for TimeZoneField.

Review Request #11967 — Created Jan. 21, 2022 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

Having the choices argument passed as a positional argument was causing
an error due to some API changes for choice form fields. Changing it to
be a kwarg fixes that.

Ran unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Pass choices as kwarg for TimeZoneField.
Having the choices argument passed as a positional argument was causing an error due to some API changes for choice form fields. Changing it to be a kwarg fixes that. Testing Done: Ran unit tests.
efc50f47be9d692a7a30d8808f789c0e517ae7d0 David Trowbridge
djblets/forms/fields.py
Loading...