@@ -188,11 +188,6 @@ Minor features
188
188
now have a new method ``get_error_message()``, which can be overridden in
189
189
subclasses to customize the error messages.
190
190
191
- :mod:`django.contrib.contenttypes`
192
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
193
-
194
- * ...
195
-
196
191
:mod:`django.contrib.gis`
197
192
~~~~~~~~~~~~~~~~~~~~~~~~~
198
193
@@ -210,41 +205,6 @@ Minor features
210
205
:class:`~django.contrib.gis.db.models.functions.IsValid` database functions
211
206
are now supported on MariaDB 11.7+.
212
207
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
-
248
208
:mod:`django.contrib.syndication`
249
209
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250
210
@@ -253,21 +213,6 @@ Minor features
253
213
processing instruction will be added to the top of the document for each
254
214
stylesheet in the given list. See :ref:`feed-stylesheets` for more details.
255
215
256
- Asynchronous views
257
- ~~~~~~~~~~~~~~~~~~
258
-
259
- * ...
260
-
261
- Cache
262
- ~~~~~
263
-
264
- * ...
265
-
266
- CSRF
267
- ~~~~
268
-
269
- * ...
270
-
271
216
Database backends
272
217
~~~~~~~~~~~~~~~~~
273
218
@@ -307,16 +252,6 @@ Error Reporting
307
252
* The attribute :attr:`.SafeExceptionReporterFilter.hidden_settings` now
308
253
treats values as sensitive if their name includes ``AUTH``.
309
254
310
- File Storage
311
- ~~~~~~~~~~~~
312
-
313
- * ...
314
-
315
- File Uploads
316
- ~~~~~~~~~~~~
317
-
318
- * ...
319
-
320
255
Forms
321
256
~~~~~
322
257
@@ -345,21 +280,6 @@ Forms
345
280
custom HTML-attributes to JavaScript in form media. See
346
281
:ref:`paths as objects <form-media-asset-objects>` for more details.
347
282
348
- Generic Views
349
- ~~~~~~~~~~~~~
350
-
351
- * ...
352
-
353
- Internationalization
354
- ~~~~~~~~~~~~~~~~~~~~
355
-
356
- * ...
357
-
358
- Logging
359
- ~~~~~~~
360
-
361
- * ...
362
-
363
283
Management Commands
364
284
~~~~~~~~~~~~~~~~~~~
365
285
@@ -431,23 +351,13 @@ Requests and Responses
431
351
:func:`~django.shortcuts.redirect` allows to instruct the user agent to reuse
432
352
the HTTP method and body during redirection using specific status codes.
433
353
434
- Security
435
- ~~~~~~~~
436
-
437
- * ...
438
-
439
354
Serialization
440
355
~~~~~~~~~~~~~
441
356
442
357
* Each serialization format now defines a ``Deserializer`` class, rather than a
443
358
function, to improve extensibility when defining a
444
359
:ref:`custom serialization format <custom-serialization-formats>`.
445
360
446
- Signals
447
- ~~~~~~~
448
-
449
- * ...
450
-
451
361
Templates
452
362
~~~~~~~~~
453
363
@@ -486,11 +396,6 @@ Utilities
486
396
of mappings, passing their contents as keyword arguments to
487
397
:func:`~django.utils.html.format_html`.
488
398
489
- Validators
490
- ~~~~~~~~~~
491
-
492
- * ...
493
-
494
399
.. _backwards-incompatible-5.2:
495
400
496
401
Backwards incompatible changes in 5.2
0 commit comments