Mariusz Felisiak
024e969062
[3.1.x] Changed IRC references to Libera.Chat.
...
Backport of 66491f08fe
from main.
2021-05-20 12:29:31 +02:00
Mariusz Felisiak
069c338b5e
[3.1.x] Updated datum directory for PROJ 6 in GIS install instructions.
...
Backport of 4d912e6697
from main
2021-03-15 08:21:32 +01:00
Mariusz Felisiak
72e2cbe38f
[3.1.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.
...
Backport of 05bbff8263
from master
2021-03-04 10:44:40 +01:00
Matthias Kestenholz
2a74248eca
[3.1.x] Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets.
...
Backport of 7b3ec6bcc8
from master
2021-01-20 22:08:31 +01:00
Jon Dufresne
6165e23776
[3.1.x] Refs #30367 -- Changed remaining "pip install" to "python -m pip install" in docs.
...
Backport of 429d089d0a
from master.
2020-12-23 17:23:35 +01:00
Hasan Ramezani
da42df9378
[3.1.x] Fixed #32273 -- Doc'd AdminSite.unregister().
...
Backport of bebd4cfa8f
from master
2020-12-16 08:10:44 +01:00
Jan Pieter Waagmeester
50f436bb8a
[3.1.x] Corrected docs regarding attributes required for logging in to the admin.
...
Regression in 939dcff24f
.
Backport of 991dce4fc5
from master
2020-12-11 23:14:12 +01:00
Hasan Ramezani
51fa5a9b9b
[3.1.x] Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt.
...
Backport of 55fabc5337
from master
2020-11-30 10:08:11 +01:00
Mariusz Felisiak
2ab8b5f4f8
[3.1.x] Refs #32230 -- Fixed LayerMapping example in GeoDjango tutorial.
...
LayerMapping.data_source doesn't support pathlib.Path().
Regression in 26554cf5d1
.
Follow up to e46ca51c24
.
2020-11-28 09:22:34 +01:00
Neil Lyons
3a70c362ec
[3.1.x] Refs #32230 -- Fixed DataSource example in GeoDjango tutorial.
...
DataSource.ds_input doesn't support pathlib.Path().
Regression in 26554cf5d1
.
Backport of e46ca51c24
from master
2020-11-27 07:00:30 +01:00
Nick Pope
d55cd4c62a
[3.1.x] Doc'd that admin site booleans are tri-state.
...
Backport of 300def5c34
from master
2020-11-14 07:59:05 +01:00
Nick Pope
4f11461195
[3.1.x] Improved examples in ModelAdmin.list_display docs.
...
Backport of aa53655e6e
from master
2020-11-14 06:37:15 +01:00
Nick Pope
1f6e7fb4ab
[3.1.x] Changed docs and a code comment to use gender-neutral pronouns.
...
Follow up to e1b7723817
.
Backport of 477c800443
from master.
2020-11-13 22:29:41 +01:00
Craig Smith
d67f965c79
[3.1.x] Fixed #32045 -- Doc'd GenericRelatedObjectManager methods.
...
This also documents that .remove() and clear() methods delete related
objects.
Backport of 354c1524b3
from master
2020-11-06 12:09:02 +01:00
Peter Marheine
1c7799dbf7
[3.1.x] Fixed #32041 -- Doc'd how to modify served files' content types on Windows.
...
Backport of f87b0ecd37
from master
2020-10-01 14:02:31 +02:00
Mariusz Felisiak
986cd28f95
[3.1.x] Refs #32038 -- Added note to ModelAdmin.list_filter docs that GenericForeignKeys are not supported.
...
Backport of 33e91f3ed8
from master
2020-09-25 10:10:20 +02:00
Enderson Menezes
26ccc7701d
[3.1.x] Fixed #31909 -- Fixed typo in docs/ref/contrib/admin/index.txt.
...
Backport of 67e4a9a4b9
from master
2020-08-20 07:51:20 +02:00
Thomas
81ed126dff
[3.1.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.
...
Backport of cdead4f013
from master
2020-08-07 07:57:21 +02:00
Andrzej Bartosiński
df8696c0b7
[3.1.x] Corrected admin.register() signature in docs.
...
Backport of eb215da363
from master
2020-07-29 12:54:26 +02:00
David Chorpash
5360f002f8
[3.1.x] Refs #31720 -- Added examples to BoolAnd() and BoolOr() documentation.
...
Backport of a2e621b14e
from master
2020-07-21 07:02:18 +02:00
Eric Theise
ac699ba647
[3.1.x] FIxed typo in docs/ref/contrib/postgres/forms.txt.
...
Backport of d08e6f55e3
from master
2020-07-15 09:04:11 +02:00
Caio Ariede
7fe7d83295
[3.1.x] Fixed #21528 -- Added note about filtering form field's queryset based on instance to admin docs.
...
Backport of d38c34119e
from master
2020-07-13 23:02:05 +02:00
Carlton Gibson
268ba2db8e
[3.1.x] Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs.
...
Backport of b142bd4a1b
from master
2020-07-02 21:10:34 +02:00
Yash Saini
648f6ffcd7
[3.1.x] Refs #31541 -- Added example of creating Redirect objects to redirects app docs.
...
Backport of a8c0246ece
from master
2020-06-23 20:21:43 +02:00
Adam Johnson
59dcbdaed4
[3.1.x] Made small improvements to PostgreSQL operations docs.
...
Backport of 0ff3228844
from master.
2020-06-23 11:32:50 +02:00
David Smith
928f6a90e4
[3.1.x] Fixed #30933 -- Updated instructions for installing GeoDjango on Windows.
...
Backport of 7f4db2d82b
from master
2020-06-17 20:14:31 +02:00
David Smith
58f7d7c9fd
[3.1.x] Adjusted model definition in GeoDjango tutorial.
...
The example uses the world border data set, where
one of the entries has a null field value.
Backport of 6bc9283751
from master
2020-06-17 20:11:20 +02:00
Frantisek Holop
a79d0c8c81
[3.1.x] Refs #31615 -- Improved creating extension docs.
...
Backport of f3ed42c8ad
from master
2020-05-27 11:14:31 +02:00
xncbf
03bfcbad88
[3.1.x] Fixed #31577 -- Clarified docs about bounds of RangeFields.
...
Backport of 4029bcd6b2
from master
2020-05-18 20:42:33 +02:00
Jon Dufresne
c9a9d042e5
[3.1.x] Refs #31034 -- Documented admin requires django.template.context_processors.request.
...
Required since d24ba1be7a
.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Backport of e341bed606
from master
2020-05-14 11:01:17 +02:00
Nick Pope
4eb5e4ee4f
[3.1.x] Used :envvar: role and .. envvar:: directive in various docs.
...
Backport of fbdb032de2
from master
2020-05-13 09:38:59 +02:00
Jon Dufresne
d6e6695d93
[3.1.x] Fixed numbered list in admin overview docs.
...
Backport of 05ed7104c0
from master
2020-05-13 09:09:39 +02:00
Sergey Fedoseev
91e287cce0
Refs #30678 -- Added support for GDAL 3.1.
...
OSRSetAxisMappingStrategy() really returns void, so no errcheck is
needed. Previously set errcheck was raising positive false exceptions
on GDAL 3.1.
2020-05-12 11:25:19 +02:00
Mariusz Felisiak
17ea7cc973
Fixed #31569 -- Confirmed support for GEOS 3.8.
2020-05-12 09:06:06 +02:00
Claude Paroz
58f1b07e49
Fixed #30678 -- Added support for GDAL 3.
2020-05-12 09:06:06 +02:00
Tom Carrick
d24ba1be7a
Fixed #31034 -- Added a navigation sidebar to the admin.
...
Co-authored-by: elky <elky@users.noreply.github.com>
Co-authored-by: Goetz <goetz.buerkle@gmail.com>
2020-05-11 18:16:38 +02:00
sage
6789ded0a6
Fixed #12990 , Refs #27694 -- Added JSONField model field.
...
Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael
Michel for mentoring this Google Summer of Code 2019 project and
everyone else who helped with the patch.
Special thanks to Mads Jensen, Nick Pope, and Simon Charette for
extensive reviews.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-05-08 07:23:31 +02:00
Adam Johnson
1c2c6f1b51
Fixed a/an typos in "SQL" usage.
2020-05-06 06:35:26 +02:00
Mariusz Felisiak
30083e0780
Fixed #31485 -- Updated admin's jQuery to 3.5.1.
2020-05-05 11:00:05 +02:00
Adam Johnson
d17b380653
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
2020-05-04 12:10:47 +02:00
Ian Foote
b4068bc656
Fixed #31455 -- Added support for deferrable exclusion constraints on PostgreSQL.
2020-05-01 09:08:36 +02:00
David Smith
505b7b6163
Refs #27778 -- Removed reference to ASCII usernames in django.contrib.auth.models.User docs.
2020-05-01 06:11:27 +02:00
Mariusz Felisiak
b28be08cac
Fixed broken links in docs.
2020-04-28 10:09:45 +02:00
David Smith
2014319159
Updated iTunes podcast format link in syndication docs.
2020-04-20 08:10:13 +02:00
Nick Pope
058b38b43e
Improved message example in admin actions documentation.
...
Avoid partial string construction and make use of ``ngettext`` to show
example of how to handle plural variants with translations. Also make
use of ``messages.SUCCESS`` to highlight customizing the style of the
message - in this case it better fits what the message is conveying.
2020-04-16 11:26:33 +02:00
Mariusz Felisiak
f1a808a502
Used :rfc: role in various docs.
2020-04-15 18:31:30 +02:00
Sergey Fedoseev
b9e2355eb0
Fixed #31196 -- Added support for PostGIS 3.
2020-04-14 13:19:59 +02:00
Claude Paroz
a6b4c07b6e
Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.
2020-04-14 09:34:01 +02:00
Mariusz Felisiak
69e2cd6fed
Fixed Sphinx warnings on duplicate object descriptions.
2020-04-07 09:48:52 +02:00
Adam Johnson
1cdfe8d912
Prevented (and corrected) single backtick usage in docs.
2020-04-01 14:55:11 +02:00