summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2019-03-27Updated spelling and RFCs in HttpOnly cookie flag docs.Nick Pope
2019-03-27Removed obsolete RFC from cookie docs.Nick Pope
RFC 2109 was obsoleted by RFC 2965 which was obsoleted by RFC 6265.
2019-03-25Fixed #28431 -- Added a system check for BinaryField to prevent strings ↵Hasan Ramezani
defaults. Thanks Claude Paroz for the initial patch.
2019-03-24Fixed #30259 -- Added support for admin_order_field attribute on properties ↵Jani Tiainen
in ModelAdmin.list_display.
2019-03-22Fixed #30271 -- Added the Sign database function.Nick Pope
2019-03-21Refs #30158 -- Added alias argument to Expression.get_group_by_cols().Simon Charette
2019-03-21Used monospace font in date template filter format character docs.Philipp Bosch
Helps distinguish between lowercase L and uppercase I.
2019-03-20Fixed #30240 -- Added SHA1, SHA224, SHA256, SHA384, and SHA512 database ↵Nick Pope
functions. Thanks Mariusz Felisiak and Tim Graham for reviews.
2019-03-20Fixed #28738 -- Added the GeometryDistance function.Francisco Couzo
2019-03-18Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().Paul Wayper
2019-03-08Fixed #30186 -- Made showmigrations --list display the applied datetimes at ↵tschilling
verbosity 2+.
2019-03-07Fixed #29754 -- Added is_dst parameter to Trunc database functions.ahbk
2019-03-01Refs #29408 -- Cosmetic edits for validation of related fields and lookups ↵Mariusz Felisiak
in model Meta.ordering. Follow up to 440505cb2cadbe1a5b9fba246bcde6c04f51d07e.
2019-03-01Fixed #29408 -- Added validation of related fields and lookups in model ↵Hasan Ramezani
Meta.ordering.
2019-02-25Fixed documentation of database representation for ManyToManyField.Mariusz Felisiak
2019-02-21Refs #28643 -- Added MD5 database function.Mariusz Felisiak
Thanks Tim Graham, Nick Pope and Simon Charette for reviews.
2019-02-14Refs #15902 -- Deprecated storing user's language in the session.Claude Paroz
2019-02-14Removed docs of unused libgeoip1/python-gdal packages.Tim Graham
2019-02-12Fixed #29943 -- Doc'd that admin changelist may add pk to ordering.Hasan Ramezani
2019-02-12Fixed #22423 -- Added support for MySQL operators on real geometries.Claude Paroz
Thanks Viswanathan Mahalingam for the report and initial patch, and Nicke Pope and Tim Graham for the review.
2019-02-12Doc'd database functions for overlaps lookup.Claude Paroz
2019-02-09Fixed #30169 -- Removed SAP SQL Anywhere from "3rd party database backends" ↵Tim Graham
as it's inactive.
2019-02-09Dropped support for GEOS 3.4.Tim Graham
2019-02-09Confirmed support for GDAL 2.4.Tim Graham
2019-02-08Removed extra characters in docs header underlines.Mariusz Felisiak
2019-02-08Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644.Himanshu Lakhara
2019-02-08Fixed #30166 -- Dropped support for GDAL 1.11.Tim Graham
2019-02-08Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), ↵Jon Dufresne
ungettext(), and ungettext_lazy().
2019-02-07Updated Oracle docs links to Oracle 18c.Mariusz Felisiak
2019-02-06Refs #15372 -- Removed obsolete docs about manage.py setting sys.path.Andy Chosak
2019-02-06Refs #27753 -- Favored SafeString over SafeText.Tim Graham
2019-02-06Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().Tim Graham
2019-02-06Refs #27753 -- Favored force/smart_str() over force/smart_text().Aymeric Augustin
2019-02-06Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope
Dicts preserve order since Python 3.6.
2019-02-06Fixed #30157 -- Dropped support for Oracle 12.1.Mariusz Felisiak
Thanks Tim Graham for the review.
2019-02-05Simplified and corrected LOGIN_URL, LOGIN_REDIRECT_URL, and ↵Tim Graham
LOGOUT_REDIRECT_URL docs.
2019-02-05Refs #27753 -- Removed django.utils.six.Tim Graham
2019-02-04Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham
2019-02-04Fixed #30156 -- Dropped support for SpatiaLite 4.1 and 4.2.Tim Graham
2019-02-04Refs #30055 -- Bumped minimum SQLite version in GIS docs.Tim Graham
2019-01-31Refs #28161 -- Doc'd INSTALLED_APPS requirement for ArrayField(CIText).Robert Coup
2019-01-31Corrected output of Prefetch.to_attr example.Sergey Fedoseev
2019-01-30Fixed #30091 -- Doc'd middleware ordering requirements with CSRF_USE_SESSIONS.Carlton Gibson
2019-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2019-01-28Fixed #29973 -- Added compilemessages --ignore option.rsiemens
2019-01-27Fixed typo in docs/ref/request-response.txt.Sergey Fursov
2019-01-21Corrected GenericRelation's related_query_name manual lookup example.Pavel Savchenko
And changed related_query_name to a singular noun.
2019-01-17Refs #28606 -- Corrected deprecation version for CachedStaticFilesStorage.Tim Graham
2019-01-17Fixed typo in QuerySet.bulk_update documentation (#10859)Day Barr
Looks like an accidental carry over from the pre-existing QuerySet.bulk_create documentation.
2019-01-17Refs #28965 -- Removed utils.http.cookie_date() per deprecation timeline.Tim Graham