| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-08 | Fixed #34313 -- Updated thousands separator for Spanish (ES) locale. | Youngkwang Yang | |
| Format was updated from a comma to a space in 2010. ref: https://en.wikipedia.org/wiki/Decimal_separator#Examples_of_use | |||
| 2023-02-07 | Removed hardcoded date in SetCookieTests.test_far_expiration(). | Bernhard M. Wiedemann | |
| Follow up to a92c83828785f12dcf90477413c2d04e1855fbb9. | |||
| 2023-02-07 | Refs #34146 -- Fixed typos in tutorial. (#16530) | Carlton Gibson | |
| - Fixed formatting on index page. - Removed duplicate What's next section. Thanks to Tim Graham for the report. | |||
| 2023-02-07 | Fixed #34146 -- Added 3rd-party lib tutorial step. | Tim Schilling | |
| Added a tutorial step that highlights Django Debug Toolbar, on of the most common third party packages. It also added a mention of djangopackages.com as a place to search for other libraries and a link to Adam Johnson’s post on evaluating whether a package is well-maintained. Third-party packages are one of Django’s strengths. This should give folks a sound route in. | |||
| 2023-02-07 | Fixed #34317 -- Renamed "instance" argument of ↵ | Bakdolot | |
| BaseModelFormSet.save_existing() method. | |||
| 2023-02-07 | Fixed #34285 -- Fixed index/slice lookups on filtered aggregates with ↵ | Nils VAN ZUIJLEN | |
| ArrayField. Thanks Simon Charette for the review. | |||
| 2023-02-07 | Fixed #33638 -- Fixed GIS lookups crash with geography fields on PostGIS. | Jacob Walls | |
| 2023-02-07 | Fixed typo in release notes. | Carlton Gibson | |
| 2023-02-07 | Added stub release notes for 4.0.10 and 3.2.18. | Carlton Gibson | |
| Set date for 4.1.7 release. | |||
| 2023-02-07 | Fixed #34310 -- Added deletion example to one-to-one topic. | Marcelo Galigniana | |
| 2023-02-07 | Fixed #34301 -- Made admin's submit_row check add permission for "Save as ↵ | Frederic Mheir | |
| new" button. | |||
| 2023-02-06 | Made PostgreSQL's SchemaEditor._create_index_sql() respect the "sql" argument. | Dan Glass | |
| 2023-02-04 | Increased the default PBKDF2 iterations for Django 5.0. | Mariusz Felisiak | |
| Follow up to 9a1848f48c1f7f627a52b2063a8a8428e77765d6. | |||
| 2023-02-03 | Fixed #34259 -- Passed called_from_command_line to command subparsers. | Adam Johnson | |
| 2023-02-02 | Fixed #34286 -- Fixed admindocs markups for case-sensitive template/view names. | skidipap | |
| 2023-02-02 | Improved error message for ASCIIUsernameValidator. | Mariusz Felisiak | |
| Follow up to 10bb21e71e3668f770493e2af0d0e0271830f7a3. Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org> | |||
| 2023-02-01 | Added stub release notes for 4.1.7. | Mariusz Felisiak | |
| 2023-02-01 | Added CVE-2023-23969 to security archive. | Mariusz Felisiak | |
| 2023-02-01 | Ignored 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 formatting changes in git ↵ | Mariusz Felisiak | |
| blame. | |||
| 2023-02-01 | Refs #33476 -- Applied Black's 2023 stable style. | David Smith | |
| Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0 | |||
| 2023-02-01 | Fixed CVE-2023-23969 -- Prevented DoS with pathological values for ↵ | Nick Pope | |
| Accept-Language. The parsed values of Accept-Language headers are cached in order to avoid repetitive parsing. This leads to a potential denial-of-service vector via excessive memory usage if the raw value of Accept-Language headers is very large. Accept-Language headers are now limited to a maximum length in order to avoid this issue. | |||
| 2023-01-31 | Fixed #34304 -- Made MySQL's SchemaEditor.remove_constraint() don't create ↵ | sage | |
| foreign key index when unique constraint is ignored. Regression in b731e8841558ee4caaba766c83f34ea9c7004f8b. | |||
| 2023-01-31 | Fixed #34180 -- Added note about resetting language in test tear-downs. | Durval Carvalho | |
| Co-authored-by: Faris Naimi <farisfaris66@gmail.com> | |||
| 2023-01-30 | Fixed #34283 -- Escaped title in admin's changelist filters. | Stanislav Volyk | |
| Regression in 27aa7035f57f0db30b6632e4274e18b430906799. | |||
| 2023-01-30 | Fixed typo in docs/topics/auth/passwords.txt. | fschwebel | |
| Wrapped hashing is only possible if the inner wrapped function is the same as the previous hasher. | |||
| 2023-01-27 | Fixed #28054 -- Made runserver not return response body for HEAD requests. | Sarah Boyce | |
| Co-authored-by: jannschu <jannik.schuerg@posteo.de> | |||
| 2023-01-27 | Refs #34255 -- Skipped test_group_by_nested_expression_with_params test on ↵ | Mariusz Felisiak | |
| PostgreSQL when server-side binding cursors are used. Thanks Tim Graham for the review. | |||
| 2023-01-26 | Fixed #34254 -- Fixed return value of Exists() with empty queryset. | Raj Desai | |
| Thanks Simon Charette for reviews. | |||
| 2023-01-26 | Fixed #34294 -- Protected django.core.files.locks against argtypes ↵ | Simon Sawicki | |
| redefinition on Windows. | |||
| 2023-01-26 | Fixed #34291 -- Fixed Meta.constraints validation crash on UniqueConstraint ↵ | Mariusz Felisiak | |
| with ordered expressions. Thanks Dan F for the report. Bug in 667105877e6723c6985399803a364848891513cc. | |||
| 2023-01-25 | Moved release note about the default PBKDF2 iterations into ↵ | Mariusz Felisiak | |
| django.contrib.auth section. Thanks Tim Graham for the report. | |||
| 2023-01-25 | Adjusted release notes for 4.1.6, 4.0.9, and 3.2.17. | Carlton Gibson | |
| 2023-01-25 | Set date and added stub release notes for 4.1.6, 4.0.9, and 3.2.17. | Carlton Gibson | |
| 2023-01-25 | Corrected passenv value for tox 4.0.6+. | Stephen | |
| 2023-01-24 | Fixed #34227 -- Fixed QuerySet.select_related() with multi-level ↵ | 朱穆穆 | |
| FilteredRelation. | |||
| 2023-01-23 | Fixed #34192 -- Preserved callable storage when it returns default_storage. | Matt Westcott | |
| 2023-01-23 | Fixed #34278 -- Made translatable string plural-aware in SelectFilter2.js. | Claude Paroz | |
| Bug in be63c78760924e1335603c36babd0ad6cfaea3c4. | |||
| 2023-01-20 | Added short description to remove_stale_contenttypes command. | touhf | |
| 2023-01-20 | Fixed #34242 -- Doc'd that primary key is set to None when deleting objects. | noFFENSE | |
| 2023-01-20 | Fixed #34267 -- Fixed sliced QuerySet.union() crash. | Francesco Panico | |
| Regression in 3d734c09ff0138441dfe0a59010435871d17950f. Thanks Raphaël Stefanini for the report. | |||
| 2023-01-20 | Fixed #34266 -- Added ClosestPoint GIS database functions. | Niccolò Mineo | |
| 2023-01-19 | Fixed #34272 -- Fixed floatformat crash on zero with trailing zeros to zero ↵ | David Wobrock | |
| decimal places. Regression in 08c5a787262c1ae57f6517d4574b54a5fcaad124. Thanks Andrii Lahuta for the report. | |||
| 2023-01-19 | Refs #32528 -- Simplified MigrationAutodetector._sort_migrations(). | Nick Pope | |
| 2023-01-19 | Refs #32528 -- Simplified Media.merge(). | Nick Pope | |
| This avoids building up a second datastructure for the duplicate files warning case and simply flatten and strip duplicates if that case ever arises. | |||
| 2023-01-19 | Fixed #32528 -- Replaced django.utils.topological_sort with ↵ | Nick Pope | |
| graphlib.TopologicalSort(). graphlib.TopologicalSort() is available since Python 3.9. | |||
| 2023-01-18 | Refs #34233 -- Used @functools.cache. | Nick Pope | |
| Python 3.9+ supports @functools.cache as an alias for @functools.lru_cache(maxsize=None). | |||
| 2023-01-18 | Refs #34233 -- Used str.removeprefix()/removesuffix(). | Mariusz Felisiak | |
| 2023-01-18 | Refs #34233 -- Used types.NoneType. | Nick Pope | |
| Available since Python 3.10 where it was reintroduced. | |||
| 2023-01-18 | Refs #34233 -- Used aiter() and anext(). | Nick Pope | |
| Available since Python 3.10. | |||
| 2023-01-18 | Refs #34233 -- Referenced isocalendar() results by names not indexes. | Mariusz Felisiak | |
| isocalendar() returns a namedtuple() instead of tuple in Python 3.9+ | |||
