mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Dropped safeguards against very old versions of gettext.
gettext 0.19 was released in 2014.
This commit is contained in:
parent
2ff00251f9
commit
2c1f27d0d0
8 changed files with 12 additions and 705 deletions
|
@ -306,6 +306,8 @@ Miscellaneous
|
|||
* Adding :attr:`.EmailMultiAlternatives.alternatives` is now only supported via
|
||||
the :meth:`~.EmailMultiAlternatives.attach_alternative` method.
|
||||
|
||||
* The minimum supported version of ``gettext`` is increased from 0.15 to 0.19.
|
||||
|
||||
.. _deprecated-features-5.2:
|
||||
|
||||
Features deprecated in 5.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue