summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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.safestring.SafeBytes.Tim Graham
2019-02-05Refs #27753 -- Removed django.utils.functional.curry().Tim Graham
2019-02-05Refs #27753 -- Removed django.utils.decorators.ContextDecorator alias.Tim Graham
2019-02-05Refs #27753 -- Removed django.utils.six.Tim Graham
2019-02-05Refs #27753 -- Removed django.utils._os.abspathu(), upath(), and npath().Tim Graham
2019-02-05Refs #27753 -- Removed django.utils.decorators.available_attrs().Tim Graham
2019-02-05Refs #27753 -- Removed django.utils.lru_cache.Tim Graham
2019-02-05Refs #27753 -- Removed django.test.utils.patch_logger() and str_prefix().Tim Graham
2019-02-04Refs #27753 -- Deprecated django.utils.http urllib aliases.Tim Graham
2019-02-04Fixed duplicate word in docs/releases/2.0.txt. (#10934)Daniel Hahler
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-02-02Removed unused words from docs/spelling_wordlist.Mariusz Felisiak
2019-02-01Used extlinks for GitHub commits.Tim Graham
2019-01-31Used LoginRequiredMixin in "Models and request.user" example.Daniel Roseman
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-30Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for ↵Johannes Hoppe
other columns.
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-29Fixed #30108 -- Allowed adding foreign key constraints in the same statement ↵Dan Tao
that adds a field.
2019-01-29Fixed typo in docs/releases/2.2.txt.Daniel Hahler
2019-01-28Fixed #29973 -- Added compilemessages --ignore option.rsiemens
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
Used more specific errors (e.g. FileExistsError) as appropriate.
2019-01-28Refs #30033 -- Doc'd change regarding apps without migrations depending on ↵Tim Graham
apps with migrations. The addition of self.connection.check_constraints() in 7289874adceec46b5367ec3157cdd10c711253a0 is the cause.
2019-01-27Fixed typo in docs/ref/request-response.txt.Sergey Fursov
2019-01-23Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().Nick Pope
Support for returning tuples was undocumented and error prone.
2019-01-23Refs #30123 -- Changed second arg of ↵Nick Pope
DatabaseIntrospection.get_geometry_type() to the row description.
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-17Advanced deprecation warnings for Django 3.0.Tim Graham
2019-01-17Refs #21221 -- Removed staticfiles and admin_static template tag libraries.Tim Graham
Per deprecation timeline.
2019-01-17Refs #28965 -- Removed utils.http.cookie_date() per deprecation timeline.Tim Graham
2019-01-17Refs #28841 -- Removed ForceRHR function per deprecation timeline.Tim Graham
2019-01-17Refs #11557 -- Removed the field_name keyword argument to ↵Tim Graham
QuerySet.earliest() and latest(). Per deprecation timeline.
2019-01-17Refs #28370 -- Removed support for the context arg of Field.from_db_value() ↵Tim Graham
and Expression.convert_value(). Per deprecation timeline.
2019-01-17Refs #28137 -- Removed HttpRequest.xreadlines() per deprecation timeline.Tim Graham
2019-01-17Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.Tim Graham
2019-01-17Refs #25978 -- Removed shortcuts.render_to_response() per deprecation timeline.Tim Graham
2019-01-17Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.Tim Graham
2019-01-17Removed versionadded/changed annotations for 2.1.Tim Graham
2019-01-17Added stub release notes for 3.0.Tim Graham