Roy Zheng
02572bfc59
[3.1.x] Added note about password updates on argon2 attributes change.
...
Backport of 804f2b7024
from master
2020-08-11 08:20:56 +02:00
Mariusz Felisiak
9857352655
[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
...
It's a transitional setting helpful in migrating multiple instance of
the same project to Django 3.1+.
Thanks Markus Holtermann for the report and review, Florian
Apolloner for the implementation idea and review, and Carlton Gibson
for the review.
Backport of d907371ef9
from master.
2020-08-04 09:39:29 +02:00
Mariusz Felisiak
b84b1921da
[3.1.x] Refs #27468 -- Added tests and release notes for signing.dumps()/loads() changes.
...
Follow up to 71c4fb7beb
.
Backport of 1d6fdca557
from master
2020-07-31 22:07:34 +02:00
Mariusz Felisiak
0e02560535
[3.1.x] Corrected signing.dumps()/loads() signatures in docs.
...
Backport of 8703680ebe
from master
2020-07-31 11:33:50 +02:00
Claude Paroz
06474e929f
[3.1.x] Refs #30165 -- Removed leftover 'u' prefix.
...
Backport of bac5777bff
from master
2020-07-29 10:20:08 +02:00
sage
23ce3d8491
[3.1.x] Fixed #31829 -- Used JSONField __contains lookup on key transforms.
...
Backport of 2d8dcba03a
from master
2020-07-28 20:53:11 +02:00
Mariusz Felisiak
247bcef6b4
[3.1.x] Fixed #31836 -- Dropped support for JSONField __contains and __contained_by lookups on SQLite.
...
The current implementation works only for basic examples without
supporting nested structures and doesn't follow "the general principle
that the contained object must match the containing object as to
structure and data contents, possibly after discarding some
non-matching array elements or object key/value pairs from the
containing object".
Backport of ba691933ce
from master.
2020-07-28 13:08:19 +02:00
Mariusz Felisiak
028a5f86f2
[3.1.x] Fixed #31835 -- Dropped support for JSONField __contains lookup on Oracle.
...
The current implementation works only for basic examples without
supporting nested structures and doesn't follow "the general principle
that the contained object must match the containing object as to
structure and data contents, possibly after discarding some
non-matching array elements or object key/value pairs from the
containing object".
Backport of 02447fb133
from master
2020-07-28 11:54:35 +02:00
Adam Johnson
e63644d37b
[3.1.x] Refs #31502 -- Made minor edits to Model._state docs.
...
Backport of 5ef6f62634
from master
2020-07-16 21:12:13 +02:00
Mariusz Felisiak
7045fa7f7a
[3.1.x] Refs #27430 -- Added buffer argument to DiscoverRunner docs.
...
Backport of 188f7786bc
from master
2020-07-10 19:06:40 +02:00
Mariusz Felisiak
33457aa3cf
[3.1.x] Refs #30676 -- Added pdb argument to DiscoverRunner docs.
...
Backport of 2c43840dfb
from master
2020-07-10 19:01:39 +02:00
Jason Held
703256fc68
[3.1.x] Fixed #24816 -- Clarified docs about preventing duplicate signals.
...
Backport of 639142e24d
from master
2020-07-08 08:23:08 +02:00
Jacob Walls
eae78a363b
[3.1.x] Fixed #29308 -- Clarified how assertQuerysetEqual()'s transform works.
...
Backport of 659a73bc0a
from master
2020-07-04 23:48:48 +02:00
MansurAliKoroglu
05206ca4ff
[3.1.x] Adjusted multi-db example to avoid confusion with DATABASES keys.
...
Backport of d88952142b
from master
2020-07-03 12:41:36 +02:00
Adam Johnson
6ed4a9bdb3
[3.1.x] Refs #31493 -- Replaced var with const/let in documentation JS.
...
Backport of 2afa61e7d9
from master
2020-06-24 12:22:54 +02:00
David Smith
9b95c3bc09
[3.1.x] Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments.
...
Backport of 10df5b7177
from master
2020-06-17 13:16:17 +02:00
Hasan Ramezani
ecd794bc68
[3.1.x] Fixed #31696 -- Updated OWASP links in docs.
...
Backport of a16080810b
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 3d664a158d
from master
2020-06-15 09:05:09 +02:00
Claude Paroz
acaa201527
[3.1.x] Fixed #30134 -- Ensured unlocalized numbers are string representation in templates.
...
Backport of 9e57b1efb5
from master
2020-06-04 11:00:40 +02:00
David Smith
52784a83ce
[3.1.x] Updated link to Celery.
...
Backport of 06c8565a46
from master
2020-06-02 14:37:45 +02:00
Jon Dufresne
d7ee69d2f2
[3.1.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.
...
Backport of 9f4ceee90a
from master
2020-06-02 11:53:14 +02:00
Nikita Sobolev
22dac456f3
[3.1.x] Made small improvement to docs/topics/db/multi-db.txt.
...
Backport of 682b295c6c
from master
2020-06-01 10:20:54 +02:00
Jon Dufresne
df1bb7ab21
[3.1.x] Changed some doc links to use intersphinx.
...
Backport of 494ba27b5f
from master
2020-05-29 21:10:34 +02:00
Mariusz Felisiak
ebf553397a
[3.1.x] Fixed some formatting issues in docs.
...
Backport of 803e70b1ad
from master
2020-05-27 09:07:33 +02:00
Carlton Gibson
844e0591f9
[3.1.x] Fixed #31591 -- Clarified "reverse" lookup name in making queries docs.
...
Backport of 5af17babb0
from master
2020-05-19 20:27:29 +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
Nick Pope
345fa40cb5
[3.1.x] Used :mimetype: role in various docs.
...
Backport of feb91dbda1
from master
2020-05-13 09:38:49 +02:00
Nick Pope
15d76dc2ab
[3.1.x] Used :pep: role in various docs.
...
Backport of a9337b4add
from master
2020-05-13 09:38:40 +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
QQ喵
0ebabe325d
Doc'd country part of locale name with more than 2 characters.
2020-05-04 20:50:18 +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
Greg Kaleka
5d2f5dd4cc
Doc'd Meta inheritance from abstract parents.
2020-05-01 07:48:50 +02:00
Adrian D'Alessandro
235b681351
Doc'd send_email() behavior when from_email is None.
2020-04-30 12:45:43 +02:00
David Smith
bb13711451
Fixed #25712 -- Reorganized templates docs.
2020-04-30 08:12:09 +02:00
Hasan Ramezani
33f7739108
Fixed #31356 -- Changed IRC links to the Freenode webchat.
2020-04-29 20:08:36 +02:00
Mariusz Felisiak
54646a423b
Refs #27468 -- Made user sessions use SHA-256 algorithm.
2020-04-29 16:45:00 +02:00
Hasan Ramezani
68fc21b378
Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.
2020-04-28 11:11:39 +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
Mariusz Felisiak
dd3dcd2840
Fixed typo in docs/topics/i18n/translation.txt.
...
Thanks durey for the report.
2020-04-28 10:07:34 +02:00
Mariusz Felisiak
ca769c8c13
Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView.
2020-04-27 18:06:11 +02:00
Tanmay Vijay
e43abbbd70
Doc'd PasswordChangeView/PasswordResetView.success_url defaults.
2020-04-24 08:21:51 +02:00
Mads Jensen
060d9d4229
Added link to Mozilla's infosec page on web security.
2020-04-22 16:26:15 +02:00
Jon Dufresne
505fec6bad
Capitalized Unicode in docs, strings, and comments.
2020-04-20 12:10:33 +02:00
Jon Dufresne
fb21625270
Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.
...
The u-prefixed variants were removed from the documentation in
6eb4996672
.
2020-04-20 07:57:24 +02:00
Mariusz Felisiak
f1a808a502
Used :rfc: role in various docs.
2020-04-15 18:31:30 +02:00
Claude Paroz
71c4fb7beb
Refs #27468 -- Changed default Signer algorithm to SHA-256.
2020-04-15 12:49:14 +02:00
Andrew Godwin
b5ad450fa6
Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example.
...
It does not support thread_sensitive when used as a decorator, yet.
2020-04-14 07:26:16 +02:00
miigotu
210657b791
Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.
2020-04-08 11:26:17 +02:00
Mariusz Felisiak
678f958ef9
Fixed highlightlang deprecation warning on Sphinx 1.8+.
2020-04-07 09:48:52 +02:00