Changes between Initial Version and Version 1 of Ticket #34539


Ignore:
Timestamp:
May 4, 2023, 4:41:50 AM (12 months ago)
Author:
Julie Rymer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34539 – Description

    initial v1  
    1 Hello, I just upgraded from django 4.1 to 4.2 and I have a custom `JSONField` with a  `get_prep_value()` override that stopped working. After searching a bit, I saw that was because `JSONField.get_prep_value()` is no longer called in 4.2.
     1Hello, I just upgraded from django 4.1 to 4.2 and I have a custom `JSONField` with a  `get_prep_value()` override that stopped working. After searching a bit, I saw that was because `JSONField.get_prep_value()` is no longer called in 4.2 ([https://github.com/django/django/commit/5c23d9f0c32f166c81ecb6f3f01d5077a6084318 5c23d9f0c32f166c81ecb6f3f01d5077a6084318]).
    22
    33I think this issue need a resolution either:
Back to Top