summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)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 func...Mariusz Felisiak
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 QuerySet.values()/values_list(...David Wobrock
2023-03-22Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetchall() e...Jesper Olsson
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
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
2023-03-16Fixed #1873 -- Handled multi-valued query parameters in admin changelist filt...sarahboyce
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
2023-03-12Corrected example in CreateCollation() docs.Adam Johnson
2023-03-09Doc'd that action descriptions are %-formatted.Mariusz Felisiak
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
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
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
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
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 d...Mariusz Felisiak
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 BaseConstraint...Xavier Fernandez
2023-02-22Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.Xavier Fernandez
2023-02-22Moved DatabaseIntrospection.get_table_description() internal_size release not...Tim Graham
2023-02-16Refs #21080, Refs #34322 -- Added warning to ManifestStaticFilesStorage docs ...Mariusz Felisiak
2023-02-16Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho
2023-02-15Refs #32339 -- Doc'd setting a form's template_name is recomended over using ...David Smith
2023-02-15Refs #32339 -- Updated docs to reflect default <div> style form rendering in ...David Smith
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 operatio...tschilling
2023-02-14Added CVE-2023-24580 to security archive.Carlton Gibson