summaryrefslogtreecommitdiff
path: root/tests/expressions/test_queryset_values.py
Commit message (Expand)AuthorAgeFilesLines
* Relaxed some query ordering assertions in various tests.Mariusz Felisiak2022-04-141-2/+2
* Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), and extra...Mariusz Felisiak2022-04-111-0/+9
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-23/+35
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #25871 -- Added expressions support to QuerySet.values().Ian Foote2016-08-181-0/+64