mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Renamed RemovedInDjangoXYWarnings for new roadmap.
Forwardport of ae1d663b79
from stable/1.8.x plus more.
This commit is contained in:
@@ -643,7 +643,7 @@ queries, you should turn them into naive datetimes in UTC::
|
||||
param = timezone.make_naive(param, timezone.utc)
|
||||
|
||||
If you fail to do so, Django 1.9 and 2.0 will perform the conversion like
|
||||
earlier versions but emit a deprecation warning. Django 2.1 won't perform any
|
||||
earlier versions but emit a deprecation warning. Django 2.0 won't perform any
|
||||
conversion, which may result in data corruption.
|
||||
|
||||
If you're reading :class:`~datetime.datetime` values from the results, they
|
||||
@@ -839,7 +839,7 @@ Miscellaneous
|
||||
|
||||
* The ``check_aggregate_support()`` method of
|
||||
``django.db.backends.base.BaseDatabaseOperations`` has been deprecated and
|
||||
will be removed in Django 2.1. The more general ``check_expression_support()``
|
||||
will be removed in Django 2.0. The more general ``check_expression_support()``
|
||||
should be used instead.
|
||||
|
||||
* ``django.forms.extras`` is deprecated. You can find
|
||||
|
||||
Reference in New Issue
Block a user