summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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 othe...Johannes Hoppe
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
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
2019-01-28Refs #30033 -- Doc'd change regarding apps without migrations depending on ap...Tim Graham
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
2019-01-23Refs #30123 -- Changed second arg of DatabaseIntrospection.get_geometry_type(...Nick Pope
2019-01-21Corrected GenericRelation's related_query_name manual lookup example.Pavel Savchenko
2019-01-17Refs #28606 -- Corrected deprecation version for CachedStaticFilesStorage.Tim Graham
2019-01-17Fixed typo in QuerySet.bulk_update documentation (#10859)Day Barr
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
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 QuerySet.earliest()...Tim Graham
2019-01-17Refs #28370 -- Removed support for the context arg of Field.from_db_value() a...Tim Graham
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
2019-01-17Bumped version; master is now 3.0 pre-alpha.Tim Graham
2019-01-17Removed empty sections from 2.2 release notes.Carlton Gibson
2019-01-17Updated man page for Django 2.2 alpha.Carlton Gibson
2019-01-16Fixed #20147 -- Added HttpRequest.headers.Santiago Basulto
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
2019-01-15Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...Collin Anderson
2019-01-14Fixed "lets" mistakes in docs.David Beitey
2019-01-14Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.Nick Pope
2019-01-14Refs #28643 -- Changed StdDev() to use NumericOutputFieldMixin.Nick Pope
2019-01-14Refs #28643 -- Changed Avg() to use NumericOutputFieldMixin.Nick Pope