#12930 closed (fixed)
Merge contrib.gis docs into Django docs tree
Reported by: | adamfast | Owned by: | adamfast |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Per Justin, it would be a good idea to get the GeoDjango docs merged into the main Django docs.
Attachments (5)
Change History (16)
comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 15 years ago
Has patch: | set |
---|---|
Patch needs improvement: | set |
by , 15 years ago
Attachment: | geodjango_doc_merge.diff added |
---|
Diff, merge of GeoDjango docs into main docs
comment:4 by , 15 years ago
Updated geos.txt, db-api.txt and model-api.txt with better metadata / use of other special classes Django docs have set up.
by , 15 years ago
Attachment: | db-api.txt added |
---|
db-api.txt file to replace the one in place after applying the patch
by , 15 years ago
geos.txt file to replace the one in place after applying the patch
comment:5 by , 15 years ago
Please upload a diff against the root of the tree, rather than a full file.
by , 15 years ago
Attachment: | model-api.txt added |
---|
model-api.txt file to replace the one in place after applying the patch
follow-up: 7 comment:6 by , 15 years ago
milestone: | 1.2 |
---|
This isn't critical to 1.2; we can always go back and improve documentation as needed, but attention right now should focus on actual bugs.
comment:7 by , 15 years ago
milestone: | → 1.2 |
---|
Replying to ubernostrum:
This isn't critical to 1.2; we can always go back and improve documentation as needed, but attention right now should focus on actual bugs.
I disagree, this is a blocker for me. I commit something before the release.
comment:8 by , 15 years ago
comment:9 by , 15 years ago
comment:10 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Preliminary diff - still working on the GEOS portion, will probably touch model API next.
GDAL should be converted to use attribute/class/method notation where appropriate.