Authored
----------
https://github.com/django/django/pull/9059 - Removed django.contrib.gis.geometry.backend.
https://github.com/django/django/pull/9074 - Refs #28593 -- Moved django.conf.urls.include() to django.urls().
https://github.com/django/django/pull/7482 - Updates to Fixed #28593 -- Implemented DEP 0201: Simplified routing syntax.
Reviewed/committed
------------------
https://github.com/django/django/pull/9048 - Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
https://github.com/django/django/pull/8705 - Fixed #28353 -- Fixed some GIS functions when queryset is evaluated more than once.
https://github.com/django/django/pull/8820 - Fixed #28440 -- Fixed WSGIServer hang on responses without a Content-Length.
https://github.com/django/django/pull/8686 - Fixed #28334 -- Added caching for hstore/citext OIDs.
https://github.com/django/django/pull/8610 - Fixed #26818 -- Added responsive CSS for the admin.