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-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2018-01-11
Fixed #28638 -- Made allowed_hosts a required argument of is_safe_url().
Jon Dufresne
2018-01-08
Improved readability of utils.datetime_safe._findall().
Srinivas Reddy Thatiparthy
2018-01-05
Simplified django.utils.feedgenerator.rfc2822_date().
Sergey Fedoseev
2018-01-05
Simplified django.utils.feedgenerator.rfc3339_date().
Sergey Fedoseev
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Fixed #28984 -- Made assorted code simplifications.
Tim Graham
2018-01-02
Refs #28965 -- Deprecated unused django.utils.http.cookie_date().
Tim Graham
2017-12-28
Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite...
Sergey Fedoseev
2017-12-26
Fixed #28930 -- Simplified code with any() and all().
Дилян Палаузов
2017-12-23
Fixed #28594 -- Removed Jython docs and specific code
Claude Paroz
2017-12-21
Refs #28909 -- Simplifed code using unpacking generalizations.
Nick Pope
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-12-07
Fixed #28906 -- Removed unnecessary bool() calls.
Tim Graham
2017-12-07
Refs #23919 -- Replaced super() calls for old-style classes.
Nick Pope
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-12-04
Simplified django.utils.cache.get_max_age().
Jozef
2017-11-28
Fixed #28837 -- Fixed test client crash if an exception with more than one ar...
Nicolas Delaby
2017-11-18
Fixed #28810 -- Replaced '%' style logging formatting with str.format() style.
Chris Lamb
2017-11-17
Fixed #28798 -- Removed unused django.utils.dates.WEEKDAYS_REV, MONTHS_3_REV.
Chris Lamb
2017-11-07
Fixed #28769 -- Replaced 'x if x else y' with 'x or y'.
Дилян Палаузов
2017-11-06
Fixed #28501 -- Fixed "python -m django runserver" crash.
Yusuke Miyazaki
2017-10-31
Refs #23919 -- Updated references to urllib.quote() to Python 3 location.
Ville Skyttä
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
[prev]
[next]