summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
2023-02-28Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit
2023-02-24Doc'd that Meta.indexes is preferred to Field.db_index.Adam Johnson
2023-02-23Fixed #34338 -- Allowed customizing code of ValidationError in ↵Xavier Fernandez
BaseConstraint and subclasses.
2023-02-22Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.Xavier Fernandez
2023-02-22Moved DatabaseIntrospection.get_table_description() internal_size release ↵Tim Graham
note to "Database backend API" section.
2023-02-16Refs #21080, Refs #34322 -- Added warning to ManifestStaticFilesStorage docs ↵Mariusz Felisiak
about paths in comments.
2023-02-16Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho
This adds "aria-label".
2023-02-15Refs #32339 -- Doc'd setting a form's template_name is recomended over using ↵David Smith
as_* methods.
2023-02-15Refs #32339 -- Updated docs to reflect default <div> style form rendering in ↵David Smith
Django 5.0. Follow up to 98756c685ee173bbd43f21ed0553f808be835ce5.
2023-02-15Refs #32339 -- Doc'd BaseFormSet.as_div()David Smith
2023-02-14Fixed #34328 -- Added async-only class-based middleware example.Carlton Gibson
2023-02-14Fixed #34280 -- Allowed specifying different field values for create ↵tschilling
operation in QuerySet.update_or_create().
2023-02-14Added CVE-2023-24580 to security archive.Carlton Gibson