Changes between Initial Version and Version 1 of Ticket #33155, comment 1
- Timestamp:
- Sep 29, 2021, 1:38:37 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33155, comment 1
initial v1 4 4 return hash(self.value) 5 5 }}} 6 For now you can use `value.value` as [https://docs.djangoproject.com/en/3.2/releases/3.1/#id1 documented in the "Backwards incompatible changes in 3.1" section]. 6 For now you can use `value.value` as [https://docs.djangoproject.com/en/3.2/releases/3.1/#id1 documented in the "Backwards incompatible changes in 3.1" section]. Would you like to prepare a patch?