Changes between Initial Version and Version 1 of Ticket #34539
- Timestamp:
- May 4, 2023, 4:41:50 AM (19 months ago)
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 .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 ([https://github.com/django/django/commit/5c23d9f0c32f166c81ecb6f3f01d5077a6084318 5c23d9f0c32f166c81ecb6f3f01d5077a6084318]). 2 2 3 3 I think this issue need a resolution either: