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
2017-10-24
Fixed #28739 -- Fixed get_fixed_timezone() for negative timedeltas.
medmunds
2017-10-22
Refs #14807 -- Removed unneeded mark_safe call
Claude Paroz
2017-10-21
Removed unnecessary tuple()/list() calls.
Mads Jensen
2017-10-13
Updated email.Util (Python 2) references to email.utils (Python 3).
Tim Graham
2017-10-13
Fixed #28708 -- Added constants to detect the Python version.
Tim Graham
2017-10-13
Improved performance of utils.html.escape().
Tom
2017-10-12
Fixed #28679 -- Fixed urlencode()'s handling of bytes.
François Freitag
2017-10-02
Fixed #28642 -- Added caching to parse_accept_lang_header().
Tom
2017-09-29
Refs #27067 -- Removed string_concat in django.utils.translation.__all__.
Mariusz Felisiak
2017-09-28
Fixed #28629 -- Made tree.Node instances hashable.
Mariusz Felisiak
2017-09-28
Simplified various __eq__() methods.
Mads Jensen
2017-09-25
Fixed #27857 -- Dropped support for Python 3.4.
Tim Graham
2017-09-22
Advanced deprecation warnings for Django 2.1.
Tim Graham
2017-09-22
Refs #27648 -- Removed support for (iLmsu) regex groups in url() patterns.
Tim Graham
2017-09-22
Refs #26447 -- Removed the USE_ETAGS setting per deprecation timeline.
Tim Graham
2017-09-22
Refs #26956 -- Removed the host parameter of django.utils.http.is_safe_url().
Tim Graham
2017-09-22
Refs #27067 -- Removed django.utils.translation.string_concat() per deprecati...
Tim Graham
2017-09-13
Removed unnecessary parens in various code.
Mariusz Felisiak
2017-09-08
Fixed #28546 -- Fixed translation's to_locale() with langauge subtags.
Tim Graham
2017-09-08
Removed to_lower parameter for translation's to_locale().
Tim Graham
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-08-23
Used OrderedDict.fromkeys() to initialize OrderedDict with None values.
Sergey Fedoseev
2017-07-12
Refs #23919 -- Removed LazyObject.__getstate__() needed only on Python 2.
Sergey Fedoseev
2017-07-03
Fixed #28076 -- Added support for PostgreSQL's interval format to parse_durat...
Matthew Schinckel
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-20
Fixed #28323 -- Removed unneeded normalize() in timezone.localtime() and make...
Tim Graham
2017-06-20
Fixed #28324 -- Made feedgenerators write feeds with deterministically ordere...
Georg Sauthoff
2017-06-15
Fixed #28304 -- Kept SafeData type for pgettext-translated strings
Claude Paroz
2017-06-13
Fixed #27830 -- Used distutils.version.LooseVersion for version parsing.
chillaranand
2017-06-08
Fixed #28241 -- Allowed module_has_submodule()'s module_name arg to be a dott...
Thomas Khyn
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-15
Corrected cached_property.__get__() docstring.
Simon Charette
2017-05-15
Added a docstring to cached_property.__get__().
Adam Alton
2017-05-10
Fixed #28142 -- Fixed is_safe_url() crash on invalid IPv6 URLs.
UmanShahzad
2017-04-27
Replaced django.utils.inspect.getargspec() with inspect.getfullargspec().
Alexander Allakhverdiyev
2017-04-27
Refs #27795 -- Replaced force_text() with str() in feed generators
Claude Paroz
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-11
Fixed #28064 -- Removed double-quoting of key names in MultiValueDictKeyError.
petedmarsh
2017-04-10
Removed duplicate lines in slugify().
Jon Dufresne
2017-04-07
Made MultiValueDict.__deepcopy__()'s memo kwarg an arg.
Daniel F Moisset
2017-04-07
Fixed #22654 -- Broken decimal validation
Raphael Michel
2017-04-04
Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.
Tim Graham
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-04
Fixed #27900 -- Made escapejs escape backticks for use in ES6 template literals.
Tim Graham
2017-02-24
Fixed #27879 -- Fixed crash if enclosures aren't provided to Atom1Feed.add_it...
Pavlo Kapyshin
2017-02-23
Refs #11964 -- Made Q objects deconstructible.
Ian Foote
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-09
Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().
Chronial
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
[next]