index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
utils.txt
Age
Commit message (
Expand
)
Author
2022-06-28
[4.1.x] Refs #33779 -- Doc'd django.utils.html.json_script().
Hrushikesh Vaidya
2022-04-28
Removed hyphen from pre-/re- prefixes.
David
2022-03-29
Refs #32365 -- Deprecated django.utils.timezone.utc.
Carlton Gibson
2022-03-17
Added missing backticks to function names.
Mariusz Felisiak
2021-12-16
Fixed #30127 -- Deprecated name argument of cached_property().
mgaligniana
2021-12-13
Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.
mgaligniana
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-01-19
Refs #32365 -- Allowed use of non-pytz timezone implementations.
Paul Ganssle
2021-01-14
Refs #15902 -- Stopped set_language() storing user's language in the session.
Mariusz Felisiak
2021-01-14
Refs #27753 -- Removed django.utils.encoding.force_text() and smart_text() pe...
Mariusz Felisiak
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-05-29
Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores.
David Smith
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-04-20
Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.
Jon Dufresne
2020-04-15
Used :rfc: role in various docs.
Mariusz Felisiak
2020-03-31
Fixed #30864 -- Doc'd classproperty decorator.
Deep Sukhwani
2020-03-18
Fixed #31224 -- Added support for asynchronous views and middleware.
Andrew Godwin
2020-03-10
Corrected learn_cache_key() signature in docs.
Mariusz Felisiak
2020-03-10
Corrected get_cache_key() signature in docs.
Борис Верховский
2019-12-30
Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".
Sjbrgsn
2019-11-27
Fixed #31029 -- Used more specific links to RFCs.
Baptiste Mispelon
2019-11-27
Fixed #30803 -- Allowed comma separators for milliseconds in django.utils.dat...
Farhaan Bukhsh
2019-11-27
Refs #30803 -- Allowed comma separators for decimal fractions in parse_durati...
Farhaan Bukhsh
2019-10-30
Refs #28428 -- Made filepath_to_uri() support pathlib.Path.
Hasan Ramezani
2019-10-10
Fixed #23755 -- Added support for multiple field names in the no-cache Cache-...
Flavio Curella
2019-09-27
Fixed #27921 -- Clarified usage of make_aware() with is_dst argument.
Glenn
2019-09-10
Refs #29546 -- Removed django.utils.timezone.FixedOffset per deprecation time...
Mariusz Felisiak
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-16
Fixed #30701 -- Updated patch_vary_headers() to handle an asterisk according ...
Adnan Umer
2019-06-26
Fixed #30594 -- Added 'private' Cache-Control directive to never_cache() deco...
nsasaki128
2019-04-25
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...
Jon Dufresne
2019-03-30
Refs #30278 -- Fixed link in cached_property docs.
Tim Graham
2019-03-30
Refs #30278 -- Doc'd behavior of del on an unaccessed cached_property.
Matthew Schinckel
2019-02-14
Refs #15902 -- Deprecated storing user's language in the session.
Claude Paroz
2019-02-08
Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), unge...
Jon Dufresne
2019-02-06
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2019-02-06
Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().
Tim Graham
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-02-05
Refs #27753 -- Removed django.utils.six.
Tim Graham
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-17
Refs #28965 -- Removed utils.http.cookie_date() per deprecation timeline.
Tim Graham
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2018-11-19
Fixed #29478 -- Added support for mangled names to cached_property.
Thomas Grainger
2018-10-10
Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.
Jon Dufresne
2018-09-25
Refs #29784 -- Normalized Python docs links to omit the version.
Jon Dufresne
2018-09-18
Made various edits to docs/ref/utils.txt.
Adam Johnson
[next]