summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2021-11-18[4.0.x] Added Malay language.jhisham
2021-11-17[4.0.x] Fixed crash building HTML docs since Sphinx 4.3.Mariusz Felisiak
2021-11-17[4.0.x] Fixed #33163 -- Added example of connection signal handlers in AppCon...Roxane
2021-11-05[4.0.x] Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ...Mariusz Felisiak
2021-11-05[4.0.x] Refs #33263 -- Expanded release notes for DeleteView adopting FormMixin.Carlton Gibson
2021-11-04[4.0.x] Corrected multiply defined labels in docs.Mariusz Felisiak
2021-11-03[4.0.x] Refs #33247 -- Corrected configuration for Read The Docs.Carlton Gibson
2021-11-03[4.0.x] Corrected module reference in contributing tutorial.Adam Johnson
2021-11-03[4.0.x] Fixed typo in docs/topics/logging.txt.Brad
2021-11-01[4.0.x] Added stub release notes for Django 3.2.10.Mariusz Felisiak
2021-11-01[4.0.x] Added release date for 3.2.9.Mariusz Felisiak
2021-11-01[4.0.x] Added Google Cloud Spanner to list of third-party DB backends.Vikash Singh
2021-10-27[4.0.x] Refs #33182 -- Adjusted custom admin theming example to use correct t...Carlton Gibson
2021-10-21[4.0.x] Fixed #33210 -- Clarified docs for sitemaps ping_google() helper.Arkadiusz Adamski
2021-10-21[4.0.x] Fixed #33215 -- Confirmed support for GEOS 3.10.Mariusz Felisiak
2021-10-20[4.0.x] Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.David Smith
2021-10-19[4.0.x] Refs #33207 -- Clarified that AUTH_USER_MODEL expects an app label.Mariusz Felisiak
2021-10-19[4.0.x] Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith
2021-10-18[4.0.x] Fixed #33172 -- Added example of modifying upload handlers on the fly...sreehari1997
2021-10-18[4.0.x] Fixed #33194 -- Fixed migrations when altering a field with functiona...Hannes Ljungberg
2021-10-18[4.0.x] Fixed #33198 -- Corrected BinaryField.max_length docs.Nick Frazier
2021-10-15[4.0.x] Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.Mariusz Felisiak
2021-10-14[4.0.x] Used :source: role in docs/howto/custom-template-tags.txt.Mariusz Felisiak
2021-10-13[4.0.x] Doc'd a precise exception type in Paginator.page() docs.Sih Sîng-hông薛丞宏
2021-10-12[4.0.x] Added 'formatter' to spelling wordlist.Mariusz Felisiak
2021-10-08[4.0.x] Improved docs regarding UTF-8 support with Apache and mod_wsgi.Nick Frazier
2021-10-07[4.0.x] Refs #31026 -- Improved BoundField.label_tag() docs.David Smith
2021-10-05[4.0.x] Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x.Mariusz Felisiak
2021-10-05[4.0.x] Added stub release notes for Django 3.2.9.Carlton Gibson
2021-10-05[4.0.x] Added release date for 3.2.7.Carlton Gibson
2021-10-05[4.0.x] Fixed #22224 -- Added note about supplying missing values for non-nul...Jacob Walls
2021-10-04[4.0.x] Fixed #32888 -- Doc'd that select_for_update() only locks tables with...Hannes Ljungberg
2021-10-04[4.0.x] Refs #27694 -- Doc'd lookups that can be chained with HStoreField key...Sarah Abderemane
2021-09-29[4.0.x] Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_res...David Wobrock
2021-09-29[4.0.x] Recommended using .tables on SQLite in tutorial 2.Victor Sowa
2021-09-28[4.0.x] Corrected field and model check messages in docs.Mariusz Felisiak
2021-09-24[4.0.x] Removed obsolete GEOS 3.5 requirement note.Claude Paroz
2021-09-22[4.0.x] Fixed typo in 4.0 release notes.Jero Bado
2021-09-22[4.0.x] Fixed #33128 -- Corrected possessive 's usage in FormSet docs.Joel Farthing
2021-09-21[4.0.x] Fixed #33083 -- Fixed selecting all items in the admin changelist whe...Carlton Gibson
2021-09-21[4.0.x] Fixed broken links and redirects in docs.Mariusz Felisiak
2021-09-21[4.0.x] Used :rfc: role in docs/topics/conditional-view-processing.txt.Mariusz Felisiak
2021-09-20[4.0.x] Bumped django_next_version in docs config.Mariusz Felisiak
2021-09-20Updated man page for Django 4.0 alpha.Mariusz Felisiak
2021-09-20Made cosmetic edits to docs/releases/4.0.txt.Mariusz Felisiak
2021-09-20Removed empty sections from 4.0 release notes.Mariusz Felisiak
2021-09-20Fixed #31026 -- Switched form rendering to template engine.David Smith
2021-09-20Fixed #32504 -- Updated admin's jQuery to 3.6.0.Mariusz Felisiak
2021-09-18Fixed #33077 -- Fixed links to related models for admin's readonly fields in ...Ken Whitesell
2021-09-17Fixed typo in docs/intro/reusable-apps.txt.Steven Maude