Menu

#1259 django AuthenticationForm.base_fields error

open
Editor (491)
5
2010-12-08
2010-12-08
No

from django.contrib.auth.forms import AuthenticationForm
AuthenticationForm.base_fields['username'].max_length = 200
AuthenticationForm.base_fields['username'].widget.attrs['maxlength'] = 200

The third line of code is identified as an error "Undefined veriable from import: base_fields

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.