index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
forms_tests
/
field_tests
/
test_urlfield.py
Age
Commit message (
Expand
)
Author
2026-03-03
Fixed #36923 -- Added tests for non-hierarchical URI schemes in URLField.to_p...
Natalia
2026-03-03
Fixed CVE-2026-25673 -- Simplified URLField scheme detection.
Natalia
2025-01-15
Refs #34380 -- Changed the URLField default scheme to https and removed FORMS...
Sarah Boyce
2024-08-28
Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...
Simon Charette
2023-11-28
Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.
Mariusz Felisiak
2023-11-28
Refs #34986 -- Fixed some test assertions for PyPy.
Nick Pope
2023-04-28
Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.
Coen van der Kamp
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-12-20
Fixed #33367 -- Fixed URLValidator crash in some edge cases.
mendespedro
2021-12-16
Used subTest() in forms.URLField() tests.
Mariusz Felisiak
2020-09-25
Refs #28009 -- Added empty_value tests for CharField subclasses.
David Smith
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-05-24
Refs #27804 -- Used subTest() in several tests.
Bruno Alla
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-07-14
Fixed #26821 -- Fixed forms.Email/URLField crash on None value.
Priy
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-19
Fixed #26516 -- Added minlength attribute when forms.CharField.min_length is ...
Jon Dufresne
2016-04-11
Split form's test_fields.py into different files.
Berker Peksag