Commit graph

1094 commits

Author SHA1 Message Date
Ed Henderson
6d0c9f95da [1.9.x] Fixed #26021 -- Applied hanging indentation to docs.
Backport of 4a4d7f980e from master
2016-06-03 11:49:52 -04:00
Tim Graham
ff1eb0a6de [1.9.x] Removed a redundant example in contenttypes docs.
Backport of aa69f36984 from master
2016-05-16 11:26:13 -04:00
Victor Oliveira da Silva
87fda1a6bb [1.9.x] Fixed typo in docs/ref/contrib/gis/layermapping.txt
Backport of 4065f429f5 from master
2016-05-12 08:16:33 -04:00
Tim Graham
145572adb3 [1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Backport of f5ff5010cd from master
2016-05-08 18:09:10 -04:00
eltronix
2d78b46d29 [1.9.x] Fixed typo in docs/ref/contrib/admin/index.txt
Backport of ce32c3e2cc from master
2016-04-28 18:20:23 -04:00
Tim Graham
8a135cca4e [1.9.x] Fixed #26554 -- Updated docs URLs to readthedocs.io
Backport of f945fb24a3 from master
2016-04-28 10:15:23 -04:00
eltronix
472c54084b [1.9.x] Fixed typo in docs/ref/contrib/admin/index.txt
Backport of fed7004b8a from master
2016-04-27 15:41:51 -04:00
Mikkel Munch Mortensen
92d77f3160 [1.9.x] Fixed #26477 -- Fixed typo in docs/ref/contrib/contenttypes.txt
Backport of 4bb3ddbcc6 from master
2016-04-07 13:53:54 -04:00
Markus Amalthea Magnuson
dd1ab14990 [1.9.x] Fixed #26450 -- Corrected "Save as new" button label in docs.
Backport of 23aa700b78 from master
2016-04-04 08:10:16 -04:00
Francisco Capdevila
844f071c66 [1.9.x] Fixed typo in docs/ref/contrib/postgres/aggregates.txt.
Backport of 82243e5150 from master
2016-03-28 09:20:47 -04:00
Akshesh
367c092085 [1.9.x] Fixed grammatical typos in gis docs.
Backport of 2b31f14d89 from master
2016-03-21 11:15:01 -04:00
Tim Graham
d3c2d82dde [1.9.x] Fixed #26345 -- Clarified which RangesFields always return a canonical form.
Backport of b3610f38fa from master
2016-03-12 12:58:16 -05:00
Tim Graham
e8d94cda9b [1.9.x] Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt.
Backport of a496d10a8c from master
2016-03-09 10:01:21 -05:00
Sergey Fedoseev
9c508e4de8 [1.9.x] Fixed some code blocks indentation in GIS docs.
Backport of dbaa1a6b59 from master
2016-02-19 08:35:11 -05:00
Juan José Conti
9357fdb613 [1.9.x] Used relative models imports in the GIS tutorial.
Backport of bb7042cda from master.
2016-02-19 08:29:36 +01:00
Tim Graham
277b39cbbc [1.9.x] Added intended use in the admin's introduction.
Backport of b954ad0640 from master
2016-02-18 09:12:06 -05:00
userimack
c5d591733f [1.9.x] Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admindocs.
Backport of 75143fa13f from master
2016-02-09 09:49:55 -05:00
Sergey Fedoseev
2526e452b6 [1.9.x] Fixed spelling -- super set -> superset.
Backport of f8e865d78f from master
2016-02-06 08:28:25 -05:00
Tim Graham
a9fbf0735a [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.
Backport of a6ef025dfb from master
2016-02-01 11:54:26 -05:00
Tim Graham
d7a6086825 [1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in docs.
Also documented missing short command line options to fix #24134. This bumps
the minimum sphinx version required to build the docs to 1.3.4.

Thanks Simon Charette for review.

Backport of e519aab43a from master
2016-02-01 11:25:42 -05:00
Yoong Kang Lim
5d97839039 [1.9.x] Fixed #26156 -- Added createsuperuser instructions to admin docs.
Backport of 9644e2e968 from master
2016-01-30 12:32:58 -05:00
Tim Graham
d6d8fd3b82 [1.9.x] Fixed #26137 -- Confirmed support for SpatiaLite 4.2/4.3 and added instructions.
Backport of 93897a6a75 from master
2016-01-29 08:54:46 -05:00
Elif T. Kus
5dceb1f078 [1.9.x] Fixed #26020 -- Normalized header stylings in docs.
Backport of bca9faae95 from master
2016-01-22 12:18:24 -05:00
Tim Graham
3503b816cf [1.9.x] Refs #25995 -- Documented that JSONField doesn't handle sophisticated serialization.
Backport of c432dd40bd from master
2016-01-08 19:59:14 -05:00
Sergey Fedoseev
91c976b64b [1.9.x] Documented that GDAL is required to initialize GEOSGeometry from JSON.
Backport of febe1321da from master
2015-12-23 07:58:36 -05:00
Sergey Fedoseev
3f04850f82 [1.9.x] Refs #25141 -- Removed note that says that GEOSGeometry.json requires GDAL.
Backport of 0224f1cb04 from master
2015-12-23 07:28:14 -05:00
Tim Graham
571f7b759e [1.9.x] Fixed #25949 -- Documented Psycopg2 version requirement for JSONField.
Backport of b26d147259 from master
2015-12-19 07:25:28 -05:00
Sergey Fedoseev
12b0d070d9 [1.9.x] Fixed a typo in docs/ref/contrib/gis/geos.txt.
Backport of e090070761 from master
2015-12-18 07:09:27 -05:00
Garrison Benson
54295a95d9 [1.9.x] Refs #13110 -- Fixed typo in Feed class reference.
Backport of 2ec23a3d41 from master
2015-12-17 09:09:53 -05:00
Dotan Agmon
e7bdc72e17 [1.9.x] Fixed incorrect examples in ArrayField docs.
Backport of a44dc200d0 from master
2015-12-10 17:51:00 -05:00
Sergey Fedoseev
458e7dbc54 [1.9.x] Fixed #25740 -- Documented GEOSGeometry operators.
Backport of 479ba5add2 from master
2015-12-04 12:38:01 -05:00
Josh Soref
8897f4b0df [1.9.x] Fixed many spelling mistakes in code, comments, and docs.
Backport of 93452a70e8 from master
2015-12-03 12:49:03 -05:00
Jon Dufresne
bf76cf07e0 [1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Backport of 7aabd62380 from master
2015-12-01 08:03:16 -05:00
Sergey Fedoseev
5456c85ba8 [1.9.x] Fixed #25649 -- Documented that all GEOSGeometry constructors take srid kwarg.
Backport of a3708fda35 from master
2015-11-25 16:30:46 -05:00
Sergey Fedoseev
013309eaf5 [1.9.x] Refs #25739 -- Lessened the prominence of geos.fromstr() in the docs.
Backport of 97e1d24330 from master
2015-11-23 17:23:30 -05:00
Tim Graham
b6545468ee [1.9.x] Fixed #25549 -- Documented auth_user_password_change URL.
Backport of ad167502f3 from master
2015-11-18 19:36:14 -05:00
Alex Morozov
361038ee03 [1.9.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
Backport of 5abed864ee from master
2015-11-17 10:18:03 -05:00
Agnieszka Lasyk
b3389956c9 [1.9.x] Fixed #25755 -- Unified spelling of "website".
Backport of 1f8dad6915 from master
2015-11-16 06:44:46 -05:00
René Fleschenberg
85b56b8f66 [1.9.x] Fixed #25531 -- Documented that admin_order_field supports lookups.
Backport of 2c72710111 from master
2015-11-14 17:40:08 -05:00
Sergey Fedoseev
8d87447d3d [1.9.x] Fixed #25728 -- Fixed description of GEOSGeometry.contains().
Backport of 34669ea6b8 from master
2015-11-11 09:35:20 -05:00
Sergey Fedoseev
a55135418e [1.9.x] Fixed #25660 -- Documented GEOSGeometry.dims
Backport of f98126a05a from master
2015-11-05 10:58:56 +01:00
Alex Morozov
494046542c [1.9.x] Fixed #24244 -- Documented contrib.admin.models.LogEntry
Backport of 99c58c27d5 from master
2015-11-05 10:20:27 +01:00
Tim Graham
2a7f9d68ea [1.9.x] Updated admindocs instructions for the deprecation of patterns().
Backport of 4dea29ec7b from master
2015-11-03 14:50:15 +00:00
Sergey Fedoseev
51e71a6e59 [1.9.x] Refs #25632 -- Corrected database support docs for GeoDjango DB functions.
Backport of 5ce84b8044 from master
2015-10-31 10:23:01 -04:00
Sergey Fedoseev
429c336376 [1.9.x] Refs #25636 -- Updated instructions for libspatialite source installation
Backport of cdb17dcb64 from master
2015-10-31 09:38:21 -04:00
Tim Graham
78f9805755 [1.9.x] Fixed #24019 -- Fixed inaccurate docs about GenericRelation not supporting aggregation.
This works at least as far back as Django 1.6 according to the test
added in refs #10870.

Backport of e19bd086d6 from master
2015-10-30 10:36:56 -04:00
Sergey Fedoseev
8b92839769 [1.9.x] Fixed #25641 -- Removed section about adding Google projection to spatial_ref_sys table
Backport of 9ae8da0e3 from master.
2015-10-30 10:07:30 +01:00
Sergey Fedoseev
6fb9424ff0 [1.9.x] Fixed #25631 -- Fixed support detection for some DB functions in SpatiaLite backend. 2015-10-29 10:31:50 -04:00
Sergey Fedoseev
d11f63ca92 [1.9.x] Fixed #25632 -- Documented missing version requirements for GeoDjango DB functions.
Backport of 0bd067d095 from master
2015-10-29 08:38:30 -04:00
Sergey Fedoseev
f1054d1f1d [1.9.x] Fixed required SpatiaLite version in docs.
Refs bc0aba7786 which dropped
support for SpatiaLite < 2.4.

Backport of 1a10ae45b1 from master
2015-10-29 07:57:56 -04:00