-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Pull requests: django/django
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fixed typo in docs/howto/custom-file-storage.txt.
#17272
by therealrinku
was merged Sep 16, 2023
Loading…
Corrected QuerySet.prefetch_related() note about GenericRelation().
#17268
by felixxm
was merged Sep 16, 2023
Loading…
Fixed #34842 -- Fixed ModelAdmin.readonly_fields crash with GeneratedFields.
#17267
by pauloxnet
was merged Sep 16, 2023
Loading…
Refs #15619 -- Removed deprecated annotation about logging out via GET requests.
#17265
by felixxm
was merged Sep 14, 2023
Loading…
Fixed #31558 -- Added support for boolean attribute on properties in ModelAdmin.list_display.
Djangonauts 🚀
#17263
by RyanWalker277
was merged Sep 16, 2023
Loading…
Fixed #34834 -- Added role="search" to the admin changelist search form.
#17261
by lstaana
was merged Sep 14, 2023
Loading…
Fixed #34833 -- Made admin's main content render in <main> tag.
selenium
Apply to have Selenium tests run on a PR
#17260
by sabderemane
was merged Sep 14, 2023
Loading…
Fixed #34838 -- Corrected output_field of resolved columns for GeneratedFields.
#17259
by pauloxnet
was merged Sep 14, 2023
Loading…
Fixed #34832 -- Made admin's header content render in <header> tag.
selenium
Apply to have Selenium tests run on a PR
#17258
by sabderemane
was merged Sep 15, 2023
Loading…
Fixed #34822 -- Added support for serializing functions decorated with functools.lru_cache in migrations.
#17256
by ngnpope
was merged Sep 13, 2023
Loading…
Corrected logger in CsrfViewMiddlewareTestMixin.test_ensures_csrf_cookie_no_logging().
#17254
by felixxm
was merged Sep 13, 2023
Loading…
Removed ChoicesMeta.__contains__() for Python 3.12+.
#17248
by felixxm
was merged Sep 12, 2023
Loading…
Fixed #34824 -- Prevented unnecessary AlterField when ForeignObject.from_fields/to_fields is not a tuple.
#17238
by RelaxedDong
was merged Sep 11, 2023
Loading…
Fixed #34821 -- Prevented DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings from mutating the main STORAGES.
#17236
by felixxm
was merged Sep 11, 2023
Loading…
Fixed #24561 -- Added support for callables on model fields' choices.
#17214
by nessita
was merged Sep 14, 2023
Loading…
Fixed #34642 -- Added File.open() support for *args and **kwargs.
#17173
by yvesonline
was merged Sep 11, 2023
Loading…
Fixed #34752 -- Fixed handling ASGI http.disconnect for streaming responses.
#17147
by qxcv
was merged Sep 11, 2023
Loading…
3 tasks done
Refs #31949 -- Made make_middleware_decorator work with async functions.
#17057
by LomaxOnTheRun
was merged Sep 13, 2023
Loading…
ProTip!
Filter pull requests by the default branch with base:main.