Opened 2 years ago

Closed 2 years ago

#33695 closed Cleanup/optimization (invalid)

new issue creation

Reported by: Maxim Danilov Owned by:
Component: Error reporting Version: 4.0
Severity: Normal Keywords: issue
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

i can not create issue about django.contrib.gis,
In component select in create issue form i see GIS in this select , but i't is not the same as a django.contrib.gis.

Change History (3)

comment:1 by Tim Graham, 2 years ago

Resolution: invalid
Status: newclosed

GIS is an alias for django.contrib.gis.

comment:2 by Maxim Danilov, 2 years ago

Resolution: invalid
Status: closednew

I am not agree with you, Tim Graham:
Can you post here proof of your sentence?
I haven't found anywhere that GIS is an alias for django.contrib.gis.

GIS - geographic information system (GIS) is a type of database containing geographic data (wikipedia)
django.contrib.gis - module in Django

I want to create issue about module contrib.gis in Django, how i can do it?

comment:3 by Tim Graham, 2 years ago

Resolution: invalid
Status: newclosed

You can look at the existing issues for component "GIS" and see that they are all for django.contrib.gis. Perhaps it's confusing for you, but it's been like that since the beginning of Django, and I don't see much advantage to renaming it now.

By the way, the issue tracker for code.djangoproject.com is on GitHub.

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