Commits
main
Name already in use
Commits on Aug 2, 2023
Simplified django.http.request.split_domain_port().
Use the capture groups from the regular expression that has already beenmatched to avoid resplitting and the need to special case for IPv6.
Commits on Aug 1, 2023
Fixed #34750 -- Fixed QuerySet.count() when grouping by unused multi-…
…valued annotations.Thanks Toan Vuong for the report.Thanks Simon Charette for the review.Regression in59bea9e.
Fixed #32820 -- Added aria-invalid="true" to fields with errors.
Co-authored-by: Demetris Stavrou <demestav@gmail.com>Co-authored-by: David Smith <smithdc@gmail.com>
Commits on Jul 31, 2023
Commits on Jul 30, 2023
Commits on Jul 29, 2023
Fixed #34748 -- Fixed queryset crash when grouping by a reference in …
…a subquery.Regression indd68af6.Thanks Toan Vuong for the report.
Commits on Jul 28, 2023
Commits on Jul 27, 2023
Commits on Jul 24, 2023
Fixed #34532 -- Made formset_factory() respect Form's default_renderer.
Co-authored-by: David Smith <smithdc@gmail.com>
Commits on Jul 22, 2023
Commits on Jul 21, 2023
Fixed #34731, Refs #34118 -- Replaced assertEquals() with assertEqual…
…() in test_condition_with_func_and_lookup_outside_relation_name().Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Refs #29789 -- Added more tests for FilteredRelation with condition o…
…utside of relation name.
Commits on Jul 20, 2023
Fixed typo in docs/ref/models/querysets.txt.
Removed assignment in example for Blog annotation to match shown result.
Commits on Jul 19, 2023
Fixed #34717 -- Fixed QuerySet.aggregate() crash when referencing win…
…dow functions.Regression in59bea9e.Refs #28477.Thanks younes-chaoui for the report.
Commits on Jul 18, 2023
Refs #33201 -- Avoided unnecessary queries when renaming models with …
…db_table on SpatiaLite.
Fixed #34036 -- Improved color contrast in admin light theme.
Thanks Nimra for the initial patch.
Fixed #34716 -- Fixed serialization of nested class methods in migrat…
…ions.Co-authored-by: Nicolò <nicolo.intrieri@spinforward.it>