Commit Graph

2834 Commits

Author SHA1 Message Date
Sergey Fedoseev ad8cb985a9 [1.8.x] Fixed a typo in docs/ref/contrib/gis/geos.txt.
Backport of e090070761 from master
2015-12-18 07:09:31 -05:00
Dotan Agmon f179d35f54 [1.8.x] Fixed incorrect examples in ArrayField docs.
Backport of a44dc200d0 from master
2015-12-10 17:51:46 -05:00
Andrew Plummer 4eb9a1cf2a [1.8.x] Fixed typo in docs/ref/forms/validation.txt.
Backport of 1aa8bf9b43 from master
2015-12-09 07:21:32 -05:00
Tim Graham dfd4bd5fc5 [1.8.x] Fixed typo docs/ref/models/relations.txt 2015-11-30 18:48:56 -05:00
Tim Graham 15a18090c1 [1.8.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:17 -05:00
Sergey Fedoseev 78627091f8 [1.8.x] Fixed #25649 -- Documented that all GEOSGeometry constructors take srid kwarg.
Backport of a3708fda35 from master
2015-11-25 16:30:50 -05:00
Tim Graham acaf30ad17 [1.8.x] Documented that forms.Field.help_text isn't HTML-escaped.
Backport of a918f8b089 from master
2015-11-24 10:17:39 -05:00
Bulgantamir Gankhuyag 92d0d2cb1b [1.8.x] Clarified default value for DateField to emulate auto_now_add.
Backport of 8bce6fa637 from master
2015-11-24 08:40:14 -05:00
Sergey Fedoseev 954d63155f [1.8.x] Refs #25739 -- Lessened the prominence of geos.fromstr() in the docs.
Backport of 97e1d24330 from master
2015-11-23 17:25:04 -05:00
Stephane Angel (Twidi) 8f724817f3 [1.8.x] Corrected doc'd differences between django-admin and manage.py.
Backport of 8091e8c5c6 from master
2015-11-23 07:51:33 -05:00
areski bc8bae0ba9 [1.8.x] Corrected GenericIPAddressField protocol parameter doc.
Backport of 1e7da99ea6 from master
2015-11-19 11:19:20 -05:00
Tim Graham 95eca4f508 [1.8.x] Fixed #25549 -- Documented auth_user_password_change URL.
Backport of ad167502f3 from master
2015-11-18 19:36:17 -05:00
Tim Graham e7da99abd4 [1.8.x] Refs #25526 -- Documented some missing termcolors.
Backport of 5f7f3b4685 from master
2015-11-18 10:44:19 -05:00
Alex Morozov b4aa38d106 [1.8.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
Backport of 5abed864ee from master
2015-11-17 10:18:07 -05:00
René Fleschenberg 058f604ac1 [1.8.x] Fixed #25531 -- Documented that admin_order_field supports lookups.
Backport of 2c72710111 from master
2015-11-14 17:39:29 -05:00
Tim Graham 0c2532766b [1.8.x] Fixed typo in docs/ref/migration-operations.txt.
Backport of 931b946e29 from master
2015-11-14 17:20:37 -05:00
Florian Demmer da20004a61 [1.8.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:37 -05:00
Tom Christie 2f4a82e549 [1.8.x] Tweaked example text in docs/ref/templates/builtins.txt.
Backport of a32538279c from master
2015-11-13 07:40:12 -05:00
Tim Graham 967335977b [1.8.x] Replaced "inbuilt" with more common "built-in".
Backport of a8f05f405f from master
2015-11-12 17:30:47 -05:00
Sergey Fedoseev 1deaafe2f5 [1.8.x] Fixed #25728 -- Fixed description of GEOSGeometry.contains().
Backport of 34669ea6b8 from master
2015-11-11 09:35:25 -05:00
Tim Graham f787aaeb26 [1.8.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:01:11 -05:00
Thijs van Dien 78a28cca20 [1.8.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 22:02:03 +01:00
Sergey Fedoseev a71fc544c6 [1.8.x] Fixed #25660 -- Documented GEOSGeometry.dims
Backport of f98126a05a from master
2015-11-05 10:59:00 +01:00
Alex Morozov a31973c7c5 [1.8.x] Fixed #24244 -- Documented contrib.admin.models.LogEntry
Backport of 99c58c27d5 from master
2015-11-05 10:20:34 +01:00
Tim Graham f735dbb93e [1.8.x] Updated admindocs instructions for the deprecation of patterns().
Backport of 4dea29ec7b from master
2015-11-03 14:50:19 +00:00
Alex Morozov 676636ac8f [1.8.x] Fixed #25132 -- Documented how to retrieve a single value using values_list() and get().
Backport of 4373eac998 from master
2015-11-03 12:25:51 +00:00
Sergey Fedoseev d60208bbae [1.8.x] Refs #25636 -- Updated instructions for libspatialite source installation
Backport of cdb17dcb64 from master
2015-10-31 09:38:28 -04:00
Tim Graham 5adeb41025 [1.8.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:51 -04:00
Tim Graham 683b3dff7b [1.8.x] Fixed #21422 -- Documented that prefetch_related() results must be homogeneous.
Backport of 69239c0f96 from master
2015-10-30 10:28:20 -04:00
Sergey Fedoseev a00bdceb43 [1.8.x] Fixed #25641 -- Removed section about adding Google projection to spatial_ref_sys table
Backport of 9ae8da0e3 from master.
2015-10-30 10:08:22 +01:00
Tim Graham 12f4db23aa [1.8.x] Fixed #25489 -- Documented that SESSION_SAVE_EVERY_REQUEST doesn't create empty sessions.
Backport of abf5ccc29c from master
2015-10-29 17:29:21 -04:00
Sergey Fedoseev 528ef71a76 [1.8.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:58:46 -04:00
Bryan Marty 42f2546742 [1.8.x] Fixed #21516 -- Updated imports paths for some formset functions/classes.
Since refs #21489, FormSet classes and factories are exposed on the
django.forms package.

Backport of 455034d4df from master
2015-10-28 15:49:05 -04:00
Tim Graham 84ec3bfc11 [1.8.x] Fixed #25434 -- Documented HttpRequest.site and created a section for middleware attributes.
Thanks Nick Pope for the initial patch.

Backport of 02ef96c5e5 from master
2015-10-24 09:59:36 -04:00
Sergey Fedoseev b609296ab2 [1.8.x] Fixed #25603 -- Made clear that geometry's SRID is meant in docs for GEOSGeometry.transform.
Backport of 310049a5a from master.
2015-10-24 10:56:13 +02:00
Jacek Bzdak d83454fbf2 [1.8.x] Fixed #25397 -- Documented class-based view context variable clash with context processors.
Backport of 494b7986a3 from master
2015-10-23 15:24:18 -04:00
薛丞宏 415837543e [1.8.x] Clarified that the test client response content attribute is bytes.
Backport of 484edc81c1 from master
2015-10-23 14:27:15 -04:00
Tim Graham 6861c2027d [1.8.x] Fixed #21894 -- Corrected a form.clean() example in case a superclass doesn't return data.
Backport of 80855a4b37 from master
2015-10-21 13:53:56 -04:00
Jacek Bzdak 3e8234b77e [1.8.x] Fixed #25574 -- Documented {{ dict.items }} shadowing in for template tag docs.
Backport of 32cd706971 from master
2015-10-21 11:46:06 -04:00
Sergey Fedoseev 4171d208f4 [1.8.x] Fixed quotes in GeoQuerySet aggregates examples.
Backport of 92c1ae1b0b from master
2015-10-13 23:41:22 -04:00
Claude Paroz 15359f1fe9 Added precision about GeoJSON field outputs
Backport of 533c10998 from master.
2015-10-12 21:51:08 +02:00
Andrew Artajos 29c9a7d220 [1.8.x] Fixed #25398 -- Revised instances of os.path.join()
Replaced occurrences of os.path.join(BASE_DIR, 'folder/subfolder')
to os.path.join(BASE_DIR, 'folder', 'subfolder')

Backport of d2ef521a53 from master.
2015-10-03 09:10:26 +02:00
Nick Williams 2a8988c3b0 [1.8.x] Fixed link to the MySQL Connector/Python Django Backend documentation.
Backport of 3f342d74e9 from master
2015-10-02 12:33:26 -04:00
Tim Graham f79682eaf2 [1.8.x] Fixed #25485 -- Improved deprecation docs for contenttypes reorganization. 2015-09-29 19:24:59 -04:00
Tim Graham 5ebf6fd891 [1.8.x] Fixed #24323 -- Documented @admin.register can't be used with super(XXXAdmin in __init__().
Backport of 4cd2bdae07 from master
2015-09-28 07:26:54 -04:00
Rob Hudson 4dcd4ef17e [1.8.x] Corrected use of 'affect' vs 'effect' in docs.
Backport of 021782d22b from master
2015-09-25 18:35:19 -04:00
Tim Graham 66f50e97d6 [1.8.x] Bumped latest Python 2.7 release in docs/ref/databases.txt.
Backport of ce531f7ad7 from master
2015-09-24 10:57:00 -04:00
Tim Graham e7064df44f [1.8.x] Fixed #25386 -- Warned about differences between Engine and DjangoTemplates.
Backport of 2634f606d5 from master
2015-09-23 19:19:03 -04:00
Aymeric Augustin 76bf4bc111 [1.8.x] Recommended against default_app_config.
Most likely this is a losing fight -- people seem to love this small
convention -- but at least the reasons for avoiding it will be
documented.

Refs #25356.

Backport of 94a36cf from master
2015-09-22 08:32:39 +02:00
Flavio Curella 63147dfa07 [1.8.x] Fixed #25430 -- Fixed incorrect RunSQL examples.
Backport of 95edabb45e from master
2015-09-19 18:19:38 -04:00