mirror of
https://github.com/django/django.git
synced 2025-01-20 15:19:20 +00:00
Made cosmetic edits to docs/releases/5.0.txt.
This commit is contained in:
parent
a7aaba0f85
commit
613b7ba212
@ -254,9 +254,7 @@ Minor features
|
|||||||
* :ref:`GIS aggregates <gis-aggregation-functions>` now support the ``filter``
|
* :ref:`GIS aggregates <gis-aggregation-functions>` now support the ``filter``
|
||||||
argument.
|
argument.
|
||||||
|
|
||||||
* Added support for GDAL 3.7.
|
* Support for GDAL 3.7 and GEOS 3.12 is added.
|
||||||
|
|
||||||
* Added support for GEOS 3.12.
|
|
||||||
|
|
||||||
* The new :meth:`.GEOSGeometry.equals_identical` method allows point-wise
|
* The new :meth:`.GEOSGeometry.equals_identical` method allows point-wise
|
||||||
equivalence checking of geometries.
|
equivalence checking of geometries.
|
||||||
@ -331,17 +329,16 @@ Forms
|
|||||||
* The new ``assume_scheme`` argument for :class:`~django.forms.URLField` allows
|
* The new ``assume_scheme`` argument for :class:`~django.forms.URLField` allows
|
||||||
specifying a default URL scheme.
|
specifying a default URL scheme.
|
||||||
|
|
||||||
* In order to improve accessibility and enable screen readers to associate form
|
* In order to improve accessibility, the following changes are made:
|
||||||
fields with their help text, the form field now includes the
|
|
||||||
``aria-describedby`` HTML attribute.
|
|
||||||
|
|
||||||
* In order to improve accessibility, the invalid form field now includes the
|
* Form fields now include the ``aria-describedby`` HTML attribute to enable
|
||||||
``aria-invalid="true"`` HTML attribute.
|
screen readers to associate form fields with their help text.
|
||||||
|
* Invalid form fields now include the ``aria-invalid="true"`` HTML attribute.
|
||||||
|
|
||||||
Internationalization
|
Internationalization
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Added support and translations for the Uyghur language.
|
* Support and translations for the Uyghur language are now available.
|
||||||
|
|
||||||
Migrations
|
Migrations
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
@ -455,12 +452,6 @@ backends.
|
|||||||
``False`` if the database doesn't support the ``DEFAULT`` keyword in bulk
|
``False`` if the database doesn't support the ``DEFAULT`` keyword in bulk
|
||||||
``INSERT`` queries.
|
``INSERT`` queries.
|
||||||
|
|
||||||
Dropped support for MySQL < 8.0.11
|
|
||||||
----------------------------------
|
|
||||||
|
|
||||||
Support for pre-releases of MySQL 8.0.x series is removed. Django 5.0 supports
|
|
||||||
MySQL 8.0.11 and higher.
|
|
||||||
|
|
||||||
:mod:`django.contrib.gis`
|
:mod:`django.contrib.gis`
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
@ -477,6 +468,12 @@ MySQL 8.0.11 and higher.
|
|||||||
|
|
||||||
* The ``django.contrib.sitemaps.SitemapNotFound`` exception class is removed.
|
* The ``django.contrib.sitemaps.SitemapNotFound`` exception class is removed.
|
||||||
|
|
||||||
|
Dropped support for MySQL < 8.0.11
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
|
Support for pre-releases of MySQL 8.0.x series is removed. Django 5.0 supports
|
||||||
|
MySQL 8.0.11 and higher.
|
||||||
|
|
||||||
Using ``create_defaults__exact`` may now be required with ``QuerySet.update_or_create()``
|
Using ``create_defaults__exact`` may now be required with ``QuerySet.update_or_create()``
|
||||||
-----------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user