Commit Graph

3041 Commits

Author SHA1 Message Date
Gen1us2k 23cad094f6 [1.9.x] Added docs example for manually creating a column with RunSQL.
Backport of a1d0c60fa0 from master
2015-12-25 18:29:09 -05:00
Tim Graham 85159b9819 [1.9.x] Refs #13008 -- Forwardported 1.8.8 release note.
Forwardport of b51086d573 from stable/1.8.x
2015-12-24 11:38:39 -05:00
Chris Lamb 47f3ee2625 [1.9.x] Discouraged use of /tmp with predictable names.
The use of predictable filenames in /tmp often leads to symlink attacks
so remove the most obvious use of them in the docs.

Backport of 77b8d8cb6d from master
2015-12-24 09:56:54 -05:00
Tim Graham b0303803d6 [1.9.x] Removed an extra header in docs/ref/templates/api.txt.
Backport of 91cd4d8e8c from master
2015-12-23 19:05:35 -05:00
Tim Graham d162b0bcd8 [1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Backport of 4d83b0163e from master
2015-12-23 10:50:55 -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 923a4fb20a [1.9.x] Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.
Backport of d52b0c5b38 from master
2015-12-22 13:00:24 -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
Tim Graham bc8bc8a012 [1.9.x] Removed redundant highlight/code-block directives in docs/ref/templates/builtins.txt.
Backport of 890938e756 from master
2015-12-09 10:22:32 -05:00
Andrew Plummer 3f9fbf4243 [1.9.x] Fixed typo in docs/ref/forms/validation.txt.
Backport of 1aa8bf9b43 from master
2015-12-09 07:21:19 -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
Qile Wang dcac100612 [1.9.x] Fixed typo in docs/ref/models/instances.txt
Backport of 83a710b8d3 from master
2015-12-03 12:55:48 -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
Tim Graham eb9efffe0c [1.9.x] Removed duplicate Sphinx reference in docs/ref/templates/builtins.txt. 2015-12-02 19:17:46 -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 9df082bc8c [1.9.x] Removed old versionadded/changed directives.
Backport of da08195b36 from master
2015-11-30 18:46:20 -05:00
Tim Graham 7661a8a104 [1.9.x] Fixed man page by ensuring ".pot" doesn't render unescaped.
See https://github.com/sphinx-doc/sphinx/issues/2131

Backport of 0cfe589f95 from master
2015-11-25 17:23:13 -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
Tim Graham 7fccc6e8fa [1.9.x] Documented that forms.Field.help_text isn't HTML-escaped.
Backport of a918f8b089 from master
2015-11-24 10:17:36 -05:00
Bulgantamir Gankhuyag c7d1a96658 [1.9.x] Clarified default value for DateField to emulate auto_now_add.
Backport of 8bce6fa637 from master
2015-11-24 08:40:11 -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
Stephane Angel (Twidi) 8957dfe4ad [1.9.x] Corrected doc'd differences between django-admin and manage.py.
Backport of 8091e8c5c6 from master
2015-11-23 07:50:31 -05:00
areski 0adbac4943 [1.9.x] Corrected GenericIPAddressField protocol parameter doc.
Backport of 1e7da99ea6 from master
2015-11-19 11:19:07 -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
Tim Graham e7c8687105 [1.9.x] Refs #25526 -- Documented some missing termcolors.
Backport of 5f7f3b4685 from master
2015-11-18 10:43:13 -05:00
Tim Graham 7bbfc43e34 [1.9.x] Refs #24971, #25356 -- Clarified how apps.py works in 1.9 release notes.
Backport of 6258e16335 from master
2015-11-17 19:43:11 -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
Tim Graham f0fe86feaa [1.9.x] Fixed typo in docs/ref/migration-operations.txt.
Backport of 931b946e29 from master
2015-11-14 17:20:24 -05:00
Florian Demmer 84006fda55 [1.9.x] Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.
Thanks Fako Berkers for help with the patch.

Backport of 25b912abbe from master
2015-11-14 12:02:26 -05:00
Tom Christie f7df398436 [1.9.x] Tweaked example text in docs/ref/templates/builtins.txt.
Backport of a32538279c from master
2015-11-13 07:39:58 -05:00
Tim Graham 672de44e24 [1.9.x] Replaced "inbuilt" with more common "built-in".
Backport of a8f05f405f from master
2015-11-12 17:30:38 -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
Tim Graham 1ee25a9c67 [1.9.x] Removed obsolete note about installing psycopg2 on Windows.
psycopg2 now publishes binary wheel files for Windows
so you can install it using pip.

Backport of bc6eaca304 from master
2015-11-10 10:00:48 -05:00
Thijs van Dien f5e1d72de2 [1.9.x] Fixed #25473 -- Changed underscores in url() names to dashes in docs.
To improve consistency, sample URL names that had underscores
in them now use dashes instead. That excludes URL names that
have some relation to the code, such as those generated by
the admin.

Thanks guettli for reporting this.

Backport of 1679472165 from master
2015-11-07 21:59:59 +01: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
Alex Morozov ecb3e314cb [1.9.x] Fixed #25132 -- Documented how to retrieve a single value using values_list() and get().
Backport of 4373eac998 from master
2015-11-03 12:24:45 +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
Tim Graham 31a51a04e8 [1.9.x] Fixed #21422 -- Documented that prefetch_related() results must be homogeneous.
Backport of 69239c0f96 from master
2015-10-30 10:28:10 -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
Tim Graham adc9fa8324 [1.9.x] Fixed #25489 -- Documented that SESSION_SAVE_EVERY_REQUEST doesn't create empty sessions.
Backport of abf5ccc29c from master
2015-10-29 17:29:16 -04:00