Florian Apolloner
2135637fdd
[2.2.x] Fixed CVE-2021-45115 -- Prevented DoS vector in UserAttributeSimilarityValidator.
...
Thanks Chris Bailey for the report.
Co-authored-by: Adam Johnson <me@adamj.eu>
2022-01-04 10:20:31 +01:00
Mariusz Felisiak
bed1755bc5
[2.2.x] Changed IRC references to Libera.Chat.
...
Backport of 66491f08fe86629fa25977bb3dddda06959f65e7 from main.
2021-05-20 12:42:48 +02:00
Mariusz Felisiak
79baf338ae
[2.2.x] Fixed highlightlang deprecation warning on Sphinx 1.8+.
...
Backport of 678f958ef972bf9be402332537149ca0884035ba from master
2020-06-02 10:57:25 +02:00
Mariusz Felisiak
b0d810a77b
[2.2.x] Fixed Sphinx warnings on duplicate object descriptions.
...
Backport of 69e2cd6fed40f3ecf767609b80ad31f288446e48 from master.
2020-06-02 10:47:40 +02:00
Claude Paroz
996be04c3c
[2.2.x] Fixed #30439 -- Added support for different plural forms for a language.
...
Thanks to Michal Čihař for review.
Backport of e3e48b00127c09eafe6439d980a82fc5c591b673 from master
2020-03-10 16:04:58 +01:00
Sergey Fedoseev
c2a8a69b72
[2.2.x] Used 🎫 role in all tickets links.
...
Backport of abc51d44afcb8482c64c0bb8c1022f11e7eb2bbb from master.
2019-11-26 14:45:15 +01:00
Caio Ariede
11e42001d9
[2.2.x] Fixed #27164 -- Fixed an example of using routers in multiple databases docs.
...
Make sure that AuthRouter includes ContentType in the same database.
Backport of 608e06023e6eaf75f744134a0fd203853260e616 from master
2019-11-20 11:51:59 +01:00
David Foster
afde973061
[2.2.x] Fixed #30828 -- Added how to remove/insert many-to-many relations in bulk to the database optimization docs.
...
Backport of 6a04e69e686cf417b469d7676f93c2e3a9c8d6a3 from master
2019-11-12 13:13:49 +01:00
Mariusz Felisiak
612c2d166c
[2.2.x] Fixed typo in docs/topics/files.txt.
...
Backport of 08c0d8b16bb7e79074bc9c8ab4f0db97a94d336a from master
2019-11-11 11:52:38 +01:00
Shipeng Feng
5ad97e53fd
[2.2.x] Fixed #30955 -- Doc'd that only concrete base models are stored in historical models bases.
...
Abstract models are removed from bases when generating historical model
state since 6436f1fad9ce51f18735106ac75aeea3d6d1f310.
Backport of 8058d9d7adb189fec75a4b57565f225996c7b22c from master.
2019-11-08 09:44:58 +01:00
René Fleschenberg
a39db53e0c
[2.2.x] Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.
...
Backport of 367634f976ab43db93321bf4eb898449b670e291 from master
2019-11-07 09:41:27 +01:00
Mariusz Felisiak
a7f90d9c02
[2.2.x] Refs #30947 -- Changed tuples to lists in model Meta options examples in docs.
...
Follow up to 97d3321e89c8d4434927bdbc308db1ccffa99d3b.
Backport of e5cacb1f47cb3a2943bbc7685a630c84503b0d1b from master
2019-11-05 08:40:38 +01:00
Adam Johnson
24a0ce187a
[2.2.x] Updated list of field types conversions in ModelForm docs.
...
Backport of 5a856669bf0574f612eea89e72a6b0a3d2cb80d9 from master
2019-11-04 11:04:30 +01:00
Mariusz Felisiak
3ca4457af3
[2.2.x] Corrected error message in Many-to-many relationships docs.
...
Backport of a370dbd9543703677697e80701b5dbec8c8e7da7 from master
2019-10-30 16:18:18 +01:00
Ken Whitesell
9d15f1ead9
[2.2.x] Fixed #30917 -- Clarified formsets topic documentation.
...
Backport of 4c762588ff6748a9a9bad111894fd418c43b74a9 from master
2019-10-30 09:01:36 +01:00
Hasan Ramezani
4cc1549b6e
[2.2.x] Fixed #13750 -- Clarified need to reopen models.ImageField.image file to access raw image data.
...
Backport of f57e174fa61e4c31213f6d0033fb9d647b463626 from master
2019-10-29 16:10:37 +01:00
Mariusz Felisiak
4d992bc7d1
[2.2.x] Fixed typo in docs/topics/files.txt.
...
Backport of bf7b3e2750e3392d112b34e076ee1a77c8adbe77 from master
2019-10-29 16:10:27 +01:00
Adam Johnson
4c0979bba4
[2.2.x] Documented the order in which signal receivers are called.
...
Backport of ab0fd3f58f751859cc7c5260decf0acca26513bf from master
2019-10-28 13:32:09 +01:00
Simon Charette
f037ae11ec
[2.2.x] Refs #26207 -- Removed obsolete note about slow constructing a model with deferred fields.
...
This is not true since 7f51876 removed the necessity of creating
proxy model classes at runtime for each deferred field sets.
Backport of 35396a7f243eceec42cc90725ab573a7d9ac3b4c from master
2019-10-14 12:53:32 +02:00
Mac Chapman
8c1b492e5f
[2.2.x] Fixed #11097 -- Added note about parent link fields in formsets for multi-table inheritance models.
...
Backport of 0b7378db1fdd7bfc7b78089811b3abb722c4ba95 from master
2019-10-09 12:55:23 +02:00
Caio Ariede
5e91adc79d
[2.2.x] Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel.
...
Backport of dafdfd6a60638c4edcca7c4e65d11c0af654d759 from master
2019-10-08 12:34:02 +02:00
David Vaz
4116b369b1
[2.2.x] Fixed #30597 -- Clarified how to unapply migrations.
...
Backport of 45554fd5c5c6a536db3ce70d78646d3dc398cf08 from master
2019-09-27 22:41:16 +02:00
Adam Johnson
80d78fd651
[2.2.x] Documented admonition on when to use custom signals
...
Thanks Cesar Canassa for the suggestion and Aymeric Augustin for review.
Backport of 566fca14b3e1406f918898de5bb2b2382a44edaf from master
2019-09-25 10:40:49 +01:00
Mariusz Felisiak
acc0d99e6c
[2.2.x] Refs #30350 -- Doc'd support for range serialization in migrations.
...
Backport of bc46e386c7aa496642d3ffc9e4f56ae5a46417a7 from master
2019-09-24 13:56:06 +02:00
Ryan Nowakowski
f314cebe82
[2.2.x] Updated the default cache key transformation in documentation.
...
Follow up to 6c69de80bdcd2744bc64cb933c2d863dd5e74a33.
Backport of 3f141719a198983a41840e3c2ea542f87c92e4c1 from master
2019-09-24 12:43:57 +02:00
Claude Paroz
29d2f5a662
[2.2.x] Refs #26601 -- Used new-style middlewares in documentation.
...
Backport of d71497bb249a2c3ffec41e99089f5ae8e575f2d3 from master
2019-09-24 09:59:41 +02:00
François Freitag
9b7c5a92ec
[2.2.x] Fixed broken links and redirects in documentation.
...
Removed reference to custom builds, feature removed in
8e6b3bba99
.
Backport of 9a88e43aeba6cc85ffb2a48a06c296ccf68e0d71 from master
2019-08-21 10:58:05 +02:00
Harrison88
0dc3ad163a
[2.2.x] Fixed #30695 -- Used relative path in default_storage docs example.
...
Backport of 1e429df748867097451bf0b45d1080ae6828d921 from master
2019-08-20 12:03:04 +02:00
daniel a rios
f9462f4c82
[2.2.x] Fixed #30656 -- Added QuerySet.bulk_update() to the database optimization docs.
...
Backport of 68aeb9016084290aac4f82860e17a9f4e941676e from master
2019-07-29 10:10:00 +02:00
daniel a rios
b4139ed6ea
[2.2.x] Refs #30656 -- Reorganized bulk methods in the database optimization docs.
...
Backport of fe33fdc049df75f9dd8e2eecc8c94aefc0132cb8 from master
2019-07-29 10:09:53 +02:00
terminator14
61d4a15989
[2.2.x] Fixed typo in docs/topics/http/sessions.txt.
...
Backport of 8323691de0ba120dbdc8055063574df2b0c0afa4 from master
2019-07-23 15:11:54 +02:00
Davit Gachechiladze
de2635fb4e
[2.2.x] Fixed #30648 -- Removed unnecessary overriding get_context_data() from mixins with CBVs docs.
...
Backport of 7f612eda80db1c1c8e502aced54c2062080eae46 from master
2019-07-18 19:47:53 +02:00
sp1rs
0ea952e3d6
[2.2.x] Fixed #30600 -- Clarified that ValueError raised by converter.to_python() means no match.
...
Backport of f197c3dd9130b18397022605c27ffe5755f329d7 from master
2019-07-04 13:36:10 +02:00
swatantra
7d52d056e3
[2.2.x] Fixed #28667 -- Clarified how to override list of forms fields for custom UserAdmin with a custom user model.
...
Backport of c13e3715f5f46f2ee4ddba357e2589a45e831813 from master
2019-07-04 08:22:56 +02:00
Meysam
04965bf92d
[2.2.x] Fixed typo in docs/topics/db/models.txt.
...
Backport of 833878411c35e1d47abfb77c23863a9dc9bb6d27 from master
2019-06-24 09:05:15 +02:00
Joachim Jablon
26c1214364
[2.2.x] Fixed an example of email with display name in EmailMessage.from_email.
...
Backport of 0c2ffdd526ff0f0015628821c77fbee15960eaef from master
2019-06-13 18:00:28 +02:00
Mariusz Felisiak
430f7e9dac
[2.2.x] Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.
...
Backport of 5ab75adb900ca3fce50e65e60b11f2eb3ce9fd25 from master
2019-06-10 16:57:50 +02:00
swatantra
6dca336167
[2.2.x] Fixed #30553 -- Clarified the default value of disable_existing_loggers.
...
Backport of 03cd3d137e2c29484b020b9768a4741f1096be97 from master
2019-06-10 15:18:40 +02:00
Caio Ariede
d6d65c1e87
[2.2.x] Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrations.
...
Backport of 5248abe9b0425c1fc989c60a55860cdb4d135bcf from master
2019-06-04 14:57:08 +02:00
Mariusz Felisiak
853586ee2c
[2.2.x] Doc'd that extra_email_context can be used to override default template context values in PasswordResetView.
...
Backport of 8bdc7a6778ab3849c31ec77a997d07676f210419 from master
2019-05-27 12:26:41 +02:00
Shashank Parekh
86904c1850
[2.2.x] Fixed #30504 -- Corrected redirect() signature in docs.
...
Backport of 8000767769ac37ec7f73eb9fcc4b3fc7399a5808 from master
2019-05-24 08:27:10 +02:00
Caio Ariede
2f0dcd8238
[2.2.x] Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML declaration and comments.
...
Backport of 4fb9e7b057507dda1bccd969871ae350f6c68fef from master
2019-05-24 08:24:04 +02:00
Akshesh
efb906cbe4
[2.2.x] Fixed #30419 -- Favored Meta.indexes over Meta.index_together in optimization docs.
...
Backport of 888fdf182e164fa4b24aa82fa833c90a2b9bee7a from master
2019-05-22 07:55:31 +02:00
Jon Dufresne
ed221f7c97
[2.2.x] Changed docs to link to Python's description of iterable.
...
Backport of e86cc14bd36734d81c4e490a2453778e33b95a45 from master
2019-05-17 17:27:57 +02:00
Tobias Kunze
85b698449f
[2.2.x] Fixed #30395 -- Doc'd a limitation of ModelForm.Meta.widgets.
...
Backport of a309821c973cf3bcfe817bb71163fcccc461cec1 from master
2019-05-17 12:49:19 +02:00
Jon Dufresne
08c8838727
[2.2.x] Changed tuple choices to list in docs.
...
Backport of 97d3321e89c8d4434927bdbc308db1ccffa99d3b from master
2019-05-15 14:41:01 +02:00
Ahisahar Pretel
f6febbc078
[2.2.x] Fixed #30316 -- Added source code link to the default logging configuration in logging docs.
...
Backport of 717362d810955b9514e2ccd989f8a1647c9d7a00 from master
2019-05-15 12:37:21 +02:00
Jonatas C. Damasceno
72fe36c246
[2.2.x] Fixed #30437 -- Clarified that urlpatterns can be a sequence.
...
Backport of 8aad3321ed6f0b603361767a4fe00d046b5fdd34 from master
2019-05-14 06:47:14 +02:00
Tobias Kunze
54fcdf168a
[2.2.x] Fixed #20629 -- Rephrased custom user models admonition.
...
Backport of eb16c7260e573ec513d84cb586d96bdf508f3173 from master
2019-04-30 09:49:38 +02:00
Luke Plant
46416554f3
[2.2.x] Changed tuple Mate.unique_together/permissions to lists in docs.
...
Backport of 0c916255eb4d94e06e123fafec93efdba45b1259 from master
2019-04-24 10:33:05 +02:00