summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2020-09-30[3.1.x] Bumped minimum isort version to 5.1.0.David Smith
2020-08-26[3.1.x] Fixed #31905 -- Made MiddlewareMixin call process_request()/process_r...Michael Galler
2020-06-18[3.1.x] Fixed #31716 -- Fixed detection of console scripts in autoreloader on...Tom Forbes
2020-06-04[3.1.x] Fixed #30134 -- Ensured unlocalized numbers are string representation...Claude Paroz
2020-06-01[3.1.x] Fixed #31570 -- Corrected translation loading for apps providing terr...Carlton Gibson
2020-05-12Fixed E128, E741 flake8 warnings.Mariusz Felisiak
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-05-04Refs #30372 -- Stopped watching built-in Django translation files by auto-rel...Tom Forbes
2020-04-27Removed unnecessary tuple wrapping of single format string argument.François Freitag
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2020-04-16Fixed #29329 -- Made datetime logging from runserver more consistent.Hasan Ramezani
2020-03-31Fixed #30864 -- Doc'd classproperty decorator.Deep Sukhwani
2020-03-18Fixed #31224 -- Added support for asynchronous views and middleware.Andrew Godwin
2020-03-11Fixed typo in django/utils/crypto.py.Mariusz Felisiak
2020-03-11Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.Claude Paroz
2020-03-10Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz
2020-03-05Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne
2020-02-26Fixed #28280 -- Prevented numberformat.format() from formatting large/tiny fl...Hasan Ramezani
2020-02-18Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...Claude Paroz
2020-01-27Refs #27468 -- Added algorithm parameter to django.utils.crypto.salted_hmac().Claude Paroz
2020-01-16Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.Pavel Lysak
2020-01-15Fixed obsolete comment in django.utils.crypto.salted_hmac().Mariusz Felisiak
2019-12-30Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ".Sjbrgsn
2019-12-27Fixed typo in django/utils/termcolors.py docstring.leollon
2019-12-18Fixed #30585 -- Added {% translate %} and {% blocktranslate %} template tags.Mike Hansen
2019-12-06Fixed outdated import in django/utils/safestring.py.Baptiste Mispelon
2019-12-03Fixed #31056 -- Allowed disabling async-unsafe check with an environment vari...Andrew Godwin
2019-11-27Fixed #30803 -- Allowed comma separators for milliseconds in django.utils.dat...Farhaan Bukhsh
2019-11-27Refs #30803 -- Allowed comma separators for decimal fractions in parse_durati...Farhaan Bukhsh
2019-11-25Removed unused unencoded_ampersands_re regex.Baptiste Mispelon
2019-11-22Fixed #9762 -- Made DateFormat.r() locale-independent.Baptiste Mispelon
2019-11-22Refs #26281 -- Added a helpful error message for an invalid "r" specifier to ...Baptiste Mispelon
2019-11-18Fixed #30989 -- Removed unimplemented B time format.Baptiste Mispelon
2019-11-18Simplified DateFormat.W() and z().Baptiste Mispelon
2019-11-18Fixed #30990 -- Fixed example output in 'z' date format docs.Baptiste Mispelon
2019-10-30Refs #28428 -- Made filepath_to_uri() support pathlib.Path.Hasan Ramezani
2019-10-29Fixed #30899 -- Lazily compiled import time regular expressions.Hasan Ramezani
2019-10-29Refs #30899 -- Made _lazy_re_compile() support bytes.Hasan Ramezani
2019-10-29Refs #30899 -- Moved _lazy_re_compile() to the django.utils.regex_helper.Hasan Ramezani
2019-10-28Fixed #30918 -- Made timesince()/timeuntil() respect custom time strings for ...Hasan Ramezani
2019-10-21Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.André Ericson
2019-10-10Fixed #23755 -- Added support for multiple field names in the no-cache Cache-...Flavio Curella
2019-10-10Fixed #30812 -- Made ConditionalGetMiddleware set ETag only for responses wit...Viktor Lomakin
2019-09-30Fixed #28690 -- Fixed handling of two-digit years in parse_http_date().Ad Timmering
2019-09-10Advanced deprecation warnings for Django 3.1.Mariusz Felisiak
2019-09-10Refs #29546 -- Removed django.utils.timezone.FixedOffset per deprecation time...Mariusz Felisiak
2019-09-04Fixed #29714 -- Allowed using ExceptionReporter subclass with AdminEmailHandler.Nasir Hussain
2019-09-02Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().Carlton Gibson
2019-08-28Adjusted subprocess.run() calls to use arg list, rather than string. Jon Dufresne
2019-08-28Refs #27795 -- Removed an unnecessary force_bytes() call in uri_to_iri().Jon Dufresne