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
2018-07-18
[2.1.x] Fixed utils.html.escape()'s docs with regards to string coercion.
Claude Paroz
2018-07-09
[2.1.x] Refs #29478 -- Doc'd how to use cached_property with a mangled name.
Sergey Fedoseev
2018-07-06
[2.1.x] Corrected cached_property() signature in docs.
Sergey Fedoseev
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-02-23
Fixed #27449 -- Added django.utils.translation.get_supported_language_variant().
Sebastian Sangervasi
2018-01-02
Refs #28965 -- Deprecated unused django.utils.http.cookie_date().
Tim Graham
2017-12-20
Refs #25181 -- Updated timezone.now() docs about obtaining the time in the cu...
Sergey Fedoseev
2017-10-30
Fixed 'a'/'an' mix-ups in docs.
Ville Skyttä
2017-10-09
Refs #23919 -- Corrected django.utils.http.urlencode()'s documented signature.
François Freitag
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-22
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
Tim Graham
2017-09-22
Refs #27067 -- Removed django.utils.translation.string_concat() per deprecati...
Tim Graham
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-08-16
Removed unused reference in docs/ref/utils.txt.
Sergey Fedoseev
2017-08-11
Made the @cached_property example more consistent.
Bryan Helmig
2017-07-03
Fixed #28076 -- Added support for PostgreSQL's interval format to parse_durat...
Matthew Schinckel
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-04-14
Fixed #28067 -- Clarified __str__() return type when using python_2_unicode_c...
Tim Graham
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-30
Refs #23919 -- Removed usage of obsolete SafeBytes class
Claude Paroz
2017-01-28
Made ugettext* functions aliases of gettext*
Claude Paroz
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-23
Assumed iri_to_uri always returns a string
Claude Paroz
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.
Tim Graham
2017-01-17
Refs #20223 -- Removed deprecated django.utils.functional.allow_lazy().
Tim Graham
2017-01-17
Refs #13110 -- Removed SyndicationFeed.add_item()'s enclosure argument.
Tim Graham
2017-01-02
Removed obsolete versionadded/changed annotations.
Tim Graham
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-10
Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...
Denis Cornehl
2016-09-28
Fixed #27226 -- Removed patch_response_headers()'s setting of the Last-Modifi...
Rinat Khabibiev
2016-08-31
Fixed #25181 -- Added localdate() function to get date in a different time zone.
Jon Dufresne
2016-08-25
Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().
Mattias Loverot
2016-08-24
Fixed #26866 -- Added format_lazy function
Mattias Loverot
2016-06-07
Fixed #10107 -- Allowed using mark_safe() as a decorator.
Scott Vitale
2016-05-30
Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC.
Ketan Bhatt
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-14
Refs #26021 -- Used hanging indentation in some doc examples.
Tim Graham
2016-05-10
Fixed #24046 -- Deprecated the "escape" half of utils.safestring.
Tim Graham
2016-05-08
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2016-05-03
Fixed #26567 -- Updated references to obsolete RFC2616.
Vasiliy Faronov
2016-03-13
Fixed typos in docs.
Jakub Wilk
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-12-24
Refs #13008 -- Forwardported 1.8.8 release note.
Tim Graham
2015-12-12
Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
Iacopo Spalletti
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-10-07
Added some function links in translation docs
Claude Paroz
[next]