Triaged
-------
https://code.djangoproject.com/ticket/28624 - Add attribute to let a ManyToMany field behave like a list instead of a set (wontfix)
https://code.djangoproject.com/ticket/28587 - All Generic Views are loosing args when you pass args and kwargs into urlpattern (invalid)
https://code.djangoproject.com/ticket/28604 - Prevent ManifestStaticFilesStorage from leaving behind intermediate files (accepted)
https://code.djangoproject.com/ticket/28613 - Document that GenericForeignKey returns None when referring to nonexistent pk (accepted)
https://code.djangoproject.com/ticket/28608 - Allow UserCreationForm and UserChangeForm to work with custom user models (accepted)
https://code.djangoproject.com/ticket/28639 - Changing a primary key doesn't change corresponding foreign keys (duplicate)
https://code.djangoproject.com/ticket/28623 - Docs: handle_uploaded_file(f) .. what is "f"? (worksforme)
https://code.djangoproject.com/ticket/28585 - Set `has_file_field` context attribute for admin change forms conditionally on Form.is_multipart() (accepted)
https://code.djangoproject.com/ticket/28598 - BCC addresses are ignored in the console and file email backends (accepted)
https://code.djangoproject.com/ticket/28596 - Oracle crashes with id__in query with 100k ids (accepted)
https://code.djangoproject.com/ticket/28600 - Add prefetch related support to RawQuerySet (accepted)
https://code.djangoproject.com/ticket/28573 - Migrations create a bad index if creating and renaming the same foreign key in one migration (duplicate)
https://code.djangoproject.com/ticket/28591 - createsuperuser --username= (blank) should give an error (accepted)
https://code.djangoproject.com/ticket/28644 - Messages not Displaying After Redirect (invalid)
https://code.djangoproject.com/ticket/28641 - Improvements to QuerySet.bulk_create() (needsinfo)
https://code.djangoproject.com/ticket/28609 - Original request URI is not available to development server (wontfix)
https://code.djangoproject.com/ticket/28612 - inspectdb sets max_length to -1 if no field length specified in the DB schema (duplicate)
https://code.djangoproject.com/ticket/28619 - Handle ValidationError in model saving in admin change views (wontfix)
https://code.djangoproject.com/ticket/28645 - AuthenticationForm's inactive user error isn't raised when using ModelBackend (accepted)
https://code.djangoproject.com/ticket/28588 - User.has_perm() with superusers hides nonexistent permissions (accepted)
https://code.djangoproject.com/ticket/28614 - FileBasedCache documentation shouldn't recommend /var/tmp (wontfix)
https://code.djangoproject.com/ticket/28590 - Quotes around filter string omitted in query __str__() (duplicate)
https://code.djangoproject.com/ticket/28589 - When saving in admin, readonly fields are potentially overwritten (accepted)
https://code.djangoproject.com/ticket/28618 - Add an easier to make templates substitutions raise an exception on error (accepted)
https://code.djangoproject.com/ticket/28621 - Crash in QuerySet.annotate() with OuterRef (accepted)
https://code.djangoproject.com/ticket/28653 - Missing ForeignKey.on_delete argument in docs (fixed)
https://code.djangoproject.com/ticket/28620 - Loop on boundfields at init of inline sub-forms breaks the form set (invalid)
https://code.djangoproject.com/ticket/28655 - Document an example of customizing a widget through form.fields (accepted)
https://code.djangoproject.com/ticket/28657 - Strangely odd behaviour when ordering QuerySet by BooleanField. (invalid)
Authored
----------
https://github.com/brutasse/django-push/pull/24 - Remove support for Django < 1.11, add support for Django 2.0
https://github.com/django/django/pull/9170 - Fixed #28654 -- Dropped support for SpatiaLite 4.0.
Reviewed/committed
------------------
https://github.com/django/django/pull/9015 - Fixed #28562 -- Fixed DecimalValidator handling of positive exponent scientific notation.
https://github.com/django/django/pull/9139 - Fixed #28629 -- Made tree.Node instances hashable.
https://github.com/django/django/pull/9149 - Completed test coverage for default template filters.