summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2021-10-20[4.0.x] Fixed #33043 -- Made method_decorator() preserve wrapper assignments.Vinay Karanam
2021-09-29[4.0.x] Fixed #33027 -- Made autoreloader pass -X options.Chenyang Yan
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
2021-06-21Fixed #32859 -- Simplified compress_string() by using gzip.compress().Illia Volochii
2021-06-05Fixed #32810 -- Optimized django.utils.formats.number_format() a bit.Mateo Radman
2021-05-29Fixed typos in comments and docs.David Sanders
2021-05-27Fixed #32789 -- Made feeds emit elements with no content as self-closing tags.Mohammadreza Varasteh
2021-05-26Fixed #32669 -- Fixed detection when started non-django modules which aren't ...Moriyoshi Koizumi
2021-05-26Fixed #32783 -- Fixed crash of autoreloader when __main__ module doesn't have...Mariusz Felisiak
2021-05-13Fixed #32717 -- Fixed filtering of querysets combined with the | operator.Simon Charette
2021-05-12Fixed #32738 -- Deprecated django.utils.datetime_safe module.Nick Pope
2021-05-12Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.Nick Pope
2021-05-12Refs #32738, Refs #29600, Refs #29595 -- Removed unused django.utils.datetime...Nick Pope
2021-05-12Fixed #32366 -- Updated datetime module usage to recommended approach.Nick Pope
2021-05-12Fixed #32735 -- Made DateFormat.Y() return a zero-padded year.Nick Pope
2021-05-07Fixed #32712 -- Deprecated django.utils.baseconv module.Hasan Ramezani
2021-05-05Fixed #32479 -- Added fallbacks to subsequent language codes in translations.Maxim Beder
2021-05-04Refs #32074 -- Removed usage of deprecated Thread.setDaemon().Karthikeyan Singaravelan
2021-05-04Refs #32074 -- Used asyncio.get_running_loop() instead of get_event_loop().Mariusz Felisiak
2021-05-04Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.Florian Apolloner
2021-05-04Fixed #32709 -- Corrected examples in django/utils/baseconv.py docstring.pythonwood
2021-04-29Fixed capitalization of "ECMAScript" and "JavaScript".Nick Pope
2021-04-10Fixed #31937 -- Eased translation of time strings in some languages.Claude Paroz
2021-04-09Refs #32074 -- Removed usage of Python's deprecated distutils.version package.Mariusz Felisiak
2021-04-01Fixed #32316 -- Deferred accessing __file__.William Schwartz
2021-04-01Fixed #32610 -- Fixed get_git_changeset() on Linux.Mariusz Felisiak
2021-03-26Refs #32355 -- Corrected comments about Python's _NamespacePath.William Schwartz
2021-03-23Optimized django.utils.text.capfirst().Nick Pope
2021-03-22Refs #31732 -- Fixed django.utils.inspect caching for bound methods.Adam Johnson
2021-03-22Fixed #32581 -- Prevented to_locale() from corrupting locale names.Claude Paroz
2021-03-15Refs #32508 -- Raised ValueError instead of using "assert" in lazy().Hasan Ramezani
2021-03-10Refs #24121 -- Added __repr__() to MiddlewareMixin and subclasses.Jonny Park