Triaged

-------

https://code.djangoproject.com/ticket/28384 - ModelAdmin.lookup_allowed() 
incorrectly raises DisallowedModelAdminLookup lookup with foreign key as 
primary key (accepted)

https://code.djangoproject.com/ticket/28388 - JSONField cannot be 
overridden to use OrderedDict as python-representation of objects of JSON 
(wontfix)

https://code.djangoproject.com/ticket/28393 - Add a helpful exception for 
invalid AutoField/IntegerField values (accepted)

https://code.djangoproject.com/ticket/28396 - filter_horizontal and 
filter_vertical do not scroll horizontally for long string representations 
(wontfix)

https://code.djangoproject.com/ticket/28400 - TransactionTestCase will 
truncate data created from data migration (invalid)

Authored

----------

https://github.com/django/django/pull/8748 - Refs #25588 -- Removed 
obsolete bits of RasterField support.

https://github.com/django/django/pull/8750 - Removed unused code in 
GISLookup.process_band_indices().

https://github.com/django/django/pull/8768 - Fixed #28397 -- Removed 
django.core.exceptions.DjangoRuntimeWarning.

Reviewed/committed

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

https://github.com/django/django/pull/8721 - Fixed #28378 -- Fixed union() 
and difference() when combining with queryset raising EmptyResultSet.

https://github.com/django/django/pull/8715 - Refs #27804 -- Used subTest() 
in urlpatterns_reverse tests.

https://github.com/django/django/pull/8678 - Fixed #14204 -- Enforced 
SQLite foreign key constraints.

https://github.com/django/django/pull/8731 - Made assertions in 
invalid_models_tests consistent.

https://github.com/django/django/pull/8735 - Fixed #28352 -- Corrected 
QuerySet.values_list() return type in docs examples.

https://github.com/django/django/pull/8679 - Fixed #22229 -- Added primary 
key validation to BaseModelFormSet._construct_form().

https://github.com/django/django/pull/8742 - Fixed #28389 -- Fixed pickling 
of LazyObject on Python 2 when wrapped object doesn't have __reduce__().

https://github.com/django/django/pull/8737 - Fixed #28174 -- Fixed crash in 
runserver's autoreload with Python 2 on Windows with non-str environment 
variables.

https://github.com/django/django/pull/8761 - Fixed #28387 -- Fixed 
has_changed() for disabled form fields that subclass it.

https://github.com/django/django/pull/8762 - Fixed #28394 -- Allowed 
setting BaseExpression.output_field (renamed from _output_field).
https://github.com/django/django/pull/8769 - Fixed #28399 -- Fixed 
QuerySet.count() for union(), difference(), and intersection() queries.

-- 
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 django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
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/7952332e-5f59-4c85-9fe9-48aa800c2bab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to