Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relaxed some query ordering assertions in various tests. | Mariusz Felisiak | 2022-04-14 | 1 | -2/+2 |
* | Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), and extra... | Mariusz Felisiak | 2022-04-11 | 1 | -0/+9 |
* | Refs #33476 -- Reformatted code with Black. | django-bot | 2022-02-07 | 1 | -23/+35 |
* | Simplified imports from django.db and django.contrib.gis.db. | Nick Pope | 2020-02-04 | 1 | -2/+1 |
* | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | 2017-01-18 | 1 | -2/+0 |
* | Fixed #25871 -- Added expressions support to QuerySet.values(). | Ian Foote | 2016-08-18 | 1 | -0/+64 |