summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2024-09-16[5.1.x] Fixed #35767 -- Adjusted customizing User model docs.Carlton Gibson
2024-09-11[5.1.x] Added example of email sending with additional capabilities to docs/t...Ronny V.
2024-09-11[5.1.x] Refs #35060 -- Fixed the update to update_fields in overridden save()...Clifford Gama
2024-09-03[5.1.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...Natalia
2024-08-22[5.1.x] Sorted alphabetically forms list in docs/topics/auth/default.txt.nessita
2024-08-19[5.1.x] Fixed #35678 -- Removed "usable_password" field from BaseUserCreation...Natalia
2024-08-08[5.1.x] Refs #31405 -- Improved LoginRequiredMiddleware documentation.Adam Johnson
2024-08-05[5.1.x] Used :pypi: role in docs where appropriate.Mariusz Felisiak
2024-07-04[5.1.x] Relocated database setup details to install docs to simplify tutorial 2.Kudz
2024-06-25[5.1.x] Fixed #34886 -- Modified sample use of lazy in delayed translations.lufafajoshua
2024-06-24[5.1.x] Migrated setuptools configuration to pyproject.toml.Claude Paroz
2024-06-24[5.1.x] Fixed #35306 -- Documented fallback localization formats in templates...lufafajoshua
2024-06-18[5.1.x] Restructured the EmailMultiAlternatives docs.Sarah Boyce
2024-05-22Fixed #31405 -- Added LoginRequiredMiddleware.Hisham Mahmood
2024-05-08Removed Redis parser_class reference from docs.r3a96
2024-04-26Made confirmation prompt in squashmigrations consistent with other prompts.Cole D
2024-04-22Fixed incorrect blockquotes in docs/topics/forms/index.txt.minusf
2024-04-04Refs #31710 -- Improved multiple file upload docs.Adam Johnson
2024-03-28Fixed typo in docs/topics/signals.txt.Matthias Kestenholz
2024-03-27Fixed #35233 -- Moved template engine system checks to backend methods.Giannis Terzopoulos
2024-03-13Fixed #34901 -- Added async-compatible interface to session engines.Jon Janzen
2024-03-08Corrected code-block directives in topics/forms/formsets.txt.Mitchina
2024-03-07Fixed #35030 -- Made django.contrib.auth decorators to work with async functi...Dingning
2024-03-06Fixed broken links and redirects in docs.Mariusz Felisiak
2024-03-05Fixed #35267 -- Clarified time zone topic for PostgreSQL in docs.Josh Smeaton
2024-03-04Fixed #35261 -- Corrected Media JS example of object-based paths in docs.Leandro de Souza
2024-02-23Fixed #35090 -- Deprecated registering URL converters with the same name.Salvo Polizzi
2024-02-21Fixed #34806 -- Made cached_db session backend resilient to cache write errors.Sulabh Katila
2024-02-20Fixed #34429 -- Allowed setting unusable passwords for users in the auth forms.Fabian Braun
2024-02-01Fixed typo in docs/topics/db/managers.txt.Ebram Shehata
2024-01-31Fixed #35156 -- Removed outdated note about not supporting foreign keys by SQ...Ben Cail
2024-01-29Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting.Alexander Lazarević
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-22Fixed typo in docs/topics/auth/default.txt.Adrienne Franke
2024-01-20Updated "Dive Into Python" links.Emmanuel Katchy
2024-01-17Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...Amir Karimi
2024-01-09Made management command examples more consistent in docs.evananyonga
2024-01-02Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave().Salvo Polizzi
2024-01-01Fixed #35072 -- Corrected Field.choices description in models topic.Zowie Beha
2023-12-22Fixed #34658 -- Added SimpleTestCase.assertNotInHTML().Nicolas Lupien
2023-12-20Fixed #35015 -- Updated MySQL notes in migrations topic.Nicolas Lupien
2023-12-15Fixed typos in docs.Mariusz Felisiak
2023-11-29Refs #25778 -- Updated some links and references to HTTPS.Adam Johnson
2023-11-23Fixed #14611 -- Added query_params argument to RequestFactory and Client clas...Tom Carrick
2023-11-17Removed obsolete warnings about asgiref.sync adapters with sensitive variables.Mariusz Felisiak
2023-11-16Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for ...David Smith
2023-11-15Fixed #34970 -- Clarified Password Validation docs regarding the password_cha...Markus Amalthea Magnuson
2023-10-30Refs #30601 -- Fixed typos in docs/topics/db/transactions.txt.Natalia
2023-10-30Refs #15578 -- Made cosmetic edits to fixtures docs.Natalia
2023-10-30Fixed typo in docs/topics/forms/index.txt.Mariusz Felisiak