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-01-25
Removed unused variables that are overwritten.
Mads Jensen
2017-01-23
Assumed iri_to_uri always returns a string
Claude Paroz
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-21
Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).
Mariusz Felisiak
2017-01-21
Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Fixed django/utils/http.py comment typo.
Tim Graham
2017-01-19
Refs #23919 -- Removed obsolete compare_digest() and pbkdf2() implementations.
Tim Graham
2017-01-19
Refs #23919 -- Removed usage of django.utils.decorators.ContextDecorator.
Chillar Anand
2017-01-19
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Advanced deprecation warnings for Django 2.0.
Tim Graham
2017-01-17
Refs #24046 -- Removed mark_for_escaping() per deprecation timeline.
Tim Graham
2017-01-17
Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.
Tim Graham
2017-01-17
Refs #20223 -- Removed deprecated django.utils.functional.allow_lazy().
Tim Graham
2017-01-17
Refs #13110 -- Removed SyndicationFeed.add_item()'s enclosure argument.
Tim Graham
2017-01-17
Refs #24728 - Removed Atom1Feed/RssFeed mime_type attribute.
Tim Graham
2017-01-14
Fixed #27699 -- Added negative timedelta support to parse_duration()
Jinank Jain
2017-01-02
Refs #27637 -- Fixed timesince, timeuntil on New Year's Eve in a leap year.
vinay karanam
2016-12-28
Fixed #27628 -- Fixed unarchiving a file without permission data.
Anton Samarchyan
2016-12-28
Fixed #27647 -- Fixed Windows segmentation fault in runserver autoreload.
Aleksi Häkli
2016-12-27
Fixed #27648 -- Deprecated (iLmsu) regex groups in url() patterns.
Tim Graham
2016-12-27
Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.
Mariusz Felisiak
2016-12-21
Fixed #25753 -- Made get_format() cache the formats from Django settings
Jaap Roes
2016-12-14
Used ternary if/else in utils.lorem_ipsum.words().
Michael Lelyakin
2016-12-09
Fixed #27583 -- Fixed MultiValueDict.getlist() crash when values for key is N...
Mariusz Felisiak
2016-12-06
Fixed #26494 -- Made Archive.extract() preserve file permissions.
Anton Samarchyan
2016-12-01
Fixed #27546 -- Removed hardcoded class names in __repr__() methods.
Keda87
2016-11-29
Fixed #27555 -- Removed django.utils.functional.lazy_property.
Adam Chainz
2016-11-23
Cleaned up some __getstate__() docstrings.
Tim Graham
2016-11-14
Fixed #27463 -- Fixed E741 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
Decorated a few functions.
Tim Graham
2016-11-07
Fixed #27138 -- Restored pre-Python 3.6 behavior of localtime() and make_naiv...
Joachim Jablon
2016-11-07
Fixed #27454 -- Skipped gettext calls for apps without a locale dir.
Carl Meyer
2016-10-31
Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as t...
Krzysztof Urbaniak
2016-10-27
Fixed #27327 -- Simplified time zone handling by requiring pytz.
Tim Graham
2016-10-20
Removed note about obsolete Python version
Claude Paroz
2016-10-14
Refs #19705 -- Changed gzip modification times to 0.
Kevin Christopher Henry
2016-10-12
Fixed #19705 -- Set proper headers on conditional Not Modified responses.
Kevin Christopher Henry
2016-10-11
Added missing roles/options to parse_color_setting()'s docstring.
Nick Pope
[prev]
[next]