| Age | Commit message (Collapse) | Author |
|
Thanks Saravana Kumar for the report, and Sarah Boyce and Mariusz
Felisiak for the reviews.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
Backport of 9a2dd9789a2edeed7344a8ec0d17142ad27443a1 from main.
|
|
executes an UPDATE.
The empty string is no longer special-cased since
c2ba59fc1da5287d6286e2c2aca4083d5bafe056.
Backport of d66137b39b1503ca3d4d4fac687251adbc845068 from main.
|
|
appropriate.
Some references are replaced with links to the Django Discord server.
Backport of 15e207ce80581ec64bd790c37cce1bc07d01a744 from main.
|
|
Backport of 007f14365988bd94c35dc34959c1ef4c2407c86f from main.
|
|
Backport of 53e21eebf22bc05c7fa30820b453b7f345b7af40 from main.
|
|
Backport of 095f5db060b88f5ef248d6a656b9059a54d4f277 from main.
|
|
migrations.
While AlterUniqueTogether has been documented to be still allowed in historical
migrations for the foreseeable future it has been crashing since 2abf417c815c20
was merged because the latter removed support for Meta.index_together which the
migration framework uses to render models to perform schema changes.
CreateModel(options["unique_together"]) was also affected.
Refs #27236.
Co-authored-by: Simon Charette <charette.s@gmail.com>
Backport of b44efdfe543c9b9f12690b59777e6b275cb08103 from main.
|
|
Co-authored-by: Aman Sharma <210100011@iitb.ac.in>
Backport of 6f38697f90a14f1450a71c1e40aea0f5df7dca86 from main.
|
|
descriptions.
Backport of eb665e076ca3417eb0ac654aed9e9c1853c5af84 from main.
|
|
Backport of 595cb4a7aeb1ba1770d10d601ce9a2b4e487c46e from main.
|
|
Backport of 828afd782f8bc019401075bd51fad039cc5ceff0 from main.
|
|
HasKeyLookup usage on Oracle.
Thanks Seokchan Yoon for the report, and Mariusz Felisiak and Sarah
Boyce for the reviews.
|
|
Thanks to jiangniao for the report, and Shai Berger and Natalia Bidart
for the reviews.
|
|
Backport of 871e1ee5ff0b75aee5dd1bd3e88e349ca0ddc60d from main.
|
|
Thank you to Simon Charette and Sarah Boyce for the review.
Regression in 73df8b54a2fab53bec4c7573cda5ad8c869c2fd8.
Backport of 2f6b096b83c55317c7ceef2d8d5dc3bee33293dc from main.
|
|
Obsoleted in c4fa0143f7117a07a3f0258a063f5265e795ffbb.
The general install instructions are still linked above.
Backport of 3d819e23240ab6f903eb60d76237628981fd52b5 from main.
|
|
Backport of 2544c1585473c1e82dab1274b52052744f97ca72 from main.
|
|
username is unavailable.
Thanks Mariusz Felisiak and Jacob Tyler Walls for reviews.
Backport of c635decb00ac957daf81c08541cdc9cf46f6d86d from main.
|
|
Backport of 67ce158097f0c73c0300d461c858c9721b81ad9b from main.
|
|
as_div.
Backport of c56e1273a9d87ffad3a84fb597550f79b9820281 from main.
|
|
Backport of ca113adbae1cc2129256f51ac71e8aed2a381576 from main.
|
|
Backport of 512a2bad0574a3748cb2f141a761a286a67f0ae9 from main.
|
|
Backport of da2432cccae841f0d7629f17a5d79ec47ed7b7cb from main.
|
|
custom auth backend.
Backport of 7e759d9af714b4db6735f7e53f62a5933a6260b8 from main.
|
|
Backport of 56ffd9f20a98a486b817b0d1dc5ccbe6a557a965 from main.
|
|
Backport of 299b072498b23d1d7fe9f1545f7b27b73ca8e22b from main.
|
|
Outdated since 014247ad1922931a2f17beaf6249247298e9dc44.
Backport of 63dbe30d3363715deaf280214d75b03f6d65a571 from main.
|
|
Backport of 54774e790d461d94653a4a83a7f5cc456e6d246a from main.
|
|
test docs.
Follow up to e6f82438d4e3750e8d299bfd79dac98eebe9f1e0.
Backport of 46eb256ccedcac6b1f6bc957461506d881d468fb from main.
|
|
contributors docs.
This improves accessibility for screen reader users, see WCAG SC 1.3.1 Info and Relationships:
https://www.w3.org/WAI/WCAG22/Understanding/info-and-relationships.html
Backport of c4c076223eb73553d3bc8fbc11be2c529d9aea6b from main.
|
|
widget instance" docs.
Backport of 18b3a9dd395278232354a4f2507660a4f849c6eb from main.
|
|
Backport of db5980ddd1e739b7348662b07c9d91478d911877 from main.
|
|
Backport of 2bfb1211c0a88e4dd4ccf2220c320a221d7a5043 from main.
|
|
due to CharField.strip.
CharField.strip was introduced in 11cac1bd8ef7546ca32d9969d4348bf412dc6664, and is True by
default, meaning the previous example of " " raised a ValidationError.
Backport of 72de38239fdc97751e1e4ed245c7073c31bbd28a from main.
|
|
Backport of 2d41e40ddfe90de4bc1ceeba38bbe1f6eb4ce7ce from main
|
|
Backport of ecd81ac8b786ac6f4e8a5626e0d029bcb11064a5 from main
|
|
Backport of 4fcbdb11b114bc4d2dc50663f8053de2f18c0770 from main.
|
|
ModelAdmin.fieldsets.
Thank you to Namhong Kim for the report, and to Mariusz Felisiak and Marijke Luttekes for the review.
Regression in 01ed59f753139afb514170ee7f7384c155ecbc2d.
Backport of 2c029c718f45341cdd43ee094c24488743c633e6 from main.
|
|
Backport of 97a6a678c406b0049bd17bcd34f1d71d96141994 from main.
|
|
using send_messages().
Backport of 17c8ee7e3f7bf400128281b4fb283d7c209ca02b from main.
|
|
Backport of 8f3dee1dfdc4242348c6cd6ead1c359cda78c2b5 from main.
|
|
Backport of d7f78eb5d6c9250789fb3975b01e2a71d0e39577 from main.
|
|
contributing docs.
This is not needed as the console snippet has buttons that allows the user to choose their OS.
Backport of 163e72ebbaa84804877f3d1ae212575e479b533b from main.
|
|
Backport of 799c3778186167eca3ed43f0e480738a607381de from main.
|
|
attribute in forms docs.
Backport of 738e0601d597d4b6bee0000f645994495af984d8 from main.
|
|
and color contrast.
Backport of c973d9ee82a36419a408b193d4195f69734a8e33 from main.
|
|
Third-party packages that provide storages need to rely on the
StorageHandler API in order to allow users to use the `storages` module
instance to override defaults. Minimally documenting these methods
allows package authors to rely on them.
Co-authored-by: Sarah Boyce <42296566+sarahboyce@users.noreply.github.com>
Backport of 6dcab75d5d8c2ef18de15323930057e6fa9ec00f from main.
|
|
Backport of 6ae0dc89c53e51ec1d74ffba630686ad1988466a from main.
|
|
itself rather a copy.
Backport of b8e9cdf13b7ab6621926a5d2aad3e2bb745aae00 from main.
|