• 
      

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

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

    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
    maubin
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-6.x (f528b31)