1180 Commits

Author SHA1 Message Date
Marti Raudsepp
ae91fc786c [1.10.x] Updated postgresql.org links to https and made them canonical.
Backport of 51fbe2a60d9c7ff3fe62688ad262ccda648f506d from master
2016-10-25 11:43:54 -04:00
Riccardo Magliocchetti
64e4adbfef [1.10.x] Fixed ModelAdmin.get_max_num() example if obj is None.
Backport of a4e9e834e3dfc8d5a024a78c765f193105d41a48 from master
2016-10-17 07:33:59 -04:00
aruseni
fbd4fa2ec6 [1.10.x] Fixed typos in docs/ref/contrib/admin/javascript.txt.
Backport of 9e26a8331dd593c674ac94f2582093da01b070e8 from master
2016-10-04 10:18:22 -04:00
aruseni
7979d87e8c [1.10.x] Fixed typo in docs/ref/contrib/admin/javascript.txt.
Backport of 12b9aa279f453f0a41c1153393b6211d8352302c from master
2016-10-04 10:13:33 -04:00
Tim Graham
67fd51a54f [1.10.x] Fixed #27307 -- Added missing url names in sitemaps docs.
Backport of fe1aee6b98d2a94ecc983463938135d192ef9afc from master
2016-10-03 16:05:42 -04:00
Tim Graham
bade924c03 [1.10.x] Confirmed support for PostGIS 2.3.
Backport of 79c91070e5797f647347c2f8bdfc4c7a0f835fb3 from master
2016-10-01 09:12:53 -04:00
Tim Graham
36c83a0d1e [1.10.x] Updated links to the current version of PostGIS docs.
Backport of cc282fa731dd4a427fb4e2aa6fb0e6763e44a72d from master
2016-09-30 09:40:39 -04:00
Tim Graham
c37e170f7a [1.10.x] Updated links to the current version of MySQL docs.
Backport of 98196766769c2ed8816772b60a2e8b79028963a2 from master
2016-09-30 09:15:49 -04:00
Christian Bundy
818d7ba421 [1.10.x] Fixed typo in docs/ref/contrib/gis/install/postgis.txt.
Backport of 9c522d2ed8e752932bfff62d6e2940e56dee700b from master
2016-09-28 14:25:07 -04:00
Austin Simmons
933ebfad06 [1.10.x] Fixed #27076 -- Documented contrib.admin.sites.AdminSite.register().
Backport of 0f6829a68afb91abfdea8489008ebffac3d5220c from master
2016-09-27 12:18:52 -04:00
Berker Peksag
a9fefd26dc [1.10.x] Fixed #27053 -- Documented contrib.auth.get_user().
Backport of f7e91cac689b28fc32ca52cdeac258ec0d58b4fc from master
2016-09-27 10:42:46 -04:00
Jonatas CD
76155b85e2 [1.10.x] Fixed #27276 -- Doc'd how to reverse admin's login view.
Backport of 6d6d1b10017d4f0ade761fb07c78c146e3008d65 from master
2016-09-26 10:38:53 -04:00
Jeff Willette
2216cb5303 [1.10.x] Fixed #27099 -- Documented list filter's has_output() method.
Backport of bd3dc670b53d1742d317d2a088a9d145ce0083d7 from master
2016-09-02 09:42:52 -04:00
Claude Paroz
0a81f540c9 [1.10.x] Refs #27162 -- Complemented docs related to CreateExtension
Thanks Tim Graham for the review.

Backport of 6b54504e667da3f6bc53b887ffd7e8cc113a94b1 from master
2016-09-01 14:06:22 -04:00
Tim Graham
f8307c4b8c [1.10.x] Removed some unnecessary repetition in PostgreSQL operations docs.
Backport of e1acc9dc6638379513648b301e870ff2a40001fd from master
2016-08-12 18:04:03 -04:00
Sergey Fedoseev
7eefb39706 [1.10.x] Documented GeoHash's precision parameter.
Backport of 0d18b065622d0a06929cd6ffd07b010964473430 from master
2016-08-10 16:32:30 -04:00
Claude Paroz
246e516f29 [1.10.x] Unified SpatiaLite spelling
Backport of ade681b9ad2a97833cd3f06530fba01e51250b32 from master.
2016-08-09 18:48:57 +02:00
Claude Paroz
c66f5d058a [1.10.x] Fixed typos in db-api GIS docs
Backport of 1b0287b4b8e76e17a2e1157d56e41e3df0c72674 from master
2016-08-08 10:03:57 -04:00
Tim Graham
13c107b149 [1.10.x] Fixed #26946 -- Clarified instructions for customizing collectstatic's ignore_patterns.
Backport of ec4a6b33a9af7f7c266c92b4ffb9b0a49ee5b1eb from master
2016-07-25 10:05:56 -04:00
Tom Carrick
8c385b7697 [1.10.x] Fixed typos in docs/ref/contrib/postgres/search.txt
Backport of 46e20104609bbf78500c2bde10f75f51585ddf11 from master
2016-07-14 07:53:00 -04:00
Mathieu Richardoz
d58a27c349 Fixed a typo in docs/ref/contrib/postgres/search.txt. 2016-07-07 07:05:49 -04:00
Tim Graham
9687004538 [1.10.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example.
Backport of c9d0a0f7f47c8496a9d8b0cfda94e2ef118d9ab3 from master
2016-06-30 09:00:35 -04:00
Ville Skyttä
efe9874371 [1.10.x] Fixed broken links in docs and comments.
Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master
2016-06-15 21:20:38 -04:00
Tim Graham
539ccfbf62 [1.10.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txt
Backport of abec15ad810d04b59ca745cacf91802c7147c8e6 from master
2016-06-15 08:32:08 -04:00
Ed Henderson
521772ff07 [1.10.x] Fixed #26021 -- Applied hanging indentation to docs.
Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master
2016-06-03 11:49:24 -04:00
Christophe Pettus
3e1c8fc4c0 [1.10.x] Fixed #26684 -- Removed incorrect index example in docs/ref/contrib/postgres/search.txt.
Backport of 92107522ed3568740ec7c3597db50b5c3a6e84d3 from master
2016-05-30 14:21:48 -04:00
Tim Graham
e140139724 [1.10.x] Confirmed support for PostGIS 2.2.
Backport of cbea13f3447c3673a3cf25dab93f1dbc685ccd44 from master
2016-05-28 20:48:55 -04:00
Florian Apolloner
9baf692a58 Fixed #26601 -- Improved middleware per DEP 0005.
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
2016-05-17 07:22:22 -04:00
Tim Graham
c999c8d8f6 Updated admin's jQuery to 2.2.3. 2016-05-17 07:20:06 -04:00
Claude Paroz
526575c641 Fixed #21379 -- Created auth-specific username validators
Thanks Tim Graham for the review.
2016-05-16 19:37:57 +02:00
Tim Graham
ee9f947e60 Fixed malformed table in docs/ref/contrib/gis/install/geolibs.txt 2016-05-16 13:27:33 -04:00
Claude Paroz
ebaa2fef27 Fixed #26592 -- Confirmed support for GDAL 2.1
Thanks Daniel Wiesmann for the report and the appropriate fixes.
2016-05-16 18:54:26 +02:00
Tim Graham
aa69f36984 Removed a redundant example in contenttypes docs. 2016-05-16 11:23:56 -04:00
Matthew Somerville
1962a96a30 Fixed #24938 -- Added PostgreSQL trigram support. 2016-05-13 12:38:21 -04:00
eltronix
996cadfa5f Prevented findstatic argument from appearing as multiple options. 2016-05-12 20:26:33 -04:00
Victor Oliveira da Silva
4065f429f5 Fixed typo in docs/ref/contrib/gis/layermapping.txt 2016-05-12 08:16:18 -04:00
Tim Graham
f5ff5010cd Fixed #26483 -- Updated docs.python.org links to use Intersphinx. 2016-05-08 18:07:43 -04:00
Daniel Wiesmann
bbfad84dd9 Fixed #25588 -- Added spatial lookups to RasterField.
Thanks Tim Graham for the review.
2016-05-06 09:17:18 -04:00
eltronix
ce32c3e2cc Fixed typo in docs/ref/contrib/admin/index.txt 2016-04-28 18:19:21 -04:00
Tim Graham
f945fb24a3 Fixed #26554 -- Updated docs URLs to readthedocs.io 2016-04-28 10:09:57 -04:00
eltronix
fed7004b8a Fixed typo in docs/ref/contrib/admin/index.txt 2016-04-27 15:41:37 -04:00
Marc Tamlyn
9e4e20a71c Fix typos in PGFTS docs.
Thanks for Simon Willison for the spot.
2016-04-22 16:20:47 +01:00
Marc Tamlyn
2d877da855 Refs #3254 -- Added full text search to contrib.postgres.
Adds a reasonably feature complete implementation of full text search
using the built in PostgreSQL engine. It uses public APIs from
Expression and Lookup.

With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel
and many others for their advice and review. Particular thanks also go
to the supporters of the contrib.postgres kickstarter.
2016-04-22 10:44:37 +01:00
Claude Paroz
f4c2b8e04a Fixed #20189 -- Allowed customizing staticfiles ignored_patterns list
Thanks Tim Graham for the review.
2016-04-22 09:56:06 +02:00
Daniel Wiesmann
65006e0b0b Refs #26455 -- Documented isvalid/makevalid in compatibility table. 2016-04-21 09:13:34 -04:00
Markus Amalthea Magnuson
08cd6a0e56 Fixed #16327 -- Redirected "Save as new" to change view instead of the changelist. 2016-04-20 11:31:44 -04:00
Claude Paroz
9686c888d6 Fixed #25951 -- Trimmed default representation of GEOSGeometry
Thanks Sergey Fedoseev for the report.
2016-04-17 15:31:12 +02:00
Claude Paroz
6c9603277d Updated indentation in GEOS docs 2016-04-16 19:51:00 +02:00
Claude Paroz
10c53385f8 Fixed #26510 -- Allowed dim/trim/precision as WKTWriter init arguments
Thanks Tim Graham for the review.
2016-04-16 19:51:00 +02:00
Claude Paroz
1ee9c5b4a9 Refs #17635 -- Tested the Cast function in a geography to geometry context
Thanks Tim Graham for the review.
2016-04-12 21:14:45 +02:00