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.

Commits

Files

    Loading...