1
0
mirror of https://github.com/django/django.git synced 2025-03-06 15:32:33 +00:00
Alexandr Tatarinov f4ac167119 Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.
QuerySet.alias() allows creating reusable aliases for expressions that
don't need to be selected but are used for filtering, ordering, or as
a part of complex expressions.

Thanks Simon Charette for reviews.
2020-07-31 13:19:33 +02:00
..
2020-05-13 09:14:04 +02:00
2020-04-15 18:31:30 +02:00
2020-06-30 12:44:10 +02:00