Triaged

-------

https://code.djangoproject.com/ticket/28156 - User.has_perm always returns 
False for a custom permission inherited from group (invalid)

https://code.djangoproject.com/ticket/28123 - 
django.utils.html.smart_urlquote() is incorrectly parsing the query string 
(accepted)

https://code.djangoproject.com/ticket/28166 - Model _state.db for an 
inherited object is not correctly populated to parent object (accepted)

https://code.djangoproject.com/ticket/28170 - FileField Upload Permissions 
Denied (needsinfo)

https://code.djangoproject.com/ticket/28171 - Raise an exception if Form's 
empty_permitted and use_required_attribute arguments conflict (accepted)

https://code.djangoproject.com/ticket/28174 - Cannot run `manage.py 
runserver` on Windows with quotation mark in .env file (TypeError: 
environment can only contain strings) (needsinfo)

Authored

----------

https://github.com/django/django/pull/8450 - Fixed #28157 -- Fixed choice 
ordering in form fields with grouped and non-grouped options.

https://github.com/django/django/pull/8457 - Fixed #28167 -- Fixed cache 
backend's SessionStore.exists() if session_key is None

https://github.com/django/django/pull/8458 - Fixed #28166 -- Fixed 
Model._state.db on MTI parent model after saving child model.

https://github.com/django/django/pull/8451 - Fixed #28160 -- Prevented 
hiding GDAL exceptions if it’s not installed.

https://github.com/django/django/pull/8465 - Fixed #28175 -- Fixed __in 
lookups on a foreign key when using the foreign key's parent model as the 
lookup value.

Reviewed/committed

------------------

https://github.com/django/django/pull/8439 - Fixed #28105 -- Fixed crash in 
BaseGeometryWidget.get_context() when overriding existing attrs.

https://github.com/django/django/pull/8315 - Fixed #28043 -- Prevented 
AddIndex and RemoveIndex from mutating model state.

https://github.com/django/django/pull/8329 - Fixed #28052 -- Prevented 
dropping Meta.indexes when changing db_index to False.

https://github.com/django/django/pull/8448 - Fixed #28159 -- Fixed crash in 
BaseInlineFormSet._construct_form() when using save_as_new.

https://github.com/django/django/pull/8453 - Fixed #28161 -- Converted 
arrays of citext to the correct Python datatype.

https://github.com/django/django/pull/8143 - Fixed #27554 -- Fixed 
prefetch_related() crash when fetching relations in nested Prefetches.

https://github.com/django/django/pull/8430 - Fixed #28062 -- Added a 
setting to disable server-side cursors on PostgreSQL.

https://github.com/django/django/pull/8377 - Fixed #28089 -- Removed 
requirement to implement get_short_name() and get_full_name() in 
AbstractBaseUser subclasses.

https://github.com/django/django/pull/8455 - Fixed #28164 -- Improved float 
conversions in DecimalField.to_python().

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/5f2b6d8a-c420-44de-a101-ab411420f26a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to