Commit History

Author SHA1 Message Date
  Tim Graham 83cbb8d080 Fixed #28067 -- Clarified __str__() return type when using python_2_unicode_compatible(). 7 years ago
  Tim Graham 29f607927f Fixed spelling of "nonexistent". 7 years ago
  Claude Paroz 52138b1fd0 Refs #23919 -- Removed usage of obsolete SafeBytes class 7 years ago
  Claude Paroz e34f4e6f87 Made ugettext* functions aliases of gettext* 7 years ago
  Claude Paroz fee42fd99e Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 7 years ago
  Vytis Banaitis d1bab24e01 Refs #23919, #27778 -- Removed obsolete mentions of unicode. 7 years ago
  Claude Paroz d2e7d15b4c Assumed iri_to_uri always returns a string 7 years ago
  Tim Graham f6acd1d271 Refs #23919 -- Removed Python 2 notes in docs. 7 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Tim Graham 60ca37d2e5 Refs #24046 -- Removed mark_for_escaping() per deprecation timeline. 8 years ago
  Tim Graham 9d304b26cf Refs #20223 -- Removed deprecated django.utils.functional.allow_lazy(). 8 years ago
  Tim Graham 75cf9b5ac0 Refs #13110 -- Removed SyndicationFeed.add_item()'s enclosure argument. 8 years ago
  Tim Graham f996f73667 Removed obsolete versionadded/changed annotations. 8 years ago
  Tim Graham 414ad25b09 Fixed #27327 -- Simplified time zone handling by requiring pytz. 8 years ago
  Denis Cornehl a840710e1e Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware. 8 years ago
  Rinat Khabibiev 9e07a9b5fe Fixed #27226 -- Removed patch_response_headers()'s setting of the Last-Modified header. 8 years ago
  Jon Dufresne ff1e7b4eb4 Fixed #25181 -- Added localdate() function to get date in a different time zone. 8 years ago
  Mattias Loverot 2315114090 Fixed #27067 -- Deprecated string_concat() in favor of format_lazy(). 8 years ago
  Mattias Loverot 9aaeec337e Fixed #26866 -- Added format_lazy function 8 years ago
  Scott Vitale be729b6120 Fixed #10107 -- Allowed using mark_safe() as a decorator. 8 years ago
  Ketan Bhatt f31fbbae1a Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC. 8 years ago
  Tim Graham 46a38307c2 Removed versionadded/changed annotations for 1.9. 8 years ago
  Florian Apolloner 9baf692a58 Fixed #26601 -- Improved middleware per DEP 0005. 9 years ago
  Tim Graham e475e84970 Refs #26021 -- Used hanging indentation in some doc examples. 8 years ago
  Tim Graham 2f0e0eee45 Fixed #24046 -- Deprecated the "escape" half of utils.safestring. 8 years ago
  Tim Graham f5ff5010cd Fixed #26483 -- Updated docs.python.org links to use Intersphinx. 8 years ago
  Vasiliy Faronov ac77c55bc5 Fixed #26567 -- Updated references to obsolete RFC2616. 8 years ago
  Jakub Wilk 402da9ab7b Fixed typos in docs. 8 years ago
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 8 years ago
  Tim Graham a53175392f Refs #13008 -- Forwardported 1.8.8 release note. 9 years ago