Flavio Curella
|
ed112fadc1
Fixed #23755 -- Added support for multiple field names in the no-cache Cache-Control directive to patch_cache_control().
|
5 years ago |
Glenn
|
c2678e4975
Fixed #27921 -- Clarified usage of make_aware() with is_dst argument.
|
5 years ago |
Mariusz Felisiak
|
cb2be9d5d5
Refs #29546 -- Removed django.utils.timezone.FixedOffset per deprecation timeline.
|
5 years ago |
Mariusz Felisiak
|
416c584cab
Removed versionadded/changed annotations for 2.2.
|
5 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
Adnan Umer
|
6805c0f99f
Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according to RFC 7231.
|
5 years ago |
nsasaki128
|
a289e79679
Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() decorator.
|
5 years ago |
Jon Dufresne
|
8d76443aba
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape().
|
6 years ago |
Tim Graham
|
b9455b010e
Refs #30278 -- Fixed link in cached_property docs.
|
6 years ago |
Matthew Schinckel
|
c3c2ec54f5
Refs #30278 -- Doc'd behavior of del on an unaccessed cached_property.
|
6 years ago |
Claude Paroz
|
a8e2a9bac6
Refs #15902 -- Deprecated storing user's language in the session.
|
8 years ago |
Jon Dufresne
|
6eb4996672
Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), ungettext(), and ungettext_lazy().
|
6 years ago |
Tim Graham
|
77d25dbd0f
Refs #27753 -- Favored SafeString over SafeText.
|
6 years ago |
Tim Graham
|
d55e882927
Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().
|
6 years ago |
Aymeric Augustin
|
3bb6a4390c
Refs #27753 -- Favored force/smart_str() over force/smart_text().
|
8 years ago |
Tim Graham
|
41384812ef
Refs #27753 -- Removed django.utils.six.
|
6 years ago |
Tim Graham
|
7e6b214ed3
Fixed #30116 -- Dropped support for Python 3.5.
|
6 years ago |
Tim Graham
|
958a7b4ca6
Refs #28965 -- Removed utils.http.cookie_date() per deprecation timeline.
|
6 years ago |
Tim Graham
|
ec7e179aeb
Removed versionadded/changed annotations for 2.1.
|
6 years ago |
Thomas Grainger
|
0607699902
Fixed #29478 -- Added support for mangled names to cached_property.
|
6 years ago |
Jon Dufresne
|
c82893cb8c
Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.
|
6 years ago |
Jon Dufresne
|
ad9a28ee38
Refs #29784 -- Normalized Python docs links to omit the version.
|
6 years ago |
Adam Johnson
|
beffa061eb
Made various edits to docs/ref/utils.txt.
|
6 years ago |
Claude Paroz
|
1ed8527e3d
Fixed utils.html.escape()'s docs with regards to string coercion.
|
6 years ago |
Sergey Fedoseev
|
338f741c5e
Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.
|
6 years ago |
Sergey Fedoseev
|
09199734d3
Refs #29478 -- Doc'd how to use cached_property with a mangled name.
|
6 years ago |
Sergey Fedoseev
|
82b9708c6f
Corrected cached_property() signature in docs.
|
6 years ago |
Tim Graham
|
7543ab1f8d
Removed versionadded/changed annotations for 2.0.
|
6 years ago |
Brett Cannon
|
64b74804c5
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
|
7 years ago |
Sebastian Sangervasi
|
7905815510
Fixed #27449 -- Added django.utils.translation.get_supported_language_variant().
|
7 years ago |