#14526 closed (fixed)
Geodjango docs shouldn't talk about Python 2.4 so much
| Reported by: | Paul McMillan | Owned by: | Gabriel Hurley | 
|---|---|---|---|
| Component: | Documentation | Version: | 1.2 | 
| Severity: | 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
Since Django itself requires Python 2.4, the GeoDjango docs don't need to talk about Python 2.4 as much as they do.
Here's one example, there are probably a number of others.
http://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#python-2-4
Change History (3)
comment:1 by , 15 years ago
| Owner: | changed from to | 
|---|---|
| Status: | new → assigned | 
| Triage Stage: | Unreviewed → Accepted | 
comment:2 by , 15 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | assigned → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
While the wording could be clarified for why 2.4 is the minimum version, the other instances of python 2.4 being discussed in those docs are still valid (mostly regarding the ctypes library).