Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#10221 closed (duplicate)

Admin Documentation Generator throws KeyError on models containing Point fields

Reported by: adamfast Owned by: nobody
Component: GIS Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

django.contrib.admindocs.views in get_readable_field_data_type, line 345 throws a KeyError.

This is because there is no entry in DATA_TYPE_MAPPING for any of the geo fields. I created a patch (that may need better verbose names) and will upload it after saving to get an ID for the name.

This may belong under component django.contrib.admin, but since it's specific to contrib.gis I will assign there for now.

Attachments (1)

ticket_10221.diff (911 bytes ) - added by adamfast 15 years ago.
Add mappings for geometric fields to the admin documentation generation

Download all attachments as: .zip

Change History (4)

by adamfast, 15 years ago

Attachment: ticket_10221.diff added

Add mappings for geometric fields to the admin documentation generation

comment:1 by adamfast, 15 years ago

Has patch: set

comment:2 by adamfast, 15 years ago

Resolution: duplicate
Status: newclosed

Didn't search hard enough. Dupe of http://code.djangoproject.com/ticket/7977

comment:3 by (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top