Changes between Version 1 and Version 2 of Ticket #36302, comment 1


Ignore:
Timestamp:
Apr 6, 2025, 8:01:44 PM (7 months ago)
Author:
Antoliny

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36302, comment 1

    v1 v2  
    11I believe this issue can be resolved by adding `django.forms` to INSTALLED_APPS. It's a bit odd since django. forms isn't actually an app, but that seems to fix the problem. I encountered this issue myself, and I think it would be helpful if the documentation mentioned it—or even better, if `django.forms` were included in INSTALLED_APPS by default.
     2
     3However, these approaches are merely workarounds, so it would be great if the underlying issue could be resolved properly.
Back to Top