Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#19346 closed Uncategorized (fixed)

typo in documentation

Reported by: anonymous Owned by: nobody
Component: Documentation Version: 1.4
Severity: Normal 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

In section "Add Google projection to spatial_ref_sys table" of
https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/

the following
$ python manage shell

should read
$ python manage.py shell

I believe.

Change History (2)

comment:1 by Tim Graham <timograham@…>, 12 years ago

Resolution: fixed
Status: newclosed

In c13912ac7f8d5af6e0d3091d627981c005f08130:

Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txt

comment:2 by Tim Graham <timograham@…>, 12 years ago

In 918d020de28d6707bdb44e99d32676bbe89d09c6:

[1.5.X] Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txt

Backport of c13912ac7f from master

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