Pass choices as kwarg for TimeZoneField.

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

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.

Summary ID
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
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (c95e921)
Loading...