diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-12 06:54:25 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-12 11:26:37 +0200 |
| commit | a9e589030af4b053593fb284ecb4c249d79585be (patch) | |
| tree | 59f73b84cd306f31370198f1258f505195b53bb3 /docs/releases/3.1.txt | |
| parent | 91e287cce0561b647e7b7fb96dd415567512f279 (diff) | |
Removed empty sections from 3.1 release notes.
Diffstat (limited to 'docs/releases/3.1.txt')
| -rw-r--r-- | docs/releases/3.1.txt | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 7a446c68d8..df25c2a533 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -102,11 +102,6 @@ Minor features * Select2 library is upgraded from version 4.0.7 to 4.0.13. -:mod:`django.contrib.admindocs` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -152,11 +147,6 @@ Minor features * :tfilter:`intword` template filter now supports negative integers. -:mod:`django.contrib.messages` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.postgres` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -202,11 +192,6 @@ Minor features * The new :attr:`.ExclusionConstraint.deferrable` attribute allows creating deferrable exclusion constraints. -:mod:`django.contrib.redirects` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.sessions` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -214,26 +199,11 @@ Minor features value to explicitly state that the cookie is sent with all same-site and cross-site requests. -:mod:`django.contrib.sitemaps` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - -:mod:`django.contrib.sites` -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - :mod:`django.contrib.staticfiles` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * The :setting:`STATICFILES_DIRS` setting now supports :class:`pathlib.Path`. -:mod:`django.contrib.syndication` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* ... - Cache ~~~~~ @@ -287,12 +257,6 @@ File Storage This allows you to modify the used storage at runtime, selecting different storages for different environments, for example. -File Uploads -~~~~~~~~~~~~ - -* ... - - Forms ~~~~~ @@ -315,11 +279,6 @@ Forms * The new :attr:`.BoundField.widget_type` property can be used to dynamically adjust form rendering based upon the widget type. -Generic Views -~~~~~~~~~~~~~ - -* ... - Internationalization ~~~~~~~~~~~~~~~~~~~~ @@ -329,11 +288,6 @@ Internationalization * Added support and translations for the Algerian Arabic language. -Logging -~~~~~~~ - -* ... - Management Commands ~~~~~~~~~~~~~~~~~~~ @@ -450,16 +404,6 @@ Security :class:`~django.core.signing.Signer` allows customizing the hashing algorithm. -Serialization -~~~~~~~~~~~~~ - -* ... - -Signals -~~~~~~~ - -* ... - Templates ~~~~~~~~~ @@ -512,11 +456,6 @@ Utilities :func:`~django.utils.dateparse.parse_time` now support comma separators for milliseconds. -Validators -~~~~~~~~~~ - -* ... - Miscellaneous ~~~~~~~~~~~~~ |
