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


Ignore:
Timestamp:
Apr 6, 2025, 7:52:14 PM (6 months ago)
Author:
Antoliny

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36302, comment 1

    initial v1  
    1 I believe this issue can be resolved by adding `django.forms` to INSTALLED_APPS, even though it’s a bit unusual since `django.forms` isn’t actually an app. I encountered this issue myself, and I think it would be helpful if the documentation included a note about this.
     1I 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.
Back to Top