| Age | Commit message (Collapse) | Author |
|
test on Python 3.14+.
https://github.com/python/cpython/commit/5a23994a3dbee43a0b08f5920032f60f38b63071
|
|
|
|
|
|
Applied the ProhibitNullCharactersValidator to ModelChoiceField and ModelMultipleChoiceField.
Co-authored-by: Viktor Paripás <viktor.paripas@gmail.com>
Co-authored-by: Vasyl Dizhak <vasyl@dizhak.com>
Co-authored-by: Arthur Vasconcelos <vasconcelos.arthur@gmail.com>
|
|
|
|
This allows early adoption of the new default "https".
|
|
These failures were due to minor inconsistencies or implementation
differences between CPython and PyPy.
|
|
|
|
text.
Thanks Nimra for the initial patch.
Thanks Natalia Bidart, Thibaud Colas, David Smith, and Mariusz Felisiak
for reviews.
|
|
This also deprecates "http" as the default scheme.
|
|
form.
|
|
|
|
|
|
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
|
|
It accounts for differences seen on MySQL with MyISAM storage engine.
|
|
ModelMultipleChoiceFieldTests.test_model_multiple_choice_field().
|
|
Most QuerySet methods are mapped onto the Manager and, in general,
it isn't necessary to call .all() on the manager.
|
|
|
|
|
|
|
|
|
|
|
|
limit_choices_to.
|
|
This improves accessibility for screen reader users.
|
|
This also replaces assertQuerysetEqual() to
assertSequenceEqual()/assertCountEqual() where appropriate.
Co-authored-by: Peter Inglesby <peter.inglesby@gmail.com>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
multi-value relations.
|
|
|
|
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
|
|
e13cfc6dfd4212ef7a40db1a41d3ae6ac4b97de0.
|
|
|
|
|
|
django.core.exceptions.ValidationError.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
for fields with blank=False.
|
|
RadioSelect widget.
|
|
ChoiceWidget.create_option().
|
|
The subindex and attrs arguments should be passed through to the parent,
not overridden as None.
|
|
<script> tags.
|
|
model instance.
Thanks Carlton Gibson for reviews.
|
|
|
|
Thanks Claude Paroz for assistance with translations.
|
|
|
|
html.escape()/unescape().
|
|
is passed.
|
|
|
|
Thanks Mariusz Felisiak for auditing.
|
|
|
|
|
|
|
|
|