summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
AgeCommit message (Expand)Author
2017-10-09[2.0.x] Refs #23919 -- Corrected django.utils.http.urlencode()'s documented s...François Freitag
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-08-16Removed unused reference in docs/ref/utils.txt.Sergey Fedoseev
2017-08-11Made the @cached_property example more consistent.Bryan Helmig
2017-07-03Fixed #28076 -- Added support for PostgreSQL's interval format to parse_durat...Matthew Schinckel
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-04-14Fixed #28067 -- Clarified __str__() return type when using python_2_unicode_c...Tim Graham
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-30Refs #23919 -- Removed usage of obsolete SafeBytes classClaude Paroz
2017-01-28Made ugettext* functions aliases of gettext*Claude Paroz
2017-01-26Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-23Assumed iri_to_uri always returns a stringClaude Paroz
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.Tim Graham
2017-01-17Refs #20223 -- Removed deprecated django.utils.functional.allow_lazy().Tim Graham
2017-01-17Refs #13110 -- Removed SyndicationFeed.add_item()'s enclosure argument.Tim Graham
2017-01-02Removed obsolete versionadded/changed annotations.Tim Graham
2016-10-27Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham
2016-10-10Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...Denis Cornehl
2016-09-28Fixed #27226 -- Removed patch_response_headers()'s setting of the Last-Modifi...Rinat Khabibiev
2016-08-31Fixed #25181 -- Added localdate() function to get date in a different time zone.Jon Dufresne
2016-08-25Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot
2016-08-24Fixed #26866 -- Added format_lazy functionMattias Loverot
2016-06-07Fixed #10107 -- Allowed using mark_safe() as a decorator.Scott Vitale
2016-05-30Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC.Ketan Bhatt
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-14Refs #26021 -- Used hanging indentation in some doc examples.Tim Graham
2016-05-10Fixed #24046 -- Deprecated the "escape" half of utils.safestring.Tim Graham
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-05-03Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov
2016-03-13Fixed typos in docs.Jakub Wilk
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-12-24Refs #13008 -- Forwardported 1.8.8 release note.Tim Graham
2015-12-12Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().Iacopo Spalletti
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-10-07Added some function links in translation docsClaude Paroz
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Refs #23269 -- Removed the removetags template tag and related functions per ...Tim Graham
2015-09-18Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators.fabrizio ettore messina
2015-09-18Fixed #13110 -- Added support for multiple enclosures in Atom feeds.Unai Zalakain
2015-08-18Used consistent capitalization and hyphenation of "class-based views" in docs.Anton Strogonoff
2015-08-01Fixed #25146 -- Allowed method_decorator() to decorate classes.Rigel Di Scala
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-07-17Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson
2015-04-28Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.Markus Bertheau
2015-04-24Fixed #22598 -- Allowed make_aware() to work with ambiguous datetimeJosh Smeaton
2015-03-27Fixed #24469 -- Refined escaping of Django's form elements in non-Django temp...Moritz Sichert