#29633 closed Bug (fixed)
Document the geometry type for each GeoDjango model field
Reported by: | Danilo Bargen | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | docs, gis, geodjango |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When looking at https://docs.djangoproject.com/en/2.1/ref/contrib/gis/model-api/, I cannot know what object type is returned by the field.
I will provide a pull request shortly that adds links to the corresponding classes.
Change History (5)
comment:1 by , 6 years ago
Has patch: | set |
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
Summary: | GeoDjango model fields are undocumented → Document the geometry type for each GeoDjango model field |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
Pull request: https://github.com/django/django/pull/10264