| Age | Commit message (Collapse) | Author |
|
URLValidator.
Thanks Seokchan Yoon for reports.
|
|
value.
|
|
|
|
|
|
|
|
Co-authored-by: Jacob Rief <jacob.rief@uibk.ac.at>
|
|
"prepopulate", "preload", and "preprocessing" are already in the
spelling_wordlist.
This also removes hyphen from double "e" combinations with "pre" and
"re", e.g. preexisting, preempt, reestablish, or reenter.
See also:
- https://ahdictionary.com/word/search.html?q=rerun
- https://ahdictionary.com/word/search.html?q=recreate
- https://ahdictionary.com/word/search.html?q=predetermined
- https://ahdictionary.com/word/search.html?q=reuse
- https://ahdictionary.com/word/search.html?q=reopening
|
|
EmailValidator per deprecation timeline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CharField form field.
|
|
|
|
|
|
Thanks Tim Graham and Mariusz Felisiak for review and completion.
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks hellbeast for the initial patch.
|
|
Thanks Flavio Curella and Berker Peksag for the initial patch.
|
|
`','`, `'1,,1'`, `',1'` etc. are no longer considered as valid
comma-separated integer lists.
|
|
|
|
|
|
This adds support for authentication data (`user:password`) in URLs,
IPv6 addresses, and unicode domains.
The test suite has been improved by adding test URLs from
http://mathiasbynens.be/demo/url-regex (with a few adjustments,
like allowing local and reserved IPs).
The previous URL validation regex failed this test suite on 13
occasions, the validator was updated based on
https://gist.github.com/dperini/729294.
|
|
Thanks to @claudep for the report and the original patch.
|
|
deconstructible.
|
|
|
|
Also allowed overriding the default messages in subclasses of BaseValidator.
Thanks sperrygrove for initial patch.
|
|
|
|
|
|
|
|
|
|
Thanks Sascha Peilicke for the report and initial patch, and
Tim Graham for the review.
|
|
|
|
Added -n to sphinx builds to catch issues going forward.
|
|
|
|
Thanks Florian Apolloner for the patch.
|