Commit graph

3934 commits

Author SHA1 Message Date
Jon Dufresne
f53ed7846b [2.1.x] Refs #29784 -- Normalized Python docs links to omit the version.
Backport of ad9a28ee38 from master.
2018-09-25 10:22:06 +02:00
Adam Johnson
7b0da16725 [2.1.x] Made various edits to docs/ref/utils.txt.
Backport of beffa061eb from master
2018-09-18 11:43:16 -04:00
jtiai
93f4080813 [2.1.x] Fixed #29757 -- Documented Oracle DSN and Easy Connect options.
Backport of 583b9fc410 from master
2018-09-17 10:48:21 -04:00
Adam Zapletal
08ce2666da [2.1.x] Fixed typo in docs/ref/contrib/postgres/search.txt.
Backport of 57fd3700d4 from master
2018-09-12 18:12:49 -04:00
Stephen Finucane
9c88826ff9 [2.1.x] Emphasized that TemplatesSetting must be used to override widget templates.
Backport of 25f4302349 from master
2018-09-11 15:15:14 -04:00
Curtis Maloney
1853e2dbf2 [2.1.x] Refs #20910 -- Replaced snippet directive with code-block.
Backport of c49ea6f591 from master
2018-09-10 14:38:08 -04:00
flh
2975ceef6c [2.1.x] Corrected forms.TimeField's default widget in docs.
Backport of ccf870ebf5 from master
2018-09-08 08:56:25 -04:00
Claude Paroz
a24fc07bbc [2.1.x] Fixed LayerMapping encoding in geodjango tutorial.
GDAL >= 1.9 automatically converts latin-1-encoded strings from Shapefiles to
UTF-8.
Backport of 388165ade4 from master.
2018-08-28 19:01:18 +02:00
Matt Wiens
6cd16037d8 [2.1.x] Fixed typo in docs/ref/models/fields.txt.
Backport of c122a7c53c from master
2018-08-28 07:53:19 -04:00
Jon Dufresne
a7e89a5ba7 [2.1.x] Corrected ModelFormMixin.form_invalid() signature in docs.
Backport of 76df4f35c2 from master
2018-08-27 20:52:43 -04:00
Tim Graham
aa527e074f [2.1.x] Fixed #29709 -- Updated recommended SQL Server backend to django-pyodbc-azure.
Backport of 7b7fb2eca5 from master
2018-08-25 18:37:21 -04:00
Rodrigo
22fa9265c1 [2.1.x] Polished the admin overview docs.
Backport of 939dcff24f from master
2018-08-21 11:39:31 -04:00
Jeff
91af869d70 [2.1.x] Fixed #29646 -- Doc'd the validators that each model and form field uses.
Backport of 3fa3de5415 from master
2018-08-16 17:05:10 -04:00
Tim Graham
5628a8a23f [2.1.x] Fixed #29677 -- Doc'd return value of StaticFilesStorage.post_process().
Backport of 7f6b013bf6 from master
2018-08-16 10:39:53 +02:00
Claude Paroz
d46bf11979 [2.1.x] Refs #29374 -- Moved misplaced line in date format docs table
Backport of 93bd860710 from master.
2018-08-06 20:19:47 +02:00
Adam Johnson
4261ba6770 [2.1.x] Clarified the values accepted by ModelAdmin.fields.
Backport of 45086c294d from master
2018-08-03 16:50:01 -04:00
Tim Graham
1593a8386a [2.1.x] Refs #28584 -- Documented removal of support for SQLite < 3.7.15.
Backport of 1160a97596 from master
2018-08-03 14:58:38 -04:00
Danilo Bargen
4f9641c9af [2.1.x] Fixed #29633 -- Doc'd the geometry type for each model field.
Backport of 2e06ff8e14 from master
2018-08-03 10:39:25 -04:00
Carlton Gibson
a004350193 [2.1.x] Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups().
Backport of a67ebcb1cb from master
2018-08-03 07:28:21 +02:00
Adam Johnson
2b19d198b1 [2.1.x] Removed out of place sentence in QuerySet.count() docs.
Backport of 2e3ba9f592 from master
2018-08-02 17:36:26 -04:00
luz.paz
adfd261404 [2.1.x] Fixed typos in comments and docs.
Backport of 97e637a87f from master
2018-08-01 16:13:18 -04:00
Adam Johnson
0d8f26f320 [2.1.x] Refs #24733 -- Documented arguments for custom error views.
Backport of 49f97b645f from master
2018-07-31 21:09:36 -04:00
Claude Paroz
e9950ed897 [2.1.x] Fixed utils.html.escape()'s docs with regards to string coercion.
As of 301de774c2.
Backport of 1ed8527e3d from master
2018-07-18 14:20:17 -04:00
Claude Paroz
430b8254a7 [2.1.x] Added doc links for django.utils.html.escape().
Backport of 6e78e10549 from master
2018-07-18 11:35:39 -04:00
Maxime Lorant
223ba7fa57 [2.1.x] Removed duplicate words in docs.
Backport of 31407fa3b3 from master
2018-07-18 11:27:17 -04:00
Tim Graham
50dc9fad74 [2.1.x] Fixed #29549 -- Doc'd that Field.choices are enforced by model validation.
Backport of 8b1d361f28 from master
2018-07-09 15:06:56 -04:00
Sergey Fedoseev
2a637a4523 [2.1.x] Refs #29478 -- Doc'd how to use cached_property with a mangled name.
Backport of 09199734d3 from master
2018-07-09 12:13:44 -04:00
Josh Schneier
0211393b8c [2.1.x] Fixed word choice in ContentFile example.
Backport of 38e904e265 from master
2018-07-07 17:20:32 -04:00
Sergey Fedoseev
abec2ad18d [2.1.x] Corrected cached_property() signature in docs.
Backport of 82b9708c6f from master
2018-07-06 08:56:30 -04:00
Mads Jensen
b505cef63d [2.1.x] Refs #26608 -- Removed incorrect sentence in Expression.contains_over_clause docs.
Backport of ab251fdad2 from master
2018-07-05 11:38:29 -04:00
Stephen James
d1d9db4ec6 [2.1.x] Fixed typo in docs/ref/templates/builtins.txt.
Backport of 48aeca44d8 from master
2018-07-04 13:15:54 -04:00
Greg Kaleka
82c38be11f [2.1.x] Doc'd that template variables & attributes may not start with an underscore.
Backport of 17403f0a9b from master
2018-07-03 20:17:06 -04:00
sedrubal
7bec414ffb [2.1.x] Fixed argument name for validators inheriting from BaseValidator.
Backport of f903669dfd from master
2018-06-30 18:58:56 -04:00
Colm O'Connor
e410dce696 [2.1.x] Fixed #21333 -- Doc'd the & and | queryset operators.
Backport of c530428d36 from master
2018-06-29 20:56:45 -04:00
Jeffrey Yancey
ddd9272c2e [2.1.x] Fixed #29458 -- Doc'd how related_query_name affects Model._meta.get_field().
Backport of 2d6776ffe0 from master
2018-06-28 20:02:21 -04:00
Tim Graham
08c3581ca9 [2.1.x] Fixed links for i18n context processor docs.
Backport of fd06488fe3 from master
2018-06-28 10:26:13 -04:00
Tim Graham
d5482dfe20 [2.1.x] Refs #17419 -- Removed IE8 support in json_script example.
Backport of 02cd16a7a0 from master
2018-06-22 10:35:57 -04:00
Sergey Fedoseev
c1c1ac2044 [2.1.x] Added description, example, and SQL equivalents for equals and same_as GIS lookups.
Backport of 9af83a62e7 from master
2018-06-22 10:18:27 -04:00
Sergey Fedoseev
afcf5aad7c [2.1.x] Refs #28841 -- Added ForcePolygonCW to GIS database functions table.
Backport of 12018cef83 from master
2018-06-21 08:59:22 -04:00
Carlton Gibson
67fc680c43 [2.1.x] Fixed #29502 -- Allowed users with the view permission to use autocomplete_fields.
Backport of 5b73317181 from master
2018-06-18 15:37:10 -04:00
Carlton Gibson
306f1f8ea3 [2.1.x] Fixed #29419 -- Allowed permissioning of admin actions.
Backport of 958c7b301e from master
2018-06-18 15:37:05 -04:00
Christian Ledermann
d28360aa48 [2.1.x] Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.
Backport of 11bfe3a83d from master
2018-06-16 15:54:10 -04:00
Mariusz Felisiak
53be30f828 [2.1.x] Added backticks to code literals in docs/ref/databases.txt.
Backport of 4fb7bd834e from master
2018-06-15 21:54:04 -04:00
Carlton Gibson
aea0e2b9ca [2.1.x] Refs #29419, #8936 -- Removed change permission requirement for admin actions.
Partially reverted 825f0beda8.

Backport of b30f9b131c from master
2018-06-13 14:53:25 -04:00
nikolas
422a403565 [2.1.x] Doc'd how to set SPATIALITE_LIBRARY_PATH for Debian Buster/Ubuntu 18.04. 2018-06-13 10:05:03 -04:00
Brylie Christopher Oxley
4330d1047a [2.1.x] Updated GIS install instructions to use placeholders for GIS library versions.
Backport of ae26e0ad2c from master
2018-06-12 15:22:38 -04:00
Claude Paroz
020c51d501 [2.1.x] Prevented unexpected link in settings docs
Backport of e8531cc89c from master.
2018-06-10 15:12:44 +02:00
Jeremy Lainé
36c35aba09 [2.1.x] Fixed #29440 -- Doc'd where the bulk argument applies in RelatedManager.
Backport of 7417929618 from master
2018-06-08 16:40:44 -04:00
Brenton Cleeland
3ff605b54b [2.1.x] Fixed #29374 -- Ordered date filter's format strings by category.
Backport of 3cf45af363 from master
2018-06-04 09:38:08 -04:00
Tim Graham
67665e0979 [2.1.x] Fixed #29460 -- Added support for GEOS 3.6.
Backport of f185d929fa from master
2018-05-31 11:36:16 -04:00