Import FileField from django.forms instead of django.forms.forms

Review Request #14785 — Created Jan. 15, 2026 and updated

Information

Djblets
release-6.x

Reviewers

We were mistakenly importing a couple things from django.forms.forms
when we should have used django.forms. They've cleaned up those
imports, which caused this to break.

Ran unit tests.

Summary ID
Import FileField from django.forms instead of django.forms.forms
We were mistakenly importing a couple things from `django.forms.forms` when we should have used `django.forms`. They've cleaned up those imports, which caused this to break. Testing Done: Ran unit tests.
sltzwpxnzzzlnnknoxrwwnvoxksuwrnw
Checks run (2 succeeded)
flake8 passed.
JSHint passed.