| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-13 | Updated link to Microsoft SQL Server backend. | Wayne Lambert | |
| 2021-12-09 | Refs #32338 -- Added Boundfield.legend_tag(). | David Smith | |
| 2021-12-08 | Refs #33319 -- Added note about commutation of QuerySet's | operator. | Ömer Faruk Abacı | |
| 2021-12-08 | Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a formset ↵ | Baptiste Mispelon | |
| named "form". Thanks OutOfFocus4 for the report. Regression in 456466d932830b096d39806e291fe23ec5ed38d5. | |||
| 2021-12-08 | Fixed #19721 -- Allowed admin filters to customize the list separator. | Shreya Bamne | |
| 2021-12-08 | Refs #19721 -- Corrected list formatting in admin filters docs. | Shreya Bamne | |
| 2021-12-07 | Improved release notes wording for template-based form rendering. | Nick Pope | |
| 2021-12-07 | Added stub release notes for 4.0.1. | Mariusz Felisiak | |
| 2021-12-07 | Finalized release notes for Django 4.0. | Mariusz Felisiak | |
| 2021-12-07 | Updated asgiref dependency for 4.0 release series. | Mariusz Felisiak | |
| 2021-12-07 | Added CVE-2021-44420 to security archive. | Mariusz Felisiak | |
| 2021-12-07 | Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream access ↵ | Florian Apolloner | |
| control based on URL paths. Thanks Sjoerd Job Postmus and TengMA(@te3t123) for reports. | |||
| 2021-12-06 | Fixed #33335 -- Made model validation ignore functional unique constraints. | Hannes Ljungberg | |
| Regression in 3aa545281e0c0f9fac93753e3769df9e0334dbaa. Thanks Hervé Le Roy for the report. | |||
| 2021-12-03 | Fixed #33078 -- Added support for language regions in i18n_patterns(). | Maxim Piskunov | |
| 2021-12-03 | Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on ↵ | Mariusz Felisiak | |
| PostgreSQL. This makes models.BinaryField pickleable on PostgreSQL. Regression in 3cf80d3fcf7446afdde16a2be515c423f720e54d. Thanks Adam Zimmerman for the report. | |||
| 2021-12-02 | Fixed #33334 -- Alphabetized form and model fields in reference docs. | Shivam Durgbuns | |
| 2021-12-01 | Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting. | Przemysław Suliga | |
| The CONN_HEALTH_CHECKS setting can be used to enable database connection health checks for Django's persistent DB connections. Thanks Florian Apolloner for reviews. | |||
| 2021-11-30 | Added stub release notes and release date for 3.2.10, 3.1.14 and 2.2.25. | Mariusz Felisiak | |
| 2021-11-29 | Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret. | Chris Jerdonek | |
| This also adds CSRF_COOKIE_MASKED transitional setting helpful in migrating multiple instance of the same project to Django 4.1+. Thanks Florian Apolloner and Shai Berger for reviews. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com> | |||
| 2021-11-26 | Fixed #33301 -- Clarified the type of arguments required by custom assertions. | Baptiste Mispelon | |
| 2021-11-26 | Refs #33163 -- Corrected example of connection signal handlers in ↵ | Mariusz Felisiak | |
| AppConfig.ready(). | |||
| 2021-11-24 | Fixed typo in docs/releases/4.0.txt. | Ryuji Tsutsui | |
| 2021-11-24 | Fixed #33298 -- Added docs and tests for using Q objects with ↵ | mgaligniana | |
| get_object_or_404()/get_list_or_404(). | |||
| 2021-11-23 | Fixed #33304 -- Allowed passing string expressions to Window(order_by). | Simon Charette | |
| 2021-11-23 | Corrected signatures of QuerySet's methods. | Mariusz Felisiak | |
| 2021-11-22 | Corrected isort example in coding style docs. | Mariusz Felisiak | |
| Follow up to e74b3d724e5ddfef96d1d66bd1c58e7aae26fc85. | |||
| 2021-11-22 | Fixed #33302 -- Made element_id optional argument for json_script template ↵ | Baptiste Mispelon | |
| filter. Added versionchanged note in documentation | |||
| 2021-11-22 | Corrected "pip install" call in coding style docs. | Paolo Melchiorre | |
| 2021-11-18 | Added Malay language. | jhisham | |
| 2021-11-18 | Refs #19721 -- Moved ModelAdmin.list_filter docs into a separate file. | Shreya Bamne | |
| Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> | |||
| 2021-11-17 | Fixed crash building HTML docs since Sphinx 4.3. | Mariusz Felisiak | |
| See https://github.com/sphinx-doc/sphinx/commit/dd2ff3e911c751c06c81f494128fba56d8ecbafd. | |||
| 2021-11-17 | Fixed #33163 -- Added example of connection signal handlers in ↵ | Roxane | |
| AppConfig.ready() to docs. | |||
| 2021-11-12 | Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase. | Krzysztof Jagiello | |
| Co-Authored-By: Adam Johnson <me@adamj.eu> | |||
| 2021-11-12 | Refs #33247 -- Used XeLaTeX for PDF docs build. | Mariusz Felisiak | |
| 2021-11-10 | Removed DatabaseIntrospection.get_key_columns(). | Mariusz Felisiak | |
| Thanks Simon Charette for the report. | |||
| 2021-11-08 | Fixed #33264 -- Made test runner return non-zero error code for unexpected ↵ | Baptiste Mispelon | |
| successes. | |||
| 2021-11-08 | Fixed #32980 -- Made models cache related managers. | Keryn Knight | |
| 2021-11-05 | Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ↵ | Mariusz Felisiak | |
| ManifestStaticFilesStorage." This reverts commit 91e21836f667c784a8a63ab1f18d81f553e679cb. `export` and `import` directives have several syntax variants and not all of them were properly covered. Thanks Hervé Le Roy for the report. | |||
| 2021-11-05 | Refs #33263 -- Expanded release notes for DeleteView adopting FormMixin. | Carlton Gibson | |
| 2021-11-04 | Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ↵ | Guilherme Martins Crocetti | |
| range fields. | |||
| 2021-11-04 | Corrected multiply defined labels in docs. | Mariusz Felisiak | |
| 2021-11-04 | Refs #33247 -- Fixed rendering of Unicode chars and emojis in PDF docs build. | Andrew Neitsch | |
| 2021-11-03 | Refs #33247 -- Corrected configuration for Read The Docs. | Carlton Gibson | |
| This pins Sphinx version, because the default Sphinx version used by RTD is not compatible with Python 3.8+. This also, sets Python 3.8 for RTD builds which is compatible with all current versions of Django. Thanks to Mariusz Felisiak for the suggestion. | |||
| 2021-11-03 | Corrected module reference in contributing tutorial. | Adam Johnson | |
| 2021-11-03 | Fixed typo in docs/topics/logging.txt. | Brad | |
| 2021-11-01 | Added stub release notes for Django 3.2.10. | Mariusz Felisiak | |
| 2021-11-01 | Added release date for 3.2.9. | Mariusz Felisiak | |
| 2021-11-01 | Added Google Cloud Spanner to list of third-party DB backends. | Vikash Singh | |
| 2021-10-28 | Fixed #33228 -- Changed value of ↵ | Chinmoy | |
| BaseDatabaseFeatures.has_case_insensitive_like to False. | |||
| 2021-10-27 | Refs #33182 -- Adjusted custom admin theming example to use correct template ↵ | Carlton Gibson | |
| block. | |||
