index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
Age
Commit message (
Expand
)
Author
2018-10-14
Fixed typo in django/utils/datastructures.py.
Taoufik
2018-10-12
Simplified django.utils.html.urlize().
Tim Graham
2018-10-12
Refs #29826 -- Removed unused characters from urlize configuration.
Tim Graham
2018-10-10
Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.
Jon Dufresne
2018-10-04
Simplified utils.text.StreamingBuffer.
Sergey Fedoseev
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-09-25
Refs #27795 -- Removed force_bytes() usage in utils/_os.py.
Jon Dufresne
2018-09-25
Normalized spelling of "lowercase" and "lowercased".
Jon Dufresne
2018-09-19
Fixed #29772 -- Made LazyObject proxy __lt__() and __gt__().
Javier Buzzi
2018-08-28
Refs #27795 -- Removed force_bytes() usage in django/utils/cache.py.
Jon Dufresne
2018-08-21
Fixed #29654 -- Made text truncation an ellipsis character instead of three d...
Claude Paroz
2018-08-08
Fixed #29643 -- Fixed crash when combining Q objects with __in lookups and li...
Mariusz Felisiak
2018-08-07
Refs #29244 -- Fixed django.utils.inspect.method_has_no_args() for bound meth...
Josh Schneier
2018-08-07
Renamed django.utils.inspect.func_has_no_args() to method_has_no_args().
Josh Schneier
2018-08-02
Refs #29600 -- Updated django.utils.datetime_safe now that Python 2 is unsupp...
Tim Graham
2018-08-01
Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMiddleware.
Andreas Hug
2018-07-26
Refs #29600 -- Removed datetime_safe usage in feedgenerator.
Tim Graham
2018-07-20
Fixed #29412 -- Stopped marking slugify() result as HTML safe.
Claude Paroz
2018-07-19
Fixed #29578 -- Made numberformat.format() honor forced l10n usage.
Claude Paroz
2018-07-18
Removed duplicate words in various comments.
Mariusz Felisiak
2018-07-09
Fixed #29546 -- Deprecated django.utils.timezone.FixedOffset.
Sergey Fedoseev
2018-07-09
Simplified force_bytes().
Sergey Fedoseev
2018-07-09
Removed unneded str() calls prior to mark_safe(); simplified mark_safe().
Sergey Fedoseev
2018-06-29
Fixed #29525 -- Allowed is_safe_url()'s allowed_hosts arg to be a string.
Przemysław Suliga
2018-06-28
Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for ...
Tim Graham
2018-06-27
Refs #29253 -- Fixed method_decorator() crash if decorator sets a new attribute.
Chris Jerdonek
2018-05-17
Advanced deprecation warnings for Django 2.2.
Tim Graham
2018-05-12
Moved to_language() to django.utils.translation.
Tim Graham
2018-05-12
Consolidated duplicate to_locale() implementations.
Tim Graham
2018-05-12
Aliased trans_null.to_locale() to trans_real.to_locale().
Hasan Ramezani
2018-05-10
Replaced TOKEN_* constants by TokenType enums.
Claude Paroz
2018-05-10
Fixed #21408 — German Translation for “3 days ago”
Maximilian Merz
2018-05-04
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
Samir Shah
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-04-16
Fixed #29253 -- Made method_decorator(list) copy attributes.
Chris Jerdonek
2018-03-20
Used datetime.timezone.utc instead of pytz.utc for better performance.
Sergey Fedoseev
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-06
Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.utils.text.T...
Tim Graham
2018-03-06
Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and urlizetr...
Tim Graham
2018-03-03
Refs #17476 -- Removed obsolete simplification of timezone names in cache key...
Sergey Fedoseev
2018-03-03
Fixed #29144 -- Made untranslated strings for territorial language variants u...
Patryk Zawadzki
2018-02-26
Refs #28909 -- Simplifed code using unpacking generalizations.
Mariusz Felisiak
2018-02-23
Fixed #27449 -- Added django.utils.translation.get_supported_language_variant().
Sebastian Sangervasi
2018-02-21
Changed "language-code" to the more commonly used "language code".
Sebastian Sangervasi
2018-02-20
Fixed #28755 -- Made check_for_language() include apps' locale directories.
Chillar Anand
2018-02-09
Refs #27795 -- Replaced force_text() calls with str() in django.utils.html.
Jon Dufresne
2018-02-07
Fixed #17419 -- Added json_tag template filter.
Jonas Haag
2018-01-24
Fixed #28977 -- Changed local-memory cache to use LRU culling.
Grant Jenks
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
[prev]
[next]