#22464 closed Bug (fixed)
1.7b1 tarball missing contrib/gis/static
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Packaging | Version: | 1.7-beta-1 |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The tar download at https://www.djangoproject.com/download/1.7b1/tarball/ does not contain a django/contrib/gis/static directory.
This is present in the source: https://github.com/django/django/tree/stable/1.7.x/django/contrib/gis/static/gis/js
Without the JS file contained here, OLMapWidget.js, geospatial fields do not appear in the admin.
Change History (7)
comment:1 by , 11 years ago
Severity: | Normal → Release blocker |
---|---|
Triage Stage: | Unreviewed → Accepted |
follow-up: 3 comment:2 by , 11 years ago
It's probably MANIFEST.in
missing the recursive-include django/contrib/gis/static *
line. But this line was also absent from the 1.6 release and the js file is still in the 1.6 tarball. Did we change the packaging method?
comment:3 by , 11 years ago
Yes, we switched to setuptools in 66f546b90624297858b0f958abbe5c2b3e8bdffb.
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi,
I have no idea why that's happening, but we should definitely fix this for the final release.
Thanks!