Groups
Groups
Sign in
Groups
Groups
Django developers (Contributions to Django itself)
Conversations
About
Send feedback
Help
Fellow Reports -- September 2020
97 views
Skip to first unread message
Carlton Gibson
unread,
Sep 8, 2020, 6:47:07 AM
9/8/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
Hi all.
Calendar Week 36 -- ending 06 September.
Released Django versions 3.1.1, 3.0.10 and 2.2.16.
Triaged:
https://code.djangoproject.com/ticket/30952
-- KeyError: '_password_reset_token' during password reset. (needsinfo)
https://code.djangoproject.com/ticket/31974
-- SplitDateTimeWidget and is_valid problem (Invalid)
https://code.djangoproject.com/ticket/31970
-- Logging in from one browser logs me out from other browsers (wontfix)
https://code.djangoproject.com/ticket/31961
-- forms.ChoiceField calls choices callback multiple times. (Duplicate of #11390)
https://code.djangoproject.com/ticket/31941
-- FileField with a callable storage does not deconstruct properly (Accepted)
https://code.djangoproject.com/ticket/31938
-- Add a mechanism for page cache invalidation. (Duplicate of #5815)
Reviewed:
https://github.com/django/django/pull/13331
-- Async docs incorrectly stated that async_to_sync runs async function in same thread
https://github.com/django/django/pull/12017
-- Refs #21231 -- Backport urllib.parse.parse_qsl() from Python 3.8.
https://github.com/django/django/pull/13382
-- Refs #31224 -- Made sync_to_async() examples with ORM calls use thread sensitive.
https://github.com/django/django/pull/12928
-- Fixed #25791 -- Implement autoreload behaviour for cached template loader
https://github.com/django/django/pull/13134
-- Fixed #31747 -- Fixed model enumeration via admin URLs.
https://github.com/django/django/pull/13381
-- Fixed #31979 -- Made django.test.utils.setup_databases()'s time_keeper argument optional.
https://github.com/django/django/pull/13379
-- Refs #31901 -- Fixed SeleniumTests.test_list_editable_popups with headless mode.
https://github.com/django/django/pull/12646
-- Fixed #31169 -- Adapted the parallel test runner to use spawn. [GSoC]
https://github.com/django/django/pull/13364
-- Fixed #31858 - Reallowed whitespaces in URL paths outside of parameters.
https://github.com/django/django/pull/13343
-- Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage. #13343
Authored:
https://github.com/django/django/pull/13376
-- Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable.
Kind Regards,
Carlton
Carlton Gibson
unread,
Sep 22, 2020, 4:57:42 AM
9/22/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
Hi all.
Calendar Week 37 -- ending 13 September.
Triaged:
https://github.com/django/djangoproject.com/issues/972
-- Keep
https://code.djangoproject.com/
login (wontfix)
https://code.djangoproject.com/ticket/31993
-- Improve Django admin change/view titles to more unique per object (Accepted)
https://code.djangoproject.com/ticket/31992
-- Admin password_* templates are missing <title> suffix (Accepted)
Reviewed:
https://github.com/django/django/pull/13411
-- Corrected exception types in QuerySet docs.
https://github.com/django/django/pull/13186
-- Fixed #31789 -- Added a new response headers interface
https://github.com/django/django/pull/13400
-- Fixed #31967 -- Doc'd consequences of resolving an output_field for Value().
https://github.com/django/django/pull/13401
-- Fixed #31750 -- Made models.Field equality compare models for inherited fields.
https://github.com/django/django/pull/13286
-- Fixed #23130 -- Raised IntegrityError when validating blank for BooleanField with choices, without default, and not nullable.
https://code.djangoproject.com/ticket/23130
-- Supplying choices to BooleanField without default yields blank choice even if blank=False
https://github.com/django/django/pull/13395
-- Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session destroyed while request is processing.
https://github.com/django/django/pull/11352
-- Fixed #28936 - Unescape regex escapes outside groups in simplify_regex
https://github.com/django/django/pull/13134
-- Fixed #31747 -- Fixed model enumeration via admin URLs.
Authored:
https://github.com/django/django/pull/13399
-- Refs #23130 -- Added test for BooleanField choices generation.
https://github.com/django/djangoproject.com/pull/1021
-- Sunset Django People
Calendar Week 38 -- ending 20 September.
Triaged:
https://code.djangoproject.com/ticket/32010
-- Unexpected behaviour of MultiValueDict.getlist in conjunction with map (Invalid)
https://code.djangoproject.com/ticket/32005
-- Allow disabling of auto-404-redirection in LocaleMiddleware (wontfix)
https://code.djangoproject.com/ticket/14628
-- Document which settings can be changed at runtime (wontfix)
https://github.com/django/djangoproject.com/issues/1025
-- Internal links to parts of the Tutorial have confusing naming. (Invalid)
https://code.djangoproject.com/ticket/32004
-- Improve documentation of request.FILES (Accepted)
https://code.djangoproject.com/ticket/32002
-- Allow headers to be passed into HttpResponse() (Accepted)
Reviewed:
https://github.com/django/django/pull/13425
-- Fixed #32004 -- Improve documentation of request.FILES
https://github.com/django/django/pull/13430
-- Refs #32013 -- Added backward incompatibility note ModelChoiceIterator changes.
https://github.com/django/django/pull/13324
-- Add ModelBase._state variable annotation.
https://github.com/django/django/pull/11752
-- Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches.
https://github.com/django/django/pull/10823
-- Refs #28939 -- Doc’d Prefetch behavior with multiple DBs.
https://github.com/django/django/pull/11637
-- Tweaked loaddata command to re-use a calculated value.
https://github.com/django/django/pull/13409
-- Fixed #31986 -- Fixed admin display issues.
https://github.com/django/django/pull/13424
-- Refs #32007 -- Skipped test_q_expression_annotation_with_aggregation on Oracle.
https://github.com/django/django/pull/11282
-- Fixed #30231 -- Fixed FilteredSelectMultiple widget verbose_name usage
https://github.com/django/django/pull/13310
-- Fixed #29887 -- Added a cache backend for pymemcache.
https://github.com/django/django/pull/13422
-- Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation.
Kind Regards,
Carlton
Carlton Gibson
unread,
Sep 27, 2020, 1:55:22 PM
9/27/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django developers (Contributions to Django itself)
Hi all.
Calendar Week 39 -- ending 27 September.
Triaged:
https://code.djangoproject.com/ticket/32040
-- django.test encoding does not match 'utf-8' (needsinfo)
https://code.djangoproject.com/ticket/32036
-- stack overflow on admin save (invalid)
https://code.djangoproject.com/ticket/32035
-- AbstractUser.clean assumes default manager is named objects (needsinfo)
https://code.djangoproject.com/ticket/32033
-- No longer able to override DATA_UPLOAD_MAX_MEMORY_SIZE outside of settings.py (invalid)
https://code.djangoproject.com/ticket/32031
-- Add model instance to app_list context (Accepted)
https://code.djangoproject.com/ticket/32028
-- Top-level form rows (not stacked inlines etc.) are not aligned with the form title (Accepted)
https://code.djangoproject.com/ticket/32029
-- The responsive admin layout adds an ugly top margin to the second-to-last option of horizontal radio fields (Accepted)
Reviewed:
https://code.djangoproject.com/ticket/32041
-- Detected MIME types can easily be wrong on Windows
https://github.com/django/django/pull/13454
-- Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.
https://github.com/django/django/pull/13409
-- Fixed #31986 -- Fixed admin display issues.
https://code.djangoproject.com/ticket/27906
-- assertInHTML('<a/><b/>', '<a/><b/><c/>') fails
https://github.com/django/django/pull/13448
-- Fixed #32012 -- Made test database creation sync apps models when migrations are disabled.
https://github.com/django/django/pull/13436
-- Fixed #30231 -- Fixed FilteredSelectMultiple widget verbose_name usage
https://github.com/django/django/pull/13425
-- Fixed #32004 -- Clarified docs for when request.FILES is set.
https://github.com/django/django/pull/13445
-- Corrected docstring quotes in various code.
https://github.com/django/django/pull/13432
-- Made indexes tests use required_db_features.
Authored:
https://github.com/django/django/pull/13446
-- Fixed #32016 -- Clarified manual logging config docs.
Kind Regards,
Carlton
Reply all
Reply to author
Forward
0 new messages