Changes between Initial Version and Version 1 of Ticket #27205, comment 2
- Timestamp:
- Sep 9, 2016, 8:35:22 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27205, comment 2
initial v1 12 12 Dog.objects.annotate(breed=KeyTextTransform('breed', 'data')).filter(breed__contains='l') 13 13 }}} 14 15 Edit: By the way, if we were to document the `KeyTransform` and `KeyTextTransform` APIs I'd suggest they allow multiple args to be provided and their ordering reversed (e.g. `KeyTransform('data', 'nested', 'deep')`).