| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-28 | [2.2.x] Fixed #31029 -- Used more specific links to RFCs. | Baptiste Mispelon | |
| Backport of ff1b19da6761217ed1b14cc7e94c6438903565d8 from master | |||
| 2019-09-27 | [2.2.x] Fixed #27921 -- Clarified usage of make_aware() with is_dst argument. | Glenn | |
| Backport of c2678e49759e5c4c329bff0eeca2886267005d21 from master | |||
| 2019-03-30 | [2.2.x] Refs #30278 -- Fixed link in cached_property docs. | Tim Graham | |
| Backport of b9455b010e41d1c6e68faa11115212d50de3c231 from master. | |||
| 2019-03-30 | [2.2.x] Refs #30278 -- Doc'd behavior of del on an unaccessed cached_property. | Matthew Schinckel | |
| Thanks to Curtis Maloney for the description of the problem. Backport of c3c2ec54f59428cdf0a35abce594fd2ada35c209 from master | |||
| 2018-11-19 | Fixed #29478 -- Added support for mangled names to cached_property. | Thomas Grainger | |
| Co-Authored-By: Sergey Fedoseev <fedoseev.sergey@gmail.com> | |||
| 2018-10-10 | Refs #27795 -- Removed force_bytes() usage from django/utils/http.py. | Jon Dufresne | |
| django.utils.http.urlsafe_base64_encode() now returns a string, not a bytestring. Since URLs are represented as strings, urlsafe_base64_encode() should return a string. All uses immediately decoded the bytestring to a string anyway. As the inverse operation, urlsafe_base64_decode() accepts a string. | |||
| 2018-09-25 | Refs #29784 -- Normalized Python docs links to omit the version. | Jon Dufresne | |
| 2018-09-18 | Made various edits to docs/ref/utils.txt. | Adam Johnson | |
| 2018-07-18 | Fixed utils.html.escape()'s docs with regards to string coercion. | Claude Paroz | |
| As of 301de774c21d055e9e5a7073e5bffdb52bc71079. | |||
| 2018-07-09 | Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset. | Sergey Fedoseev | |
| 2018-07-09 | Refs #29478 -- Doc'd how to use cached_property with a mangled name. | Sergey Fedoseev | |
| 2018-07-06 | Corrected cached_property() signature in docs. | Sergey Fedoseev | |
| 2018-05-17 | Removed versionadded/changed annotations for 2.0. | Tim Graham | |
| 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 ↵ | Sergey Fedoseev | |
| current time zone. | |||
| 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 | |
| Follow up to fee42fd99ee470528858c2ccb3621135c30ec262. | |||
| 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 ↵ | Tim Graham | |
| deprecation timeline. | |||
| 2017-09-20 | Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. | Sjoerd Job Postmus | |
| Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs. | |||
| 2017-08-16 | Removed unused reference in docs/ref/utils.txt. | Sergey Fedoseev | |
| Unused since f6acd1d271122d66de8061e75ae26137ddf02658. | |||
| 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 ↵ | Matthew Schinckel | |
| parse_duration(). | |||
| 2017-05-22 | Updated various links in docs to avoid redirects | Claude Paroz | |
| Thanks Tim Graham and Mariusz Felisiak for review and completion. | |||
| 2017-04-14 | Fixed #28067 -- Clarified __str__() return type when using ↵ | Tim Graham | |
| python_2_unicode_compatible(). | |||
| 2017-02-03 | Fixed spelling of "nonexistent". | Tim Graham | |
| 2017-01-30 | Refs #23919 -- Removed usage of obsolete SafeBytes class | Claude Paroz | |
| The class will be removed as part of #27753. Thanks Tim Graham for the review. | |||
| 2017-01-28 | Made ugettext* functions aliases of gettext* | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2017-01-26 | Refs #23919 -- Replaced usage of django.utils.http utilities with Python ↵ | Claude Paroz | |
| equivalents Thanks Tim Graham for the review. | |||
| 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 | |
| Thanks Tim Graham for the review. | |||
| 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 | |
| Per deprecation timeline. | |||
| 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 ↵ | Denis Cornehl | |
| ConditionalGetMiddleware. | |||
| 2016-09-28 | Fixed #27226 -- Removed patch_response_headers()'s setting of the ↵ | Rinat Khabibiev | |
| Last-Modified header. | |||
| 2016-08-31 | Fixed #25181 -- Added localdate() function to get date in a different time zone. | Jon Dufresne | |
| Thanks Konrad Świat for the original patch. | |||
| 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 | |
| Added format_lazy function to django.utils.text module. Useful when dealing with relative complex lazy string concatenations (e.g. in urls.py when translating urls in regular expressions). | |||
| 2016-06-07 | Fixed #10107 -- Allowed using mark_safe() as a decorator. | Scott Vitale | |
| Thanks ArcTanSusan for the initial patch. | |||
| 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 | |
| Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP. | |||
