1
0
mirror of https://github.com/django/django.git synced 2025-01-05 16:06:07 +00:00
django/django/db
Simon Charette b0ad41198b Fixed #34013 -- Added QuerySet.order_by() support for annotation transforms.
Thanks Eugene Morozov and Ben Nace for the reports.
2023-12-12 05:51:33 +01:00
..
backends Fixed #35018 -- Fixed migrations crash on GeneratedField with BooleanField as output_field on Oracle < 23c. 2023-12-12 05:39:11 +01:00
migrations Refs #34822, Refs #34986 -- Fixed migrations serializer support for functools.lru_cache(). 2023-11-28 13:47:35 +01:00
models Fixed #34013 -- Added QuerySet.order_by() support for annotation transforms. 2023-12-12 05:51:33 +01:00
__init__.py
transaction.py Fixed #23353 -- Used "raise from" when raising TransactionManagementError. 2022-10-03 06:08:54 +02:00
utils.py Added backward compatibility test for ConnectionHandler.databases property. 2022-05-13 12:01:07 +02:00