summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2023-04-12Fixed #27505 -- Allowed customizing Paginator's error messages.Marcelo Galigniana
2023-04-10Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language ↵sarahboyce
argument when fallback language is used. Regression in 94e7f471c4edef845a4fe5e3160132997b4cca81. Thanks Oussama Jarrousse for the report.
2023-04-07Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.Mariusz Felisiak
Regression in 6a2165816394ab4bb259f6171e82417e098e97a6.
2023-04-07Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on ↵Anders Kaseorg
PostgreSQL. Regression in 09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca.
2023-04-07Fixed #34464 -- Fixed queryset aggregation over group by reference.Simon Charette
Regression in 59bea9efd2768102fc9d3aedda469502c218e9b7. Refs #28477. Thanks Ian Cubitt for the report.
2023-04-06Fixed typos in docs/faq/contributing.txt.Rishi Joshi
2023-04-06Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak
Thanks Patryk Zawadzki for the report. Regression in 09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca.
2023-04-06Fixed #34463 -- Corrected code-block directives in docs.Yahya Ali
Thanks ExTexan for the report.
2023-04-06Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside of the ↵Sarah Boyce
request-response cycle.
2023-04-05Added release date for 4.1.8.Mariusz Felisiak
2023-04-05Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.Simon Charette
Thanks Andrew Cordery for the report. Regression in b3db6c8dcb5145f7d45eff517bcd96460475c879.
2023-04-04Refs #34434 -- Added note about breaking changes in psycopg version 3 to ↵David Sanders
release notes.
2023-04-04Updated release process for 2.0+ release numbering and latest practices.Mariusz Felisiak
2023-04-03Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.th3nn3ss
2023-04-03Added stub release notes for 4.2.1.Mariusz Felisiak
2023-04-03Finalized release notes for Django 4.2.Mariusz Felisiak
2023-04-03Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats docs.Edison Wang
2023-03-30Fixed #34446 -- Removed unneeded and incorrect example in coding style docs.JiriKr
2023-03-30Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async ↵Mariusz Felisiak
functions." This reverts commits 23cbed21876bf02f4600c0dac3a5277db5b2afbb and 203a15cadbf8d03b51df1b28d89b2e7ab4264973.
2023-03-24Fixed typos in docs/ref/forms/renderers.txt.Mariusz Felisiak
2023-03-24Fixed #34077 -- Added form field rendering.David Smith
2023-03-24Added Django Forum to mailing lists page.Carlton Gibson
2023-03-24Fixed #28553 -- Fixed annotation mismatch with ↵David Wobrock
QuerySet.values()/values_list() on compound queries. Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
2023-03-22Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetchall() ↵Jesper Olsson
examples. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2023-03-22Doc'd use of asgiref.sync adapters with sensitive variables.Carlton Gibson
2023-03-22Refs #31949 -- Adjusted error reporting docs.Carlton Gibson
2023-03-22Refs #31949 -- Enabled @sensitive_variables to work with async functions.Jon Janzen
2023-03-22Fixed typo in docs/topics/class-based-views/mixins.txt.amirsoroush
2023-03-21Fixed #34388 -- Allowed using choice enumeration types directly on model and ↵T. Franzel
form fields.
2023-03-20Fixed some typos in comments, docstrings, and tests.Liyang Zhang
2023-03-18Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional.Mariusz Felisiak
Co-authored-by: Author: Claude Paroz <claude@2xlibre.net>
2023-03-16Fixed #1873 -- Handled multi-valued query parameters in admin changelist ↵sarahboyce
filters.
2023-03-16Fixed #34404 -- Clarified how FileResponse set Content-Type header.Ayush Bisht
2023-03-15Reverted "Fixed #33213 -- Doc'd testing code coverage in parallel and used it."Mariusz Felisiak
This reverts commit 69352d85fa8412865db9e0c7f177b333c0eac3e2. Test coverage for async methods was no longer calculated with this change.
2023-03-12Corrected example in CreateCollation() docs.Adam Johnson
2023-03-09Doc'd that action descriptions are %-formatted.Mariusz Felisiak
Co-authored-by: JD Bothma <jbothma@gmail.com>
2023-03-09Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak
2023-03-08Fixed #34370 -- Added integer fields validation as 64-bit on SQLite.nabil-rady
2023-03-08Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
Bug in 0dcd549bbe36c060f536ec270d34d9e7d4b8e6c7. Thanks Eric Zarowny for the report.
2023-03-07Refs #31626 -- Noted that Daphne provides a runserver command.Carlton Gibson
2023-03-07Fixed #31920 -- Made AuthenticationMiddleware add request.auser().Jon Janzen
2023-03-07Fixed #32172 -- Adapted signals to allow async handlers.Jon Janzen
co-authored-by: kozzztik <kozzztik@mail.ru> co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2023-03-06Added stub release notes for 4.1.8.Mariusz Felisiak
2023-03-05Fixed typo in docs/releases/5.0.txt.Ivan Sagalaev
2023-03-03Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce
Thanks Carlton Gibson, Simon Willison, David Smith, and Mariusz Felisiak for reviews.
2023-03-01Doc'd that django.setup() is called under ASGI.Adam Johnson
2023-03-01Fixed #34367 -- Updated instructions for installing GeoDjango on Windows.Heath Henley
Thanks David Smith for the review.
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-03-01Refs #34140 -- Added configurations to run blacken-docs linter and adjusted ↵Mariusz Felisiak
docs. This adds: - GitHub actions, - tox configuration, - pre-commit hook, and - makefile rules to run blacken-docs linter. Co-authored-by: David Smith <smithdc@gmail.com>
2023-03-01Refs #34140 -- Made minor edits to rst code-blocks.Mariusz Felisiak