summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2023-04-13[4.2.x] Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dat...nessita
2023-04-12[4.2.x] Refs #34482 -- Reverted "Fixed #32969 -- Fixed pickling HttpResponse ...Mariusz Felisiak
2023-04-12[4.2.x] Fixed #34484, Refs #34482 -- Reverted "Fixed #29186 -- Fixed pickling...Mariusz Felisiak
2023-04-10[4.2.x] Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_la...sarahboyce
2023-04-07[4.2.x] Fixed #34470 -- Enforced UTF-8 encoding on PostgreSQL.Mariusz Felisiak
2023-04-07[4.2.x] Fixed #34466 -- Reallowed setting cursor_factory in DATABASES["option...Anders Kaseorg
2023-04-07[4.2.x] Fixed #34464 -- Fixed queryset aggregation over group by reference.Simon Charette
2023-04-06[4.2.x] Fixed typos in docs/faq/contributing.txt.Rishi Joshi
2023-04-06[4.2.x] Fixed #34459 -- Fixed SearchVector() crash for parameters with % symbol.Mariusz Felisiak
2023-04-06[4.2.x] Fixed #34463 -- Corrected code-block directives in docs.Yahya Ali
2023-04-06[4.2.x] Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside ...Sarah Boyce
2023-04-05[4.2.x] Added release date for 4.1.8.Mariusz Felisiak
2023-04-05[4.2.x] Fixed #34458 -- Fixed QuerySet.defer() crash on attribute names.Simon Charette
2023-04-04[4.2.x] Refs #34434 -- Added note about breaking changes in psycopg version 3...David Sanders
2023-04-04[4.2.x] Updated release process for 2.0+ release numbering and latest practices.Mariusz Felisiak
2023-04-03[4.2.x] Added stub release notes for 4.2.1.Mariusz Felisiak
2023-04-03[4.2.x] Finalized release notes for Django 4.2.Mariusz Felisiak
2023-04-03[4.2.x] Updated man page for Django 4.2 final.Mariusz Felisiak
2023-04-03[4.2.x] Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats d...Edison Wang
2023-03-30[4.2.x] Fixed #34446 -- Removed unneeded and incorrect example in coding styl...JiriKr
2023-03-24[4.2.x] Fixed typos in docs/ref/forms/renderers.txt.Mariusz Felisiak
2023-03-24[4.2.x] Added Django Forum to mailing lists page.Carlton Gibson
2023-03-22[4.2.x] Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetc...Jesper Olsson
2023-03-22[4.2.x] Doc'd use of asgiref.sync adapters with sensitive variables.Carlton Gibson
2023-03-22[4.2.x] Fixed typo in docs/topics/class-based-views/mixins.txt.amirsoroush
2023-03-18[4.2.x] Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage ...Mariusz Felisiak
2023-03-16[4.2.x] Fixed #34404 -- Clarified how FileResponse set Content-Type header.Ayush Bisht
2023-03-12[4.2.x] Corrected example in CreateCollation() docs.Adam Johnson
2023-03-09[4.2.x] Doc'd that action descriptions are %-formatted.Mariusz Felisiak
2023-03-09[4.2.x] Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak
2023-03-08[4.2.x] Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock
2023-03-07[4.2.x] Refs #31626 -- Noted that Daphne provides a runserver command.Carlton Gibson
2023-03-06[4.2.x] Added stub release notes for 4.1.8.Mariusz Felisiak
2023-03-01[4.2.x] Doc'd that django.setup() is called under ASGI.Adam Johnson
2023-03-01[4.2.x] Fixed #34367 -- Updated instructions for installing GeoDjango on Wind...Heath Henley
2023-03-01[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-03-01[4.2.x] Refs #34140 -- Added configurations to run blacken-docs linter and ad...Mariusz Felisiak
2023-03-01[4.2.x] Refs #34140 -- Made minor edits to rst code-blocks.Mariusz Felisiak
2023-02-28[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...Joseph Victor Zammit
2023-02-24[4.2.x] Doc'd that Meta.indexes is preferred to Field.db_index.Adam Johnson
2023-02-22[4.2.x] Moved DatabaseIntrospection.get_table_description() internal_size rel...Tim Graham
2023-02-16[4.2.x] Refs #21080, Refs #34322 -- Added warning to ManifestStaticFilesStora...Mariusz Felisiak
2023-02-15[4.2.x] Refs #32339 -- Doc'd BaseFormSet.as_div()David Smith
2023-02-14[4.2.x] Fixed #34328 -- Added async-only class-based middleware example.Carlton Gibson
2023-02-14[4.2.x] Added CVE-2023-24580 to security archive.Carlton Gibson
2023-02-14[4.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann
2023-02-13[4.2.x] Fixed #29994 -- Added warning about performance of FileBasedCache wit...Sarah Boyce
2023-02-13[4.2.x] Fixed #34318 -- Added release note for 4bfe8c0eec835b8eaffcda7dc1e3b2...Sota Tabu
2023-02-10[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-02-10[4.2.x] Fixed #34325 -- Corrected wording in PercentRank() docs.dennisvang