summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields.Julie Rymer2023-05-161-0/+1
| | | | Regression in 5c23d9f0c32f166c81ecb6f3f01d5077a6084318.
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-121-0/+1
| | | | | | | | Special thanks to Hannes Ljungberg for finding multiple implementation gaps. Thanks also to Simon Charette, Adam Johnson, and Mariusz Felisiak for reviews.
* Refs #34534 -- Reduced Add/RemoveConstraint and Add/RenameIndex operations ↵Akash Kumar Sen2023-05-091-0/+1
| | | | when optimizing migrations.
* Fixed #34045 -- Improved accessibility of selecting items in admin changelist.Durval Carvalho2023-02-161-0/+1
| | | | This adds "aria-label".
* Fixed #34286 -- Fixed admindocs markups for case-sensitive template/view names.skidipap2023-02-021-0/+1
|
* Fixed #34180 -- Added note about resetting language in test tear-downs.Durval Carvalho2023-01-311-0/+1
| | | | Co-authored-by: Faris Naimi <farisfaris66@gmail.com>
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-281-0/+1
| | | | | | | | Thanks Jared Chung, Tom Carrick, David Smith, Nick Pope, and Mariusz Felisiak for reviews. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> Co-authored-by: Nick Pope <nick@nickpope.me.uk>
* Fixed #34205 -- Fixed Meta.constraints validation crash with ArrayField and ↵James Gillard2022-12-101-0/+1
| | | | | | | __len lookup. Regression in 88fc9e2826044110b7b22577a227f122fe9c1fb5 that began manifesting in Django 4.1.
* Fixed #33199 -- Deprecated passing positional arguments to ↵SirAbhi132022-12-091-0/+1
| | | | | | Signer/TimestampSigner. Thanks Jacob Walls for the implementation idea.
* Fixed #33701 -- Added fine-grained error locations to the technical 500 ↵Giebisch2022-11-291-0/+1
| | | | debug page.
* Fixed #31090 -- Logged transaction management queries.Ilya Bass2022-11-211-0/+1
| | | | | Thanks to Petter Strandmark for the original idea and Mariusz Felisiak for advice during the DjangoConUS 2022 Sprint!
* Fixed #34148 -- Reverted "Fixed #32901 -- Optimized BaseForm.__getitem__()."Francesco Panico2022-11-181-0/+1
| | | | | | This reverts commit edde2a069929c93e37835dc3f7c9a229040058e2. Thanks Jan Pieter Waagmeester for the report.
* Fixed #34139 -- Fixed acreate(), aget_or_create(), and aupdate_or_create() ↵Jon Janzen2022-11-081-0/+1
| | | | | | methods for related managers. Bug in 58b27e0dbb3d31ca1438790870b2b51ecdb10500.
* Fixed #34112 -- Added async-compatible interface to Model methods.DevilsAutumn2022-11-021-0/+1
| | | | Thanks Adam Johnson for the review.
* Corrected test_update_or_create_with_model_property_defaults test.Msvstl2022-10-291-0/+1
|
* Fixed #24179 -- Added filtering to selected side of vertical/horizontal filters.Gav O'Connor2022-09-061-0/+1
|
* Fixed #33937 -- Optimized serialization of related m2m fields without ↵Mark Evans2022-09-051-0/+1
| | | | natural keys.
* Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov2022-08-091-0/+1
|
* Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite ↵Fiza Ashraf2022-08-081-0/+1
| | | | | | | | 3.35.5+. Regression in 702819227fd0cdd9b581cd99e11d1561d51cbeb. Thanks cessor for the report.
* Corrected various typos in contributing docs.Arslan Noor2022-06-301-0/+1
|
* Fixed #32969 -- Fixed pickling HttpResponse and subclasses.Anv3sh2022-06-201-0/+1
|
* Fixed #33788 -- Added TrigramStrictWordSimilarity() and ↵Matt Brewer2022-06-171-0/+1
| | | | TrigramStrictWordDistance() on PostgreSQL.
* Fixed #33565 -- Improved locale format validation for the makemessages command.Ronnie van den Crommenacker2022-06-081-0/+1
|
* Fixed #33764 -- Deprecated BaseUserManager.make_random_password().Ciaran McCormick2022-06-031-0/+1
|
* Fixed #33754 -- Fixed crash with prematurely closed ASGI request body.Jonas Lundberg2022-05-311-0/+1
| | | | Regression in 441103a04d1d167dc870eaaf90e3fba974f67c93.
* Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.Alokik Vijay2022-05-171-0/+1
| | | | | | Moved the functionality of URLResolver._is_callback(), URLResolver._callback_strs, URLPattern.lookup_str() to django.contrib.admindocs.
* Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal2022-05-121-0/+2
| | | | Co-authored-by: Jacob Rief <jacob.rief@uibk.ac.at>
* Fixed #33622 -- Allowed customizing error messages for invalid number of forms.Marc Seguí Coll2022-05-101-0/+1
| | | | Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Fixed #32129 -- Adjusted the docs for session expiry helpers.sarahboyce2022-03-311-0/+1
| | | | | | Updated the docs for `get_session_cookie_age`, `get_expiry_age`, and `get_expiry_date` to clarify their intended usage by session backends when saving the session.
* Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.Adrian Torres2022-03-101-0/+1
|
* Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard2022-03-041-0/+1
|
* Fixed #33449 -- Fixed makemigrations crash on models without ↵Fabian Büchler2022-01-211-0/+1
| | | | | | Meta.order_with_respect_to but with _order field. Regression in aa4acc164d1247c0de515c959f7b09648b57dc42.
* Fixed #32511 -- Corrected handling prefetched nested reverse relationships.Jamie Matthews2022-01-051-0/+1
| | | | | | | | | | When prefetching a set of child objects related to a set of parent objects, we usually want to populate the relationship back from the child to the parent to avoid a query when accessing that relationship attribute. However, there's an edge case where the child queryset itself specifies a prefetch back to the parent. In that case, we want to use the prefetched relationship rather than populating the reverse relationship from the parent.
* Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.mgaligniana2021-12-131-0/+1
|
* Fixed #33340 -- Fixed unquoted column names in queries used by DatabaseCache.Arsa2021-12-091-0/+1
|
* Fixed #33319 -- Fixed crash when combining with the | operator querysets ↵Ömer Faruk Abacı2021-12-081-0/+1
| | | | with aliases that conflict.
* Fixed #33163 -- Added example of connection signal handlers in ↵Roxane2021-11-171-0/+1
| | | | AppConfig.ready() to docs.
* Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.Krzysztof Jagiello2021-11-121-0/+1
| | | | Co-Authored-By: Adam Johnson <me@adamj.eu>
* Fixed #32987 -- Added system check for template tag modules with the same name.Shreya Bamne2021-10-201-0/+2
| | | | Co-authored-by: Daniel Fairhead <daniel@dev.ngo>
* Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.Ade Lee2021-10-121-0/+1
| | | | | | | | | | | | | | | | | | | md5 is not an approved algorithm in FIPS mode, and trying to instantiate a hashlib.md5() will fail when the system is running in FIPS mode. md5 is allowed when in a non-security context. There is a plan to add a keyword parameter (usedforsecurity) to hashlib.md5() to annotate whether or not the instance is being used in a security context. In the case where it is not, the instantiation of md5 will be allowed. See https://bugs.python.org/issue9216 for more details. Some downstream python versions already support this parameter. To support these versions, a new encapsulation of md5() has been added. This encapsulation will pass through the usedforsecurity parameter in the case where the parameter is supported, and strip it if it is not. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Fixed #33029 -- Allowed multiple popups for self-related fields in admin.Yash Jhunjhunwala2021-09-301-0/+1
|
* Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable.Aljaž Košir2021-09-301-0/+1
|
* Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on ↵Nikita Marchant2021-09-171-0/+1
| | | | PostgreSQL.
* Fixed #32994 -- Fixed autoreloader tests when using 'python -m'.Jonny Park2021-08-191-0/+1
|
* Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall2021-08-171-0/+1
|
* Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow ↵Mart Sõmermaa2021-08-101-1/+1
| | | | customization.
* Fixed #32990 -- Simplified and optimized tag regex.Greg Twohig2021-08-091-0/+1
| | | | Thanks Chris Jerdonek for the review.
* Fixed #27590 -- Allowed customizing a manifest file storage in ↵Jarosław Wygoda2021-08-051-0/+1
| | | | ManifestFilesMixin.
* Fixed #23895 -- Prevented pickling of ResolverMatch.Jonathan Davis2021-07-291-0/+1
| | | | Pickling a ResolverMatch did not work correctly in many cases, especially with CBVs and URLResolvers in the list of tried URL paths.
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where ↵David Smith2021-07-291-1/+1
| | | | appropriate.