Changes between Initial Version and Version 1 of Ticket #34676
- Timestamp:
- Jun 24, 2023, 5:44:40 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34676
- Property Cc added
- Property Owner changed from to
-
Ticket #34676 – Description
initial v1 1 1 I am making use of the `Distance` class in `contrib.gis.measure` in my project and it is annoying to have to constantly catch `Exception` when checking if a particular unit exists. It would be better to have a specific exception for this case. 2 2 3 https://github.com/django/django/pull/17006