summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language a...sarahboyce2023-04-101-0/+4
* Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.Mariusz Felisiak2023-04-071-0/+3
* Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["options"] on P...Anders Kaseorg2023-04-071-0/+4
* Fixed #34464 -- Fixed queryset aggregation over group by reference.Simon Charette2023-04-071-0/+3
* Fixed typos in docs/faq/contributing.txt.Rishi Joshi2023-04-061-4/+4
* Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak2023-04-061-0/+4
* Fixed #34463 -- Corrected code-block directives in docs.Yahya Ali2023-04-062-2/+2
* Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside of the r...Sarah Boyce2023-04-061-0/+5
* Added release date for 4.1.8.Mariusz Felisiak2023-04-051-2/+2
* Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.Simon Charette2023-04-051-1/+2
* Refs #34434 -- Added note about breaking changes in psycopg version 3 to rele...David Sanders2023-04-041-0/+5
* Updated release process for 2.0+ release numbering and latest practices.Mariusz Felisiak2023-04-041-51/+50
* Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.th3nn3ss2023-04-032-0/+27
* Added stub release notes for 4.2.1.Mariusz Felisiak2023-04-032-0/+13
* Finalized release notes for Django 4.2.Mariusz Felisiak2023-04-031-4/+4
* Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats docs.Edison Wang2023-04-031-3/+3
* Fixed #34446 -- Removed unneeded and incorrect example in coding style docs.JiriKr2023-03-301-9/+0
* Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async func...Mariusz Felisiak2023-03-302-11/+1
* Fixed typos in docs/ref/forms/renderers.txt.Mariusz Felisiak2023-03-241-2/+2
* Fixed #34077 -- Added form field rendering.David Smith2023-03-245-4/+211
* Added Django Forum to mailing lists page.Carlton Gibson2023-03-242-6/+31
* Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list(...David Wobrock2023-03-241-0/+3
* Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetchall() e...Jesper Olsson2023-03-221-2/+11
* Doc'd use of asgiref.sync adapters with sensitive variables.Carlton Gibson2023-03-222-0/+25
* Refs #31949 -- Adjusted error reporting docs.Carlton Gibson2023-03-221-2/+2
* Refs #31949 -- Enabled @sensitive_variables to work with async functions.Jon Janzen2023-03-222-1/+11
* Fixed typo in docs/topics/class-based-views/mixins.txt.amirsoroush2023-03-221-5/+5
* Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel2023-03-214-7/+21
* Fixed some typos in comments, docstrings, and tests.Liyang Zhang2023-03-201-1/+1
* Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional.Mariusz Felisiak2023-03-182-4/+11
* Fixed #1873 -- Handled multi-valued query parameters in admin changelist filt...sarahboyce2023-03-161-0/+5
* Fixed #34404 -- Clarified how FileResponse set Content-Type header.Ayush Bisht2023-03-161-2/+5
* Reverted "Fixed #33213 -- Doc'd testing code coverage in parallel and used it."Mariusz Felisiak2023-03-151-9/+4
* Corrected example in CreateCollation() docs.Adam Johnson2023-03-121-1/+2
* Doc'd that action descriptions are %-formatted.Mariusz Felisiak2023-03-091-0/+5
* Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak2023-03-092-3/+3
* Fixed #34370 -- Added integer fields validation as 64-bit on SQLite.nabil-rady2023-03-081-0/+3
* Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock2023-03-083-2/+17
* Refs #31626 -- Noted that Daphne provides a runserver command.Carlton Gibson2023-03-072-0/+26
* Fixed #31920 -- Made AuthenticationMiddleware add request.auser().Jon Janzen2023-03-073-0/+32
* Fixed #32172 -- Adapted signals to allow async handlers.Jon Janzen2023-03-073-9/+62
* Added stub release notes for 4.1.8.Mariusz Felisiak2023-03-062-0/+13
* Fixed typo in docs/releases/5.0.txt.Ivan Sagalaev2023-03-051-1/+1
* Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce2023-03-035-0/+67
* Doc'd that django.setup() is called under ASGI.Adam Johnson2023-03-011-1/+1
* Fixed #34367 -- Updated instructions for installing GeoDjango on Windows.Heath Henley2023-03-011-21/+16
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-01193-4475/+5791
* Refs #34140 -- Added configurations to run blacken-docs linter and adjusted d...Mariusz Felisiak2023-03-016-8/+37
* Refs #34140 -- Made minor edits to rst code-blocks.Mariusz Felisiak2023-03-012-4/+10
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-2857-269/+443