You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great app you have written here! However, I can't seem to get it to override the server side validations when in the django admin panel?
Essentially, user creation with long usernames work on the client side of my site, but does not work when I want to create or change users on the admin panel. Am I missing something or is this not included yet?
Wayne
The text was updated successfully, but these errors were encountered:
Nope, you're not missing anything - it's because of this bug: #1,
which comes down to a regression in django that will be reverted in the next release. I've been looking for a way around it, but haven't come across anything yet.
Hi there,
Great app you have written here! However, I can't seem to get it to override the server side validations when in the django admin panel?
Essentially, user creation with long usernames work on the client side of my site, but does not work when I want to create or change users on the admin panel. Am I missing something or is this not included yet?
Wayne
The text was updated successfully, but these errors were encountered: