Skip to content

Commit 9e6e58b

Browse files
committed
Removed empty sections from 5.2 release notes.
1 parent 051acc5 commit 9e6e58b

File tree

1 file changed

+0
-95
lines changed

1 file changed

+0
-95
lines changed

docs/releases/5.2.txt

Lines changed: 0 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,6 @@ Minor features
188188
now have a new method ``get_error_message()``, which can be overridden in
189189
subclasses to customize the error messages.
190190

191-
:mod:`django.contrib.contenttypes`
192-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
193-
194-
* ...
195-
196191
:mod:`django.contrib.gis`
197192
~~~~~~~~~~~~~~~~~~~~~~~~~
198193

@@ -210,41 +205,6 @@ Minor features
210205
:class:`~django.contrib.gis.db.models.functions.IsValid` database functions
211206
are now supported on MariaDB 11.7+.
212207

213-
:mod:`django.contrib.messages`
214-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
215-
216-
* ...
217-
218-
:mod:`django.contrib.postgres`
219-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
220-
221-
* ...
222-
223-
:mod:`django.contrib.redirects`
224-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
225-
226-
* ...
227-
228-
:mod:`django.contrib.sessions`
229-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
230-
231-
* ...
232-
233-
:mod:`django.contrib.sitemaps`
234-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
235-
236-
* ...
237-
238-
:mod:`django.contrib.sites`
239-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
240-
241-
* ...
242-
243-
:mod:`django.contrib.staticfiles`
244-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
245-
246-
* ...
247-
248208
:mod:`django.contrib.syndication`
249209
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250210

@@ -253,21 +213,6 @@ Minor features
253213
processing instruction will be added to the top of the document for each
254214
stylesheet in the given list. See :ref:`feed-stylesheets` for more details.
255215

256-
Asynchronous views
257-
~~~~~~~~~~~~~~~~~~
258-
259-
* ...
260-
261-
Cache
262-
~~~~~
263-
264-
* ...
265-
266-
CSRF
267-
~~~~
268-
269-
* ...
270-
271216
Database backends
272217
~~~~~~~~~~~~~~~~~
273218

@@ -307,16 +252,6 @@ Error Reporting
307252
* The attribute :attr:`.SafeExceptionReporterFilter.hidden_settings` now
308253
treats values as sensitive if their name includes ``AUTH``.
309254

310-
File Storage
311-
~~~~~~~~~~~~
312-
313-
* ...
314-
315-
File Uploads
316-
~~~~~~~~~~~~
317-
318-
* ...
319-
320255
Forms
321256
~~~~~
322257

@@ -345,21 +280,6 @@ Forms
345280
custom HTML-attributes to JavaScript in form media. See
346281
:ref:`paths as objects <form-media-asset-objects>` for more details.
347282

348-
Generic Views
349-
~~~~~~~~~~~~~
350-
351-
* ...
352-
353-
Internationalization
354-
~~~~~~~~~~~~~~~~~~~~
355-
356-
* ...
357-
358-
Logging
359-
~~~~~~~
360-
361-
* ...
362-
363283
Management Commands
364284
~~~~~~~~~~~~~~~~~~~
365285

@@ -431,23 +351,13 @@ Requests and Responses
431351
:func:`~django.shortcuts.redirect` allows to instruct the user agent to reuse
432352
the HTTP method and body during redirection using specific status codes.
433353

434-
Security
435-
~~~~~~~~
436-
437-
* ...
438-
439354
Serialization
440355
~~~~~~~~~~~~~
441356

442357
* Each serialization format now defines a ``Deserializer`` class, rather than a
443358
function, to improve extensibility when defining a
444359
:ref:`custom serialization format <custom-serialization-formats>`.
445360

446-
Signals
447-
~~~~~~~
448-
449-
* ...
450-
451361
Templates
452362
~~~~~~~~~
453363

@@ -486,11 +396,6 @@ Utilities
486396
of mappings, passing their contents as keyword arguments to
487397
:func:`~django.utils.html.format_html`.
488398

489-
Validators
490-
~~~~~~~~~~
491-
492-
* ...
493-
494399
.. _backwards-incompatible-5.2:
495400

496401
Backwards incompatible changes in 5.2

0 commit comments

Comments
 (0)