summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2022-02-10Refs #32568 -- Optimized escape() by using SafeString instead of mark_safe().David
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-29Fixed #33465 -- Added empty __slots__ to SafeString and SafeData.Keryn Knight
2022-01-12Changed django.utils.log.log_response() to take exception instance.Adam Johnson
2022-01-11Refs #30141 -- Removed unused branch in parse_duration().Mariusz Felisiak
2022-01-07Refs #32355 -- Removed unnecessary list() calls before reversed() on dictviews.Mariusz Felisiak
2022-01-07Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.Ad Timmering
2022-01-04Refs #33216 -- Made @deconstructible do not change path for subclasses.Allen Jonathan David
2021-12-30Refs #27753 -- Removed unused django.utils.text._replace_entity() and _entity...Mariusz Felisiak
2021-12-21Optimized MiddlewareMixin coroutine check.Adam Johnson
2021-12-20Fixed #33368 -- Fixed parse_duration() crash on invalid separators for decima...mendespedro
2021-12-17Changed signatures of setting_changed signal receivers.Adam Johnson
2021-12-16Fixed #30127 -- Deprecated name argument of cached_property().mgaligniana
2021-12-14Fixed unescape_string_literal() crash on empty strings.Florian Apolloner
2021-12-03Fixed #33078 -- Added support for language regions in i18n_patterns().Maxim Piskunov
2021-12-02Updated various links to HTTPS and new locations.Mariusz Felisiak
2021-11-22Fixed #33302 -- Made element_id optional argument for json_script template fi...Baptiste Mispelon
2021-11-03Refs #33245 -- Minor edits to django.utils.html.urlize() changes.tim-mccurrach
2021-11-01Fixed #33245 -- Made django.utils.html.urlize() thread-safe.Timothy McCurrach
2021-10-20Fixed #33043 -- Made method_decorator() preserve wrapper assignments.Vinay Karanam
2021-10-15Fixed #33195 -- Refactored urlize() based on a class.Claude Paroz
2021-10-14Removed unused DOTS list.Claude Paroz
2021-10-12Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.Ade Lee
2021-10-04Refs #33107 -- Optimized cached_import() helper.Nick Pope
2021-09-30Optimized @async_unsafe.Adam Johnson
2021-09-29Fixed #33027 -- Made autoreloader pass -X options.Chenyang Yan
2021-09-27Refs #32355 -- Used @functools.lru_cache as a straight decorator.Mariusz Felisiak
2021-09-27Refs #32355 -- Modernized subprocess.run() calls.Adam Johnson
2021-09-22Optimized handling case-insensitive mappings.Illia Volochii
2021-09-20Advanced deprecation warnings for Django 4.1.Mariusz Felisiak
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-09-16Fixed #33107 -- Fixed import_string() crash on not fully initialized modules.Mariusz Felisiak
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2021-09-10Fixed #33099 -- Improved performance of import_string().yujin
2021-08-30Fixed #32992 -- Restored offset extraction for fixed offset timezones.Carlton Gibson
2021-08-06Refs #32956 -- Corrected spelling of daylight saving time.David Smith
2021-08-05Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.temp...Chris Jerdonek
2021-07-30Refs #32956 -- Updated words ending in -wards.David Smith
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-20Refs #32940 -- Removed unnecessary branch in Node.add().Keryn Knight
2021-07-20Refs #32940 -- Removed Node.add()'s unused squash parameter.Keryn Knight
2021-07-19Fixed #32941 -- Removed get_format_modules()'s unused reverse argument.Keryn Knight
2021-07-19Removed unnecessary tuple construction in Node.__eq__().Nick Pope
2021-07-13Simplified django.utils.dateformat methods.Nick Pope
2021-07-07Fixed #32904 -- Made parse_time() more strict.abhiabhi94
2021-07-07Fixed #32866 -- Fixed trimming trailing punctuation from escaped string in ur...Shipeng Feng
2021-07-06Fixed #32892 -- Optimized django.utils.dateparse functions by using fromisofo...Keryn Knight
2021-06-30Refs #32880 -- Moved logging reference to new document.Daniele Procida
2021-06-24Fixed #32727 -- Allowed spaces before time zone offset in parse_datetime().Ben Wilber