1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #35117 -- Added support for the hectare unit in Area.

This commit is contained in:
Alexis Athlani
2024-01-15 23:16:12 +01:00
committed by Mariusz Felisiak
parent 6debeac9e7
commit c7e986fc9f
4 changed files with 33 additions and 2 deletions

View File

@@ -70,6 +70,8 @@ Minor features
``metro_code`` and ``region_code``, but the previous keys are also retained
for backward compatibility.
* :class:`~django.contrib.gis.measure.Area` now supports the ``ha`` unit.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~