Triaged
-------
https://code.djangoproject.com/ticket/25754 - Queryset repr is not displayed on IPython >= 3.0 REPL if a NotImplementedError is raised (invalid)
https://code.djangoproject.com/ticket/27619 - Queries where column name includes a '%' character break when using MySQL (duplicate)
https://code.djangoproject.com/ticket/27621 - Should list_filter be named list_filters for consistency? (duplicate)
https://code.djangoproject.com/ticket/27629 - Inconsistent check of allow_relation in ForwardManyToOneDescriptor.__set__ (accepted)
Authored
----------
https://github.com/django/django/pull/7714 - Refs #25484 -- Removed incorrect unquoting in {% static %}.
Reviewed/committed
------------------
https://github.com/django/django/pull/7710 - Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOneField.
https://github.com/django/django/pull/7712 - Refs #19884 -- Added CharField max_length introspection on Oracle.
https://github.com/django/django/pull/7708 - Fixed #27606 -- Fixed HttpResponseRedirect.__repr__() crash when DisallowedRedirect is raised.
https://github.com/django/django/pull/7709 - Fixed #25492 -- Checked foreign key constraints before dropping them.
https://github.com/django/django/pull/7649 - Fixed #25753 -- Made get_format() cache the formats from Django settings
https://github.com/django/django/pull/7686 - Fixed #27584 -- Fixed display of render time template errors.
https://github.com/django/django/pull/7501 - Fixed #27439 -- Documented macOS locale configuration for Django tests.
https://github.com/django/django/pull/7675 - Fixed #27258 -- Prohibited django.Template.render() with RequestContext.
https://github.com/django/django/pull/7713 - Fixed #27612 -- Added a check for duplicate URL instance namespaces.
https://github.com/django/django/pull/7681 - Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.
https://github.com/django/django/pull/7481 - Added tests for django.utils.autoreload.
https://github.com/django/django/pull/7620 - Fixed #26632 -- Skipped admin.E111 list_display_links check if get_list_display() is overridden.
https://github.com/django/django/pull/7728 - Documented url()'s 'regex' parameter.
https://github.com/django/django/pull/7733 - Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.
https://github.com/django/django/pull/7732 - Fixed #27625 -- Made LazySettings cache attributes in __dict__.
https://github.com/django/django/pull/7726 - Fixed #26543 -- Prevented "confirm form submission" browser prompt when reloading after an admin actions failure.
https://github.com/django/django/pull/7677 - Fixed #27498 -- Fixed filtering on annotated DecimalField on SQLite