| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This check dates back to Python <2.5, before Python introduced
BaseException to prevent exactly unwarranted catching of SystemExit
(and others).
response_for_exception() is only called under `except Exception` or
`except Http404` so it's now impossible for a SystemExit instance to
reach the branch.
|
|
build_atttrs() already creates an empty dict if extra_attrs is None.
|
|
|
|
|
|
Distance()/Area().
Made MeasureBase hashable.
|
|
Used verbose_name instead of verbose_name_plural.
|
|
|
|
strip() is unnecessary because decimal.Decimal() strips the input value.
|
|
ConnectionAbortedError, BrokenPipeError, ConnectionResetError raised
from SocketServer.BaseServer.finish_request() are already suppressed
by wsgiref.handlers.BaseHandler.run() in Python 3.7+, see
https://github.com/python/cpython/commit/47ffc1a9f6fab1c17cdcc325d4af066317369ed7
|
|
Forwardport of 3dc3a952b28af444cb3bc83d4638a0e5fc2eeae1 from stable/3.2.x.
|
|
|
|
|
|
Per deprecation timeline.
|
|
deprecation timeline.
|
|
deprecation timeline.
|
|
django.contrib.postgres.fields.jsonb.KeyTransform/KeyTextTransform.
Per deprecation timeline.
|
|
deprecation timeline.
|
|
|
|
Per deprecation timeline.
|
|
|
|
Per deprecation timeline.
|
|
deprecation timeline.
|
|
timeline.
|
|
middleware classes.
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
and signing.dumps()/loads().
Per deprecation timeline.
|
|
sessions.
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
CookieStorage.
Per deprecation timeline.
|
|
|
|
|
|
|
|
Per deprecation timeline.
|
|
timeline.
|
|
|
|
timeline.
|
|
Expression.get_group_by_cols() subclasses.
Per deprecation timeline.
|
|
Per deprecation timeline.
|
|
ungettext(), and ungettext_lazy() per deprecation timeline.
|
|
per deprecation timeline.
|
|
timeline.
|
|
|
|
|
|
|
|
|
|
|
|
|