Skip to content

Pull requests: django/django

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Fixes #28554 -- Added support for multiple files for forms.FileField
#9011 opened Sep 2, 2017 by codingjoe Loading… updated Mar 9, 2021
Add more tests on LazyStream class
#11347 opened May 9, 2019 by MahdiZareie Loading… updated Mar 9, 2021
WIP: Fixed #32001 -- Pass obj in user.has_perm() in ModelAdmin
#13418 opened Sep 14, 2020 by atodorov Draft updated Mar 9, 2021
Improved docs for Signer to encourage more secure patterns.
#15439 opened Feb 18, 2022 by spookylukey Loading… updated Feb 20, 2022
Slightly more informative message to user
#15464 opened Feb 25, 2022 by leunga1000 Loading… updated Feb 25, 2022
Fixed #26472 -- Added silence_checks().
#15314 opened Jan 13, 2022 by adamchainz Loading… updated Mar 16, 2022
Refs #33604 -- allow the cache key_prefix to be a callable
#15553 opened Mar 29, 2022 by alexei Loading… updated May 11, 2022
Coalesce needed when aggregating within a Subquery
#15767 opened Jun 8, 2022 by DanielSwain Loading… updated Jun 8, 2022
Refs #16022 - Use a weak reference for file field memory optimization
#15592 opened Apr 13, 2022 by massover Loading… updated Jun 29, 2022
Refs #9388 -- Added selectable monthlist and yearlist to admin calender widget
#15265 opened Dec 31, 2021 by ahmadekhalili Loading… updated Jul 26, 2022
Reduce query number in admin inlines by caches querysets
#14932 opened Oct 3, 2021 by horpto Loading… updated Oct 9, 2022
Refs #32915 -- easier to understand traceback from _gcd_import
#16189 opened Oct 17, 2022 by allen-munsch Loading… updated Oct 17, 2022
Fixed #31641: Don't let admin sidebar flash from open to closed
#16248 opened Nov 2, 2022 by gavinwahl Loading… updated Nov 2, 2022
Make punycode conversion support IDNA 2008
#16276 opened Nov 9, 2022 by j-bernard Loading… updated Nov 15, 2022
Replaced os.path by pathlib in tests.
#15990 opened Aug 24, 2022 by claudep Loading… updated Dec 3, 2022
Fixed #21604 -- Embed raw queries as subqueries
#16329 opened Nov 25, 2022 by wiltso Loading… updated Jan 3, 2023
Fixed #25230, Fixed #30685 -- Optimized distinct().count().
#16630 opened Mar 5, 2023 by charettes Draft updated Mar 8, 2023
4 tasks
Allow using test client response.json() with StreamingHttpResponse
#16638 opened Mar 8, 2023 by vainu-arto Loading… updated Mar 8, 2023
Added more details about EMAIL_SSL certfile in doc
#16654 opened Mar 14, 2023 by raydeal Loading… updated Mar 14, 2023
Refs #34338 - Allowed customizing ValidationError code in UniqueConstraint
#16598 opened Feb 24, 2023 by xavfernandez Loading… updated Apr 13, 2023
ProTip! Filter pull requests by the default branch with base:main.