index
:
chango.git
devmain
fix-31295
initial-branch
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
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
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
Refs #23269 -- Removed the removetags template tag and related functions per ...
Tim Graham
2015-09-18
Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators.
fabrizio ettore messina
2015-09-18
Fixed #13110 -- Added support for multiple enclosures in Atom feeds.
Unai Zalakain
2015-08-18
Used consistent capitalization and hyphenation of "class-based views" in docs.
Anton Strogonoff
2015-08-01
Fixed #25146 -- Allowed method_decorator() to decorate classes.
Rigel Di Scala
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-04-28
Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.
Markus Bertheau
2015-04-24
Fixed #22598 -- Allowed make_aware() to work with ambiguous datetime
Josh Smeaton
2015-03-27
Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...
Moritz Sichert
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-18
Removed utils.module_loading.import_by_path() per deprecation timeline; refs ...
Tim Graham
2015-01-17
Removed django.utils.tzinfo per deprecation timeline; refs #17262.
Tim Graham
2015-01-17
Documented django.utils.timezone.FixedOffset; thanks Aymeric.
Tim Graham
2015-01-17
Removed django.utils.datastructures.SortedDict per deprecation timeline.
Tim Graham
2015-01-15
Direct readers to format_html() in mark_safe() docs.
Luke Plant
2015-01-08
Fixed #24073 -- Returned None for get_language when translations are deactivated
Claude Paroz
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-11-03
Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().
Unai Zalakain
2014-10-30
Fixed #23558 -- documented slugify limitations
David Hoffman
2014-10-20
Fixed #23668 -- Changed make_aware() and make_naive() to use the current time...
Jon Dufresne
2014-10-19
Fixed a typo in urlencode documentation.
wrwrwr
2014-10-16
Fixed #19508 -- Implemented uri_to_iri as per RFC.
Anubhav Joshi
2014-08-31
Fixed #23388 -- Made django.utils.timezone.override usable as a decorator
Thomas Chaumeny
2014-08-29
Documented translation.override as a decorator.
Simon Charette
2014-08-19
Removed unnecessary code-block directives.
areski
[next]