Changes between Initial Version and Version 2 of Ticket #30672
- Timestamp:
- Aug 2, 2019, 6:53:29 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30672
- Property Triage Stage Unreviewed → Accepted
-
Ticket #30672 – Description
initial v2 4 4 }}} 5 5 this is caused by regression introduced in the last security release 7deeabc7c7526786df6894429ce89a9c4b614086, however `KeyTransform` is undocumented and such usage is untested. 6 7 Crash for nested keys in [https://github.com/django/django/blob/194d1dfc186cc8d2b35dabf64f3ed38b757cbd98/django/contrib/postgres/fields/jsonb.py#L109-L110 KeyTransform] for `JSONField` is not a regression because it has not been changed since its introduction.