summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-07[3.2.x] Bumped version for 3.2.10 release.3.2.10Mariusz Felisiak
2021-12-07[3.2.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream...Florian Apolloner
2021-12-04[3.2.x] Refs #33333 -- Fixed PickleabilityTestCase.test_annotation_with_calla...Mariusz Felisiak
2021-12-03[3.2.x] Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField o...Mariusz Felisiak
2021-11-30[3.2.x] Added requirements.txt to files ignored by Sphinx builds.Mariusz Felisiak
2021-11-30[3.2.x] Added stub release notes and release date for 3.2.10, 3.1.14 and 2.2.25.Mariusz Felisiak
2021-11-23[3.2.x] Corrected signatures of QuerySet's methods.Mariusz Felisiak
2021-11-22[3.2.x] Corrected isort example in coding style docs.Mariusz Felisiak
2021-11-22[3.2.x] Corrected "pip install" call in coding style docs.Paolo Melchiorre
2021-11-18[3.2.x] Configured Read The Docs to build all formats.Adam Johnson
2021-11-18[3.2.x] Fixed crash building HTML docs since Sphinx 4.3.Mariusz Felisiak
2021-11-04[3.2.x] Corrected multiply defined labels in docs.Mariusz Felisiak
2021-11-03[3.2.x] Refs #33247 -- Corrected configuration for Read The Docs.Carlton Gibson
2021-11-03[3.2.x] Fixed #33247 -- Added configuration for Read The Docs.Carlton Gibson
2021-11-03[3.2.x] Corrected module reference in contributing tutorial.Adam Johnson
2021-11-03[3.2.x] Fixed typo in docs/topics/logging.txt.Brad
2021-11-01[3.2.x] Added stub release notes for Django 3.2.10.Mariusz Felisiak
2021-11-01[3.2.x] Post-release version bump.Mariusz Felisiak
2021-11-01[3.2.x] Bumped version for 3.2.9 release.3.2.9Mariusz Felisiak
2021-11-01[3.2.x] Added release date for 3.2.9.Mariusz Felisiak
2021-11-01[3.2.x] Added Google Cloud Spanner to list of third-party DB backends.Vikash Singh
2021-10-27[3.2.x] Refs #33182 -- Adjusted custom admin theming example to use correct t...Carlton Gibson
2021-10-18[3.2.x] Fixed #33194 -- Fixed migrations when altering a field with functiona...Hannes Ljungberg
2021-10-18[3.2.x] Fixed #33198 -- Corrected BinaryField.max_length docs.Nick Frazier
2021-10-15[3.2.x] Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.Mariusz Felisiak
2021-10-14[3.2.x] Refs #27131 -- Removed SMTPBackendTests.test_server_login().Mariusz Felisiak
2021-10-12[3.2.x] Added 'formatter' to spelling wordlist.Mariusz Felisiak
2021-10-05[3.2.x] Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x.Mariusz Felisiak
2021-10-05[3.2.x] Refs #32074 -- Added Python 3.10 to classifiers and tox.ini.Mariusz Felisiak
2021-10-05[3.2.x] Refs #32074 -- Used asyncio.get_running_loop() instead of get_event_l...Mariusz Felisiak
2021-10-05[3.2.x] Refs #32074 -- Fixed find_module()/find_loader() warnings on Python 3...Mariusz Felisiak
2021-10-05[3.2.x] Refs #32074 -- Removed usage of deprecated Thread.setDaemon().Karthikeyan Singaravelan
2021-10-05[3.2.x] Refs #32074 -- Removed usage of Python's deprecated distutils.version...Mariusz Felisiak
2021-10-05[3.2.x] Skipped test_archive tests when bz2/lzma module is not installed.Mariusz Felisiak
2021-10-05[3.2.x] Added stub release notes for Django 3.2.9.Carlton Gibson
2021-10-05[3.2.x] Post-release version bump.Carlton Gibson
2021-10-05[3.2.x] Bumped version for 3.2.8 release.3.2.8Carlton Gibson
2021-10-05[3.2.x] Added release date for 3.2.7.Carlton Gibson
2021-10-04[3.2.x] Refs #27694 -- Doc'd lookups that can be chained with HStoreField key...Sarah Abderemane
2021-09-28[3.2.x] Corrected field and model check messages in docs.Mariusz Felisiak
2021-09-24[3.2.x] Removed obsolete GEOS 3.5 requirement note.Claude Paroz
2021-09-21[3.2.x] Fixed #33083 -- Fixed selecting all items in the admin changelist whe...Carlton Gibson
2021-09-21[3.2.x] Fixed broken links and redirects in docs.Mariusz Felisiak
2021-09-21[3.2.x] Used :rfc: role in docs/topics/conditional-view-processing.txt.Mariusz Felisiak
2021-09-18[3.2.x] Fixed #33077 -- Fixed links to related models for admin's readonly fi...Ken Whitesell
2021-09-17[3.2.x] Fixed typo in docs/intro/reusable-apps.txt.Steven Maude
2021-09-17[3.2.x] Corrected outputs and made cosmetic edits in GeoDjango tutorial.Mariusz Felisiak
2021-09-16[3.2.x] Doc'd Jinja2 form renderer.David Smith
2021-09-10[3.2.x] Clarified type of Window()'s partition_by and order_by arguments.David Sanders
2021-09-10[3.2.x] Refs #31055 -- Doc'd 'databases' argument of check functions.Adam Johnson