Adam Johnson
5460041475
[3.1.x] Improved RegexValidator docs.
...
Backport of 8cf08a01b5039aacdb465f467f167684fa04b2d2 from master
2020-06-30 12:55:52 +02:00
Steven Pousty
1a3029b6b4
[3.1.x] Fixed #31743 -- Doc't that managed=False prevents Django from managing tables modifications.
...
Backport of d2c135da4c75079e45661ec609bd72f27dddf2a9 from master
2020-06-26 09:58:55 +02:00
Adam Johnson
6ed4a9bdb3
[3.1.x] Refs #31493 -- Replaced var with const/let in documentation JS.
...
Backport of 2afa61e7d99b2ff2656dc64b6e28db88baf786a4 from master
2020-06-24 12:22:54 +02:00
Yash Saini
648f6ffcd7
[3.1.x] Refs #31541 -- Added example of creating Redirect objects to redirects app docs.
...
Backport of a8c0246ece0716cea2ea6c1b313d4d93a10ee333 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 0ff322884484d9ee81877006825f4a167ab82eb5 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 7f4db2d82b1385d1026c441e25abd4cb19fcccc6 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 6bc9283751d51cab474d1bf6883a3b40cce32d4b from master
2020-06-17 20:11:20 +02:00
Tobias Krönke
5ba2dfb9d0
[3.1.x] Fixed #31689 -- Doc'd caveat about using bulk_create()'s ignore_conflicts on MariDB and MySQL.
...
Backport of 69e0d9c553bb55dde8d7d1d479a78bfa7093f406 from master
2020-06-15 12:52:45 +02:00
Hasan Ramezani
ecd794bc68
[3.1.x] Fixed #31696 -- Updated OWASP links in docs.
...
Backport of a16080810bee8b3baf9ae7ac7b8433cb7b293e00 from master
2020-06-15 09:44:37 +02:00
sebashwa
2d3b6bce28
[3.1.x] Fixed #31690 -- Added note about fuzzy entries in translation docs.
...
Backport of 3d664a158de18acf72fc8e0671f0f390cbca4b2e from master
2020-06-15 09:05:09 +02:00
Hasan Ramezani
43254876c2
[3.1.x] Fixed #31650 -- Added note uniqueness of constraints names in docs.
...
Backport of 55556e51fb152c864ddc782d9b56e8b785ccf8bc from master
2020-06-04 07:38:35 +02:00
Chris May
fe07357ef9
[3.1.x] Fixed typo in docs/ref/templates/language.txt.
...
Backport of ecaac9e42f497be04ddc72dfebb6e397ccca9517 from master
2020-06-01 20:52:25 +02:00
Fabio Sangiovanni
c3bd48c4cb
[3.1.x] Made minor edits to TemplateResponseMixin.get_template_names() docs.
...
Backport of 19ceabefd451bc8473a8ac96b04b46a436a7c1b5 from master
2020-06-01 10:17:08 +02:00
Fabio Sangiovanni
9ce281d21f
[3.1.x] Added SingleObjectMixin.query_pk_and_slug to CBV flattened index.
...
Backport of df188824738ff5e54baf2d61f6a7dff51a20f068 from master
2020-06-01 07:49:26 +02:00
Frantisek Holop
a79d0c8c81
[3.1.x] Refs #31615 -- Improved creating extension docs.
...
Backport of f3ed42c8ad3757e7238bf2f326532f5b129aa102 from master
2020-05-27 11:14:31 +02:00
Mariusz Felisiak
ebf553397a
[3.1.x] Fixed some formatting issues in docs.
...
Backport of 803e70b1adb71d86eb5bbb4074ef5ff96ae6e55d from master
2020-05-27 09:07:33 +02:00
René Fleschenberg
ccf3cecbaf
[3.1.x] Refs #23097 -- Used new octal format in FILE_UPLOAD_PERMISSIONS docs.
...
Backport of f24b59267be2e5fc5bd1252efda3aed19f860813 from master
2020-05-25 21:04:28 +02:00
Carlton Gibson
b205c0b0cc
[3.1.x] Updated list of third-party DB backends.
...
* Alphabetized third-party DB backend list.
* Added backticks around single-word link texts to ease visual/machine sorting.
* Added CockroachDB to list of third-party DB backends.
* Updated third-party DB backend URLs.
Thanks to Nick Pope and Tim Graham for the review.
Backport of 6dcfa70cac29c854fc5169bed1cf6479eabdb8c1 from master
2020-05-21 20:55:25 +02:00
Hasan Ramezani
a6c773aa86
[3.1.x] Fixed #31608 -- Doc'd that form ISO 8601 datetime parsing always retains tzinfo.
...
Backport of 643207efaebbff4e7c3ebcbf9ca49fb6197137e1 from master
2020-05-21 20:49:30 +02:00
xncbf
03bfcbad88
[3.1.x] Fixed #31577 -- Clarified docs about bounds of RangeFields.
...
Backport of 4029bcd6b20f75a78f9a5829d7826c79aeb20732 from master
2020-05-18 20:42:33 +02:00
Jon Dufresne
1c2d0fdf3e
[3.1.x] Fixed #31575 -- Added system check for admin sidebar request context processor dependency.
...
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Backport of d522b51c401429c169d88742178a9b3777903d9e from master
2020-05-14 11:01:22 +02:00
Jon Dufresne
c9a9d042e5
[3.1.x] Refs #31034 -- Documented admin requires django.template.context_processors.request.
...
Required since d24ba1be7a53a113d19e2860c03aff9922efec24.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Backport of e341bed606d8ab2864838795276692cf86b08687 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 fbdb032de266ba5f82e061ab204f6c622889d563 from master
2020-05-13 09:38:59 +02:00
Nick Pope
345fa40cb5
[3.1.x] Used :mimetype: role in various docs.
...
Backport of feb91dbda13974f84eac52dccdc0de1ddb636616 from master
2020-05-13 09:38:49 +02:00
Nick Pope
15d76dc2ab
[3.1.x] Used :pep: role in various docs.
...
Backport of a9337b4add01e50ed8ff8d3ef44099a08cba475c from master
2020-05-13 09:38:40 +02:00
Jon Dufresne
d6e6695d93
[3.1.x] Fixed numbered list in admin overview docs.
...
Backport of 05ed7104c0bc069352b2cee85ab918e48ee73cbe 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
Jon Dufresne
72a170b4c3
Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.
...
The {% if %} tag provides all features of these tags.
Since Django 1.2 (May 17, 2010), the docs have hinted that
{% ifequal %} and {% ifnotequal %} will be deprecated in a future
Django version. Time to make it official.
2020-05-11 09:07:33 +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
Mariusz Felisiak
f97f71f592
Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0.
...
MySQLdb.constants.FIELD_TYPE.JSON was added in mysqlclient 1.4.0rc2.
2020-05-08 06:14:42 +02:00
Adam Johnson
83c631ade7
Improved wording in Q() docs.
2020-05-06 06:43:28 +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
Chris Burchhardt
d2b9a9fdbb
Refs #28622 -- Corrected PASSWORD_RESET_TIMEOUT/PASSWORD_RESET_TIMEOUT_DAYS docs.
...
Removed outdated note about an extra day in PASSWORD_RESET_TIMEOUT
docs and incorrect "minimum" phrase.
2020-05-05 08:19:25 +02:00
David Smith
2522559d1a
Fixed #31534 -- Deprecated django.conf.urls.url().
2020-05-05 07:34:34 +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
Adam Johnson
787981f9d1
Corrected models.FilePathField signature in docs.
2020-05-04 12:10:41 +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
Ian Foote
c226c6cb32
Fixed #20581 -- Added support for deferrable unique constraints.
2020-04-30 10:43:50 +02:00
François Freitag
9ef4a18dbe
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
...
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-04-28 10:49:00 +02:00
Mariusz Felisiak
b28be08cac
Fixed broken links in docs.
2020-04-28 10:09:45 +02:00
Hasan Ramezani
d6db186427
Fixed #31514 -- Fixed default form widgets in model fields docs.
2020-04-25 21:20:29 +02:00
Tim Schilling
a92cc84b4a
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(null=True).
2020-04-24 10:10:45 +02:00
Tim Schilling
34a69c2458
Corrected outputting BooleanField as HTML in forms docs.
2020-04-24 09:08:05 +02:00
David Smith
e0757c49ac
Updated template language philosophy in DTL docs.
2020-04-23 20:42:55 +02:00
Jon Dufresne
faa08449dd
Fixed broken link to Watchmen configuration in docs/ref/django-admin.txt.
2020-04-23 18:33:32 +02:00