Tim Graham
|
77d25dbd0f
Refs #27753 -- Favored SafeString over SafeText.
|
5 years ago |
Tim Graham
|
d55e882927
Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().
|
5 years ago |
Aymeric Augustin
|
3bb6a4390c
Refs #27753 -- Favored force/smart_str() over force/smart_text().
|
7 years ago |
Tim Graham
|
41384812ef
Refs #27753 -- Removed django.utils.six.
|
5 years ago |
Tim Graham
|
7e6b214ed3
Fixed #30116 -- Dropped support for Python 3.5.
|
5 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.
|
6 years ago |
Sebastian Sangervasi
|
7905815510
Fixed #27449 -- Added django.utils.translation.get_supported_language_variant().
|
7 years ago |
Tim Graham
|
ab7f4c3306
Refs #28965 -- Deprecated unused django.utils.http.cookie_date().
|
7 years ago |
Sergey Fedoseev
|
a7a36bb4d8
Refs #25181 -- Updated timezone.now() docs about obtaining the time in the current time zone.
|
7 years ago |
Ville Skyttä
|
617686e226
Fixed 'a'/'an' mix-ups in docs.
|
7 years ago |
François Freitag
|
e3a30f2d16
Refs #23919 -- Corrected django.utils.http.urlencode()'s documented signature.
|
7 years ago |
Tim Graham
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
Tim Graham
|
48d57788ee
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
|
7 years ago |
Tim Graham
|
87d2240e6c
Refs #27067 -- Removed django.utils.translation.string_concat() per deprecation timeline.
|
7 years ago |
Sjoerd Job Postmus
|
df41b5a05d
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
8 years ago |
Sergey Fedoseev
|
a493424352
Removed unused reference in docs/ref/utils.txt.
|
7 years ago |
Bryan Helmig
|
68f0bcb012
Made the @cached_property example more consistent.
|
7 years ago |
Matthew Schinckel
|
493f7e9e1e
Fixed #28076 -- Added support for PostgreSQL's interval format to parse_duration().
|
7 years ago |
Claude Paroz
|
01f658644a
Updated various links in docs to avoid redirects
|
7 years ago |