Mariusz Felisiak
|
ec0ff40631
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
|
3 years ago |
Paul Ganssle
|
10d1261984
Refs #32365 -- Allowed use of non-pytz timezone implementations.
|
3 years ago |
Mariusz Felisiak
|
d134b0b93e
Refs #15902 -- Stopped set_language() storing user's language in the session.
|
3 years ago |
Mariusz Felisiak
|
810f037b29
Refs #27753 -- Removed django.utils.encoding.force_text() and smart_text() per deprecation timeline.
|
3 years ago |
Mariusz Felisiak
|
b7dd89ed53
Removed versionadded/changed annotations for 3.1.
|
3 years ago |
David Smith
|
0382ecfe02
Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores.
|
4 years ago |
Mariusz Felisiak
|
4c5236ef93
Removed versionadded/changed annotations for 3.0.
|
4 years ago |
Jon Dufresne
|
fb21625270
Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.
|
4 years ago |
Mariusz Felisiak
|
f1a808a502
Used :rfc: role in various docs.
|
4 years ago |
Deep Sukhwani
|
4b146e0c83
Fixed #30864 -- Doc'd classproperty decorator.
|
4 years ago |
Andrew Godwin
|
fc0fa72ff4
Fixed #31224 -- Added support for asynchronous views and middleware.
|
4 years ago |
Mariusz Felisiak
|
5e17301f38
Corrected learn_cache_key() signature in docs.
|
4 years ago |
Борис Верховский
|
d82d2d49d6
Corrected get_cache_key() signature in docs.
|
4 years ago |
Sjbrgsn
|
b2bd08bb7a
Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".
|
5 years ago |
Baptiste Mispelon
|
ff1b19da67
Fixed #31029 -- Used more specific links to RFCs.
|
5 years ago |
Farhaan Bukhsh
|
1f817daa20
Fixed #30803 -- Allowed comma separators for milliseconds in django.utils.dateparse functions.
|
5 years ago |
Farhaan Bukhsh
|
42b23d1e79
Refs #30803 -- Allowed comma separators for decimal fractions in parse_duration().
|
5 years ago |
Hasan Ramezani
|
6315a272c5
Refs #28428 -- Made filepath_to_uri() support pathlib.Path.
|
5 years ago |
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().
|
5 years ago |
Tim Graham
|
b9455b010e
Refs #30278 -- Fixed link in cached_property docs.
|
5 years ago |
Matthew Schinckel
|
c3c2ec54f5
Refs #30278 -- Doc'd behavior of del on an unaccessed cached_property.
|
5 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().
|
5 years ago |