summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2021-09-21[4.0.x] Fixed #33083 -- Fixed selecting all items in the admin changelist ↵Carlton Gibson
when actions are both top and bottom. Thanks Benjamin Locher for the report. Regression in 30e59705fc3e3e9e8370b965af794ad6173bf92b. Backport of b0ed619303d2fb723330ca9efa3acf23d49f1d19 from main
2021-09-21[4.0.x] Fixed broken links and redirects in docs.Mariusz Felisiak
Backport of 1d16dbc74563ec9aeb4bdff870d0fe5064667b26 from main
2021-09-21[4.0.x] Used :rfc: role in docs/topics/conditional-view-processing.txt.Mariusz Felisiak
Backport of f8bab4e0dcdad5cb174998e1b31d74c8434a2477 from main
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
Thanks Carlton Gibson, Keryn Knight, Mariusz Felisiak, and Nick Pope for reviews. Co-authored-by: Johannes Hoppe <info@johanneshoppe.com>
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
custom admin site.
2021-09-17Fixed typo in docs/intro/reusable-apps.txt.Steven Maude
2021-09-17Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on ↵Nikita Marchant
PostgreSQL.
2021-09-17Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.Giannis Adamopoulos
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2021-09-17Corrected outputs and made cosmetic edits in GeoDjango tutorial.Mariusz Felisiak
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
Thanks to Adam Johnson, Aymeric Augustin, David Smith, Mariusz Felisiak, Nick Pope, and Paul Ganssle for reviews.
2021-09-16Doc'd Jinja2 form renderer.David Smith
2021-09-14Fixed #33012 -- Added Redis cache backend.Daniyal
Thanks Carlton Gibson, Chris Jerdonek, David Smith, Keryn Knight, Mariusz Felisiak, and Nick Pope for reviews and mentoring this Google Summer of Code 2021 project.
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2021-09-13Made CSRF JavaScript example more reusable.sdwoodbury
2021-09-10Clarified type of Window()'s partition_by and order_by arguments.David Sanders
2021-09-10Refs #31055 -- Doc'd 'databases' argument of check functions.Adam Johnson
2021-09-09Fixed #33084 -- Removed incorrect system check for ManyToManyField with ↵Hasan Ramezani
limit_choices_to.
2021-09-08Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its ↵Siburg
verbose_name.
2021-09-08Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ↵Mariusz Felisiak
USE_L10N.
2021-09-07Fixed #32076 -- Added async methods to BaseCache.Andrew-Chen-Wang
This also makes DummyCache async-compatible.
2021-09-04Fixed typo in docs/topics/i18n/formatting.txt.Jacob Walls
2021-09-03Fixed #33067 -- Improved templatetag docs.Muhammad Hammad
2021-09-01Fixed #32309 -- Added --exclude option to startapp/startproject management ↵sage
commands.
2021-09-01Added stub release notes for Django 3.2.8.Mariusz Felisiak
2021-09-01Added release date for 3.2.7.Mariusz Felisiak
2021-08-31Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja
This also suppresses -verbosity and --trackback options in the runserver's help.
2021-08-31Refs #25264 -- Doc's that not all default options are supported by every ↵Jan Szoja
management command.
2021-08-30Fixed #32992 -- Restored offset extraction for fixed offset timezones.Carlton Gibson
Regression in 10d126198434810529e0220b0c6896ed64ca0e88.
2021-08-30Fixed #33054 -- Made TestCase.captureOnCommitCallbacks() capture callbacks ↵Eugene Morozov
recursively.
2021-08-27Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.David Smith
This improves accessibility for screen reader users.
2021-08-27Corrected BaseDatabaseSchemaEditor.execute() signature in docs.Mariusz Felisiak
2021-08-26Made sentence about Model consistent in docs.Zainab Amir
2021-08-26Fixed #33046 -- Added note about using length of cached result by ↵Can Sarıgöl
QuerySet.count().
2021-08-24Used backend vendors in custom model fields docs.Mariusz Felisiak
2021-08-24Fixed #32552 -- Added logger argument to DiscoverRunner.Chris Jerdonek
2021-08-19Fixed #33014 -- Made ProjectState raise exception when real_apps argument is ↵Chris Jerdonek
not a set.
2021-08-19Refs #31621 -- Fixed handling --parallel option in test management command ↵Mariusz Felisiak
and runtests.py. Regression in ae89daf46f83a7b39d599d289624c3377bfa4ab1. Thanks Tim Graham for the report.
2021-08-17Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall
2021-08-13The geodjango mailing list moved to the Django Forum.Claude Paroz
2021-08-13The django-i18n mailing list moved to the Django Forum.Claude Paroz
2021-08-09Fixed some broken links and redirects in docs.Jacob Walls
2021-08-06Refs #32956 -- Corrected spelling of daylight saving time.David Smith
AP Stylebook: Saving not savings, no hyphen, and lowercase.
2021-08-06Fixed #32983 -- Added system check for redundant related_name on symmetrical ↵Nick Touran
M2M fields. Since ManyToManyFields defined with `symmetrical=True` do not add a related field to the target model, including a `related_name` argument will never do what the coder likely expects. This makes including a related_name with a symmetrical model raise a system check warning. ticket-32983
2021-08-05Fixed #27590 -- Allowed customizing a manifest file storage in ↵Jarosław Wygoda
ManifestFilesMixin.
2021-08-05Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to ↵Chris Jerdonek
django.utils.translation.template.