Jon Dufresne
|
769cee5252
Fixed #31327 -- Deprecated providing_args argument for Signal.
|
5 年之前 |
Claude Paroz
|
d4fff711d4
Fixed #31274 -- Used signing infrastructure in SessionBase.encode()/decode().
|
5 年之前 |
Claude Paroz
|
4d973f5939
Refs #26601 -- Deprecated passing None as get_response arg to middleware classes.
|
5 年之前 |
Claude Paroz
|
da4923ea87
Refs #27468 -- Made PasswordResetTokenGenerator use SHA-256 algorithm.
|
5 年之前 |
Claude Paroz
|
8ae84156d6
Fixed #27604 -- Used the cookie signer to sign message cookies.
|
5 年之前 |
Claude Paroz
|
e348ab0d43
Fixed #30997 -- Deprecated HttpRequest.is_ajax().
|
5 年之前 |
Jon Dufresne
|
5708327c37
Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.
|
5 年之前 |
Simon Charette
|
11e327a3ff
Fixed #30988 -- Deprecated the InvalidQuery exception.
|
5 年之前 |
André Ericson
|
31174031f1
Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.
|
5 年之前 |
Hasan Ramezani
|
226ebb1729
Fixed #28622 -- Allowed specifying password reset link expiration in seconds and deprecated PASSWORD_RESET_TIMEOUT_DAYS.
|
5 年之前 |
Mariusz Felisiak
|
9a2a12d415
Advanced deprecation warnings for Django 3.1.
|
5 年之前 |
Carlton Gibson
|
4f61810751
Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().
|
5 年之前 |
Jon Dufresne
|
b915b9f10f
Refs #27753 -- Deprecated django.utils.text.unescape_entities().
|
6 年之前 |
Simon Charette
|
9dc367dc10
Refs #30158 -- Added alias argument to Expression.get_group_by_cols().
|
6 年之前 |
Claude Paroz
|
a8e2a9bac6
Refs #15902 -- Deprecated storing user's language in the session.
|
8 年之前 |
Jon Dufresne
|
6eb4996672
Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy().
|
6 年之前 |
Tim Graham
|
d55e882927
Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().
|
6 年之前 |
Tim Graham
|
41384812ef
Refs #27753 -- Removed django.utils.six.
|
6 年之前 |
Tim Graham
|
83c2bc52c2
Refs #27753 -- Deprecated django.utils.http urllib aliases.
|
6 年之前 |
Tim Graham
|
f5060a1385
Advanced deprecation warnings for Django 3.0.
|
6 年之前 |
Simon Charette
|
8c775391b7
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases.
|
6 年之前 |
Joshua Cannon
|
db1b10ef0d
Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().
|
6 年之前 |
Tim Graham
|
f892781b95
Fixed #28606 -- Deprecated CachedStaticFilesStorage.
|
6 年之前 |
Jon Dufresne
|
0cd465b63a
Fixed #29817 -- Deprecated settings.FILE_CHARSET.
|
6 年之前 |
Stefano Chiodino
|
6de7f9ec60
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
|
6 年之前 |
Ramiro Morales
|
1b1f64ee5a
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
|
6 年之前 |
Nick Pope
|
ed4bfacb3c
Fixed #29703 -- Deprecated QuerySetPaginator alias.
|
6 年之前 |
Tim Graham
|
b4fa94aed8
Removed code terms from docs/spelling_wordlist.
|
6 年之前 |
Sergey Fedoseev
|
338f741c5e
Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.
|
6 年之前 |
Damien
|
7409d21a5e
Clarified sentence about removal of inline flag support in url().
|
6 年之前 |