From 0eac5535f7afd2295b1db978dffb97d79030807e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 19 May 2016 11:49:15 -0400 Subject: [PATCH] Removed unused sections in 1.10 release notes. --- docs/releases/1.10.txt | 45 ------------------------------------------ 1 file changed, 45 deletions(-) diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 405d7d5715..feff144a96 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -103,11 +103,6 @@ Minor features * The jQuery library embedded in the admin is upgraded from version 2.1.4 to 2.2.3. -:mod:`django.contrib.admindocs` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -135,11 +130,6 @@ Minor features :func:`~django.contrib.auth.views.login` view allows redirecting authenticated users visiting the login page. -:mod:`django.contrib.contenttypes` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.gis` ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -197,33 +187,18 @@ Minor features * Added raster support for all :doc:`spatial lookups `. -:mod:`django.contrib.messages` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.postgres` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * For convenience, :class:`~django.contrib.postgres.fields.HStoreField` now casts its keys and values to strings. -:mod:`django.contrib.redirects` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.sessions` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * The :djadmin:`clearsessions` management command now removes file-based sessions. -:mod:`django.contrib.sitemaps` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.sites` ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -239,11 +214,6 @@ Minor features ``{% load staticfiles %}`` or ``{% load static from staticfiles %}``) and not worry about whether or not the ``staticfiles`` app is installed. -:mod:`django.contrib.syndication` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - Cache ~~~~~ @@ -279,11 +249,6 @@ Database backends parameters of :meth:`Func.as_sql() ` for an example. -Email -~~~~~ - -* ... - File Storage ~~~~~~~~~~~~ @@ -299,11 +264,6 @@ File Storage to implement custom storages that don't use the ``os.path`` calls previously in :class:`~django.db.models.FileField`. -File Uploads -~~~~~~~~~~~~ - -* ... - Forms ~~~~~ @@ -491,11 +451,6 @@ Serialization * The ``django.core.serializers.json.DjangoJSONEncoder`` now knows how to serialize lazy strings, typically used for translatable content. -Signals -~~~~~~~ - -* ... - Templates ~~~~~~~~~