mirror of
https://github.com/django/django.git
synced 2025-03-12 18:30:48 +00:00
Removed empty sections from 5.2 release notes.
This commit is contained in:
parent
051acc5c48
commit
9e6e58bad2
@ -188,11 +188,6 @@ Minor features
|
||||
now have a new method ``get_error_message()``, which can be overridden in
|
||||
subclasses to customize the error messages.
|
||||
|
||||
:mod:`django.contrib.contenttypes`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
:mod:`django.contrib.gis`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
@ -210,41 +205,6 @@ Minor features
|
||||
:class:`~django.contrib.gis.db.models.functions.IsValid` database functions
|
||||
are now supported on MariaDB 11.7+.
|
||||
|
||||
:mod:`django.contrib.messages`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
:mod:`django.contrib.postgres`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
:mod:`django.contrib.redirects`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
:mod:`django.contrib.sessions`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
:mod:`django.contrib.sitemaps`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
:mod:`django.contrib.sites`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
:mod:`django.contrib.staticfiles`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
:mod:`django.contrib.syndication`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
@ -253,21 +213,6 @@ Minor features
|
||||
processing instruction will be added to the top of the document for each
|
||||
stylesheet in the given list. See :ref:`feed-stylesheets` for more details.
|
||||
|
||||
Asynchronous views
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
Cache
|
||||
~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
CSRF
|
||||
~~~~
|
||||
|
||||
* ...
|
||||
|
||||
Database backends
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
@ -307,16 +252,6 @@ Error Reporting
|
||||
* The attribute :attr:`.SafeExceptionReporterFilter.hidden_settings` now
|
||||
treats values as sensitive if their name includes ``AUTH``.
|
||||
|
||||
File Storage
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
File Uploads
|
||||
~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
Forms
|
||||
~~~~~
|
||||
|
||||
@ -345,21 +280,6 @@ Forms
|
||||
custom HTML-attributes to JavaScript in form media. See
|
||||
:ref:`paths as objects <form-media-asset-objects>` for more details.
|
||||
|
||||
Generic Views
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
Internationalization
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
Logging
|
||||
~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
Management Commands
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
@ -431,11 +351,6 @@ Requests and Responses
|
||||
:func:`~django.shortcuts.redirect` allows to instruct the user agent to reuse
|
||||
the HTTP method and body during redirection using specific status codes.
|
||||
|
||||
Security
|
||||
~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
Serialization
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
@ -443,11 +358,6 @@ Serialization
|
||||
function, to improve extensibility when defining a
|
||||
:ref:`custom serialization format <custom-serialization-formats>`.
|
||||
|
||||
Signals
|
||||
~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
Templates
|
||||
~~~~~~~~~
|
||||
|
||||
@ -486,11 +396,6 @@ Utilities
|
||||
of mappings, passing their contents as keyword arguments to
|
||||
:func:`~django.utils.html.format_html`.
|
||||
|
||||
Validators
|
||||
~~~~~~~~~~
|
||||
|
||||
* ...
|
||||
|
||||
.. _backwards-incompatible-5.2:
|
||||
|
||||
Backwards incompatible changes in 5.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user