Changes between Initial Version and Version 1 of Ticket #32096, comment 2


Ignore:
Timestamp:
Oct 10, 2020, 10:15:32 PM (4 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32096, comment 2

    initial v1  
    33This wasn't an issue when `KeyTransform` was only implemented for `contrib.postgres` as it's implementation was not vendored [https://github.com/django/django/blob/f1f24539d8c86f60d1e2951a19eb3178e15d6399/django/db/models/fields/json.py#L297-L305 but now it does].
    44
    5 There might other instances of this problem lying around in `django.db.expressions` and friends since it's the first time I've seen this issue manifest itself and I don't remember this is something we kept an eye for during code reviews.
     5There might other instances of this problem lying around in `django.db.models.expressions` and friends since it's the first time I've seen this issue manifest itself and I don't remember this is something we kept an eye for during code reviews.
Back to Top