| Age | Commit message (Expand) | Author |
| 2019-03-20 | Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database funct... | Nick Pope |
| 2019-03-20 | Fixed #28738 -- Added the GeometryDistance function. | Francisco Couzo |
| 2019-03-18 | Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by(). | Paul Wayper |
| 2019-03-08 | Fixed #30186 -- Made showmigrations --list display the applied datetimes at v... | tschilling |
| 2019-03-07 | Fixed #29754 -- Added is_dst parameter to Trunc database functions. | ahbk |
| 2019-03-01 | Refs #29408 -- Cosmetic edits for validation of related fields and lookups in... | Mariusz Felisiak |
| 2019-03-01 | Fixed #29408 -- Added validation of related fields and lookups in model Meta.... | Hasan Ramezani |
| 2019-02-25 | Fixed documentation of database representation for ManyToManyField. | Mariusz Felisiak |
| 2019-02-21 | Refs #28643 -- Added MD5 database function. | Mariusz Felisiak |
| 2019-02-14 | Refs #15902 -- Deprecated storing user's language in the session. | Claude Paroz |
| 2019-02-14 | Removed docs of unused libgeoip1/python-gdal packages. | Tim Graham |
| 2019-02-12 | Fixed #29943 -- Doc'd that admin changelist may add pk to ordering. | Hasan Ramezani |
| 2019-02-12 | Fixed #22423 -- Added support for MySQL operators on real geometries. | Claude Paroz |
| 2019-02-12 | Doc'd database functions for overlaps lookup. | Claude Paroz |
| 2019-02-09 | Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party database backends" a... | Tim Graham |
| 2019-02-09 | Dropped support for GEOS 3.4. | Tim Graham |
| 2019-02-09 | Confirmed support for GDAL 2.4. | Tim Graham |
| 2019-02-08 | Removed extra characters in docs header underlines. | Mariusz Felisiak |
| 2019-02-08 | Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644. | Himanshu Lakhara |
| 2019-02-08 | Fixed #30166 -- Dropped support for GDAL 1.11. | Tim Graham |
| 2019-02-08 | Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), unge... | Jon Dufresne |
| 2019-02-07 | Updated Oracle docs links to Oracle 18c. | Mariusz Felisiak |
| 2019-02-06 | Refs #15372 -- Removed obsolete docs about manage.py setting sys.path. | Andy Chosak |
| 2019-02-06 | Refs #27753 -- Favored SafeString over SafeText. | Tim Graham |
| 2019-02-06 | Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text(). | Tim Graham |
| 2019-02-06 | Refs #27753 -- Favored force/smart_str() over force/smart_text(). | Aymeric Augustin |
| 2019-02-06 | Fixed #30159 -- Removed unneeded use of OrderedDict. | Nick Pope |
| 2019-02-06 | Fixed #30157 -- Dropped support for Oracle 12.1. | Mariusz Felisiak |
| 2019-02-05 | Simplified and corrected LOGIN_URL, LOGIN_REDIRECT_URL, and LOGOUT_REDIRECT_U... | Tim Graham |
| 2019-02-05 | Refs #27753 -- Removed django.utils.six. | Tim Graham |
| 2019-02-04 | Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1. | Tim Graham |
| 2019-02-04 | Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2. | Tim Graham |
| 2019-02-04 | Refs #30055 -- Bumped minimum SQLite version in GIS docs. | Tim Graham |
| 2019-01-31 | Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText). | Robert Coup |
| 2019-01-31 | Corrected output of Prefetch.to_attr example. | Sergey Fedoseev |
| 2019-01-30 | Fixed #30091 -- Doc'd middleware ordering requirements with CSRF_USE_SESSIONS. | Carlton Gibson |
| 2019-01-30 | Fixed #30116 -- Dropped support for Python 3.5. | Tim Graham |
| 2019-01-28 | Fixed #29973 -- Added compilemessages --ignore option. | rsiemens |
| 2019-01-27 | Fixed typo in docs/ref/request-response.txt. | Sergey Fursov |
| 2019-01-21 | Corrected GenericRelation's related_query_name manual lookup example. | Pavel Savchenko |
| 2019-01-17 | Refs #28606 -- Corrected deprecation version for CachedStaticFilesStorage. | Tim Graham |
| 2019-01-17 | Fixed typo in QuerySet.bulk_update documentation (#10859) | Day Barr |
| 2019-01-17 | Refs #28965 -- Removed utils.http.cookie_date() per deprecation timeline. | Tim Graham |
| 2019-01-17 | Refs #28841 -- Removed ForceRHR function per deprecation timeline. | Tim Graham |
| 2019-01-17 | Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline. | Tim Graham |
| 2019-01-17 | Removed versionadded/changed annotations for 2.1. | Tim Graham |
| 2019-01-16 | Fixed #20147 -- Added HttpRequest.headers. | Santiago Basulto |
| 2019-01-15 | Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th... | Collin Anderson |
| 2019-01-14 | Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin. | Nick Pope |
| 2019-01-14 | Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin. | Nick Pope |