Opened 6 years ago
Closed 6 years ago
#30341 closed New feature (fixed)
Add support for furlongs unit to Distance objects
Reported by: | Dustin Neighly | Owned by: | Dustin Neighly |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | gis, distance |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | yes | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
I needed support for furlongs (201.168 m) in the /gis/measure.py
Distance()
object.
I added this conversion to the object's units list and its documentation.
This ticket is associated with [PR 11187](https://github.com/django/django/pull/11187) on github.
Change History (4)
comment:1 by , 6 years ago
Summary: | Adding support for furlongs in /contrib/gis/measure.py → Add support for furlongs unit to Distance objects |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 6 years ago
Needs tests: | set |
---|
comment:3 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
PR