@@ -163,22 +163,12 @@ Minor features
163163* The new :attr:`.AdminSite.password_change_form` attribute allows customizing
164164 the form used in the admin site password change view.
165165
166- :mod:`django.contrib.admindocs`
167- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
168-
169- * ...
170-
171166:mod:`django.contrib.auth`
172167~~~~~~~~~~~~~~~~~~~~~~~~~~
173168
174169* The default iteration count for the PBKDF2 password hasher is increased from
175170 1,000,000 to 1,200,000.
176171
177- :mod:`django.contrib.contenttypes`
178- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
179-
180- * ...
181-
182172:mod:`django.contrib.gis`
183173~~~~~~~~~~~~~~~~~~~~~~~~~
184174
@@ -202,11 +192,6 @@ Minor features
202192 :class:`GeometryType() <django.contrib.gis.db.models.functions.GeometryType>`
203193 database function allow filtering geometries by their types.
204194
205- :mod:`django.contrib.messages`
206- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
207-
208- * ...
209-
210195:mod:`django.contrib.postgres`
211196~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
212197
@@ -228,53 +213,13 @@ Minor features
228213 parameter. This allows providing database hints to database routers to assist
229214 them in :ref:`making routing decisions <topics-db-multi-db-hints>`.
230215
231- :mod:`django.contrib.redirects`
232- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
233-
234- * ...
235-
236- :mod:`django.contrib.sessions`
237- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
238-
239- * ...
240-
241- :mod:`django.contrib.sitemaps`
242- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
243-
244- * ...
245-
246- :mod:`django.contrib.sites`
247- ~~~~~~~~~~~~~~~~~~~~~~~~~~~
248-
249- * ...
250-
251216:mod:`django.contrib.staticfiles`
252217~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
253218
254219* :class:`~django.contrib.staticfiles.storage.ManifestStaticFilesStorage` now
255220 ensures consistent path ordering in manifest files, making them more
256221 reproducible and reducing unnecessary diffs.
257222
258- :mod:`django.contrib.syndication`
259- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
260-
261- * ...
262-
263- Cache
264- ~~~~~
265-
266- * ...
267-
268- CSRF
269- ~~~~
270-
271- * ...
272-
273- Decorators
274- ~~~~~~~~~~
275-
276- * ...
277-
278223Email
279224~~~~~
280225
@@ -287,41 +232,6 @@ Email
287232 accepts a :class:`~email.message.MIMEPart` object from Python's modern email
288233 API.
289234
290- Error Reporting
291- ~~~~~~~~~~~~~~~
292-
293- * ...
294-
295- File Storage
296- ~~~~~~~~~~~~
297-
298- * ...
299-
300- File Uploads
301- ~~~~~~~~~~~~
302-
303- * ...
304-
305- Forms
306- ~~~~~
307-
308- * ...
309-
310- Generic Views
311- ~~~~~~~~~~~~~
312-
313- * ...
314-
315- Internationalization
316- ~~~~~~~~~~~~~~~~~~~~
317-
318- * ...
319-
320- Logging
321- ~~~~~~~
322-
323- * ...
324-
325235Management Commands
326236~~~~~~~~~~~~~~~~~~~
327237
@@ -397,21 +307,6 @@ Requests and Responses
397307* Multiple ``Cookie`` headers are now supported for HTTP/2 requests when
398308 running with ASGI.
399309
400- Security
401- ~~~~~~~~
402-
403- * ...
404-
405- Serialization
406- ~~~~~~~~~~~~~
407-
408- * ...
409-
410- Signals
411- ~~~~~~~
412-
413- * ...
414-
415310Templates
416311~~~~~~~~~
417312
@@ -431,21 +326,6 @@ Tests
431326* The :class:`.DiscoverRunner` now supports parallel test execution on systems
432327 using the ``forkserver`` :mod:`multiprocessing` start method.
433328
434- URLs
435- ~~~~
436-
437- * ...
438-
439- Utilities
440- ~~~~~~~~~
441-
442- * ...
443-
444- Validators
445- ~~~~~~~~~~
446-
447- * ...
448-
449329.. _backwards-incompatible-6.0:
450330
451331Backwards incompatible changes in 6.0
0 commit comments