| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-20 | Fixed #23689 -- Made parsing HTTP Accept-Language header case-insensitive. | Zainab Amir | |
| Thank you Daniel Samuels for test project. | |||
| 2022-06-18 | Fixed #33784 -- Removed unnecessary format escaping in admin calendar widget. | Ankur | |
| Replacements were added in fa0653cd1d791a8bce835e8992cbeab6fd70d0e7 where we created a callback function by concatenating strings. It's unnecessary since d638cdc42acec608c1967f44af6be32a477c239f. | |||
| 2022-06-17 | Fixed #33788 -- Added TrigramStrictWordSimilarity() and ↵ | Matt Brewer | |
| TrigramStrictWordDistance() on PostgreSQL. | |||
| 2022-06-17 | Fixed #28897 -- Fixed QuerySet.update() on querysets ordered by annotations. | David Wobrock | |
| 2022-06-17 | Refs #28897 -- Added test for QuerySet.update() on querysets ordered by ↵ | David Wobrock | |
| inline m2m annotation. | |||
| 2022-06-17 | Fixed #24870 -- Added --update option to makemigrations command. | David Wobrock | |
| 2022-06-17 | Refs #24870 -- Refactored out get_relative_path() hook in makemigrations. | David Wobrock | |
| 2022-06-16 | Updated asgiref dependency for 4.1 release series. | Carlton Gibson | |
| 2022-06-16 | Fixed #33786 -- Confirmed support for GDAL 3.5. | Mariusz Felisiak | |
| 2022-06-16 | Added YugabyteDB to list of third-party DB backends. | Sfurti-yb | |
| 2022-06-16 | Updated OWASP Top 10 link in security topic. | Grammy Jiang | |
| 2022-06-14 | Fixed #33772 -- Added QuerySet.first()/last() error message on unordered ↵ | Pablo Pissi | |
| queryset with aggregation. | |||
| 2022-06-13 | Refs #27236 -- Split index_together and unique_together autodetector tests. | David Wobrock | |
| 2022-06-13 | Refs #27236 -- Added test_autodetector.BaseAutodetectorTests. | David Wobrock | |
| 2022-06-13 | Fixed #33773 -- Made Index with multiple fields respect ↵ | Bruce Cutler | |
| DEFAULT_INDEX_TABLESPACE. Thanks to Simon Charette for locating where issue lay. | |||
| 2022-06-13 | Made QuerySet.bulk_update() raise an error when batch_size is zero. | Ebram Shehata | |
| 2022-06-09 | Fixed #33755 -- Moved ASGI body-file cleanup into request class. | Jonas Lundberg | |
| 2022-06-08 | Fixed #33565 -- Improved locale format validation for the makemessages command. | Ronnie van den Crommenacker | |
| 2022-06-03 | Refs #33697 -- Made MultiPartParser use ↵ | Mehrdad | |
| django.utils.http.parse_header_parameters() for parsing Content-Type header. | |||
| 2022-06-03 | Removed obsolete assertions in BooleanFieldTests.test_return_type(). | Mariusz Felisiak | |
| Added in e9bbdb39de3047761fa8d03d5241eccd571093ff. Obsolete since e9103402c0fa873aea58a6a11dba510cd308cb84. | |||
| 2022-06-03 | Refs #33765 -- Added tests for trailing whitespace in JavaScript source map ↵ | Adam Johnson | |
| references. | |||
| 2022-06-03 | Fixed documentation of Widget.id_for_label() empty return value. | Swann | |
| 2022-06-03 | Fixed #33764 -- Deprecated BaseUserManager.make_random_password(). | Ciaran McCormick | |
| 2022-06-03 | Refs #27236 -- Moved models with Meta.index_together inside of test methods. | David Wobrock | |
| 2022-06-02 | Fixed #33757 -- Clarified Client.post() file upload example. | Tim Graham | |
| 2022-06-02 | Fixed #33700 -- Skipped extra resolution for successful requests not ending ↵ | Anders Kaseorg | |
| with /. By moving a should_redirect_with_slash call out of an if block, commit 9390da7fb6e251eaa9a785692f987296cb14523f negated the performance fix of commit 434d309ef6dbecbfd2b322d3a1da78aa5cb05fa8 (#24720). Meanwhile, the logging issue #26293 that it targeted was subsequently fixed more fully by commit 40b69607c751c4afa453edfd41d2ed155e58187e (#26504), so it is no longer needed. This effectively reverts it. This speeds up successful requests not ending with / when APPEND_SLASH is enabled (the default, and still useful in projects with a mix of URLs with and without trailing /). The amount of speedup varies from about 5% in a typical project to nearly 50% on a benchmark with many routes. Signed-off-by: Anders Kaseorg <andersk@mit.edu> | |||
| 2022-06-02 | Fixed #31788 -- Fixed migration optimization after altering field to ↵ | David Wobrock | |
| ManyToManyField. This makes AddField() used for altering to ManyToManyField, dependent on the prior RemoveField. | |||
| 2022-06-01 | Fixed #33742 -- Added id to GeoJSON serializer. | Samir Shah | |
| 2022-06-01 | Refs #32234 -- Removed hardcoded IntegerField in inspectdb test. | Tim Graham | |
| 2022-06-01 | Added stub release notes for 4.0.6. | Carlton Gibson | |
| 2022-06-01 | Updated release date for Django 4.0.5. | Carlton Gibson | |
| 2022-06-01 | Fixed #33753 -- Fixed docs build on Sphinx 5+. | Mariusz Felisiak | |
| Empty language is not supported anymore. | |||
| 2022-06-01 | Fixed #33750 -- Fixed timezone warning alignment with help texts. | Florian Demmer | |
| Previously help_text was wrapped in a paragraph, but the change to div broke the alignment, refs #27207. | |||
| 2022-06-01 | Fixed #33733 -- Preserved wrapper assignment for manager methods. | kshivakumar | |
| 2022-06-01 | Refs #33733 -- Added tests for attributes of manager methods. | Mariusz Felisiak | |
| 2022-06-01 | Refs #33697 -- Fixed multipart parsing of headers with double quotes and ↵ | Mehrdad | |
| semicolons. See https://github.com/python/cpython/commit/1ef0c0349e8fdb5415e21231cb42edbf232b742a | |||
| 2022-06-01 | Fixed #32234 -- Made inspectdb inform about composite primary keys. | Anv3sh | |
| 2022-05-31 | Bumped minimum Sphinx version to 4.5.0. | Mariusz Felisiak | |
| Related Sphinx changes: - https://github.com/sphinx-doc/sphinx/pull/8898 - https://github.com/sphinx-doc/sphinx/issues/8326 | |||
| 2022-05-31 | Fixed docs build with sphinxcontrib-spelling 7.5.0+. | Mariusz Felisiak | |
| sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set of nodes for which the text is checked. | |||
| 2022-05-31 | Fixed #33191 -- Avoided clearing cached reference when saving child after ↵ | Allen Jonathan David | |
| parent. Thanks Barry Johnson for the report. | |||
| 2022-05-31 | Fixed #33754 -- Fixed crash with prematurely closed ASGI request body. | Jonas Lundberg | |
| Regression in 441103a04d1d167dc870eaaf90e3fba974f67c93. | |||
| 2022-05-31 | Fixed #33748 -- Fixed date template filter crash with lazy format. | Claude Paroz | |
| Regression in 659d2421c7adbbcd205604002d521d82d6b0b465. | |||
| 2022-05-26 | Fixed #22078 -- Fixed crash of Feed with decorated methods. | Marcelo Galigniana | |
| 2022-05-26 | Refs #22078 -- Added syndication test for feeds with static methods. | Marcelo Galigniana | |
| 2022-05-26 | Fixed #23740 -- Fixed removing unique_together constraint if exists primary ↵ | David Wobrock | |
| key/unique constraint on the same field. | |||
| 2022-05-26 | Refs #23740 -- Added BaseDatabaseSchemaEditor._unique_constraint_name(). | David Wobrock | |
| 2022-05-25 | Unified AdminSite imports in docs. | Hasan Ramezani | |
| 2022-05-25 | Normalized decorator style for functools.wraps. | Aymeric Augustin | |
| 2022-05-25 | Normalized imports of functools.wraps. | Aymeric Augustin | |
| @wraps is 10 times more common than @functools.wraps. Standardize to the most common version. | |||
| 2022-05-25 | Renamed wrapped functions to wrapper. | Aymeric Augustin | |
| All these functions are wrapping another function. They're the wrapper, while the function they're wrapping is the wrapped. | |||
