We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I noticed that you upgraded to parsley 2.x but haven't upgraded the regex parsley attribute https://github.com/agiliq/Django-parsley/blob/master/parsley/decorators.py#L38 Parsley 2.x uses a different attribute name for regex fields: 'data-parsley-pattern'
Thanks
The text was updated successfully, but these errors were encountered:
I noticed the same thing. +1
Sorry, something went wrong.
Fixes #46
84d3322
Regex parsley attributes were changed in parsley.js 2.x. Modified code to reflect those changes in Django-parsley.
@rzanluchi @9dev Fixed in 84d3322
akshar-raaj
No branches or pull requests
Hi,
I noticed that you upgraded to parsley 2.x but haven't upgraded the regex parsley attribute https://github.com/agiliq/Django-parsley/blob/master/parsley/decorators.py#L38
Parsley 2.x uses a different attribute name for regex fields: 'data-parsley-pattern'
Thanks
The text was updated successfully, but these errors were encountered: