mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed typos and updated spelling wordlist.
This commit is contained in:
parent
87d78241a2
commit
e42a720ba2
6 changed files with 197 additions and 9 deletions
|
@ -70,7 +70,7 @@ Writing action functions
|
|||
------------------------
|
||||
|
||||
First, we'll need to write a function that gets called when the action is
|
||||
trigged from the admin. Action functions are just regular functions that take
|
||||
triggered from the admin. Action functions are just regular functions that take
|
||||
three arguments:
|
||||
|
||||
* The current :class:`ModelAdmin`
|
||||
|
|
|
@ -6,7 +6,7 @@ GDAL API
|
|||
:synopsis: GeoDjango's high-level interface to the GDAL library.
|
||||
|
||||
`GDAL`__ stands for **Geospatial Data Abstraction Library**,
|
||||
and is a veritable "swiss army knife" of GIS data functionality. A subset
|
||||
and is a veritable "Swiss army knife" of GIS data functionality. A subset
|
||||
of GDAL is the `OGR`__ Simple Features Library, which specializes
|
||||
in reading and writing vector geographic data in a variety of standard
|
||||
formats.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue