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
/
tests
/
utils_tests
Age
Commit message (
Expand
)
Author
2017-09-21
Added test for too large input to django.utils.http.base36_to_int().
Mads Jensen
2017-09-02
Fixed #28306 -- Completed test coverage for django.utils.lorem_ipsum.
LBerrocal
2017-07-12
Refs #28389 -- Added release note and test for pickling of LazyObject when wr...
Sergey Fedoseev
2017-07-03
Fixed #28076 -- Added support for PostgreSQL's interval format to parse_durat...
Matthew Schinckel
2017-07-03
Refs #27804 -- Used subTest() in dateparse tests.
Matthew Schinckel
2017-06-29
Refs #28280 -- Added more tests for utils.numberformat.format().
Wil Tan
2017-06-20
Fixed #28324 -- Made feedgenerators write feeds with deterministically ordere...
Georg Sauthoff
2017-06-08
Fixed #28241 -- Allowed module_has_submodule()'s module_name arg to be a dott...
Thomas Khyn
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-10
Fixed #28142 -- Fixed is_safe_url() crash on invalid IPv6 URLs.
UmanShahzad
2017-04-26
Refs #20094 -- Removed obsolete tests/utils_tests/test_itercompat.py
Tim Graham
2017-04-11
Fixed #28064 -- Removed double-quoting of key names in MultiValueDictKeyError.
petedmarsh
2017-04-04
Fixed #27912, CVE-2017-7233 -- Fixed is_safe_url() with numeric URLs.
Tim Graham
2017-04-04
Updated tests after French translation update
Claude Paroz
2017-03-17
Replaced type-specific assertions with assertEqual().
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-22
Completed test coverage for django.utils.encoding.
Tim Graham
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
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-03
Removed an untested and broken branch in force_bytes() (refs #6353).
Tim Graham
2017-02-03
Added a test for force_text()'s DjangoUnicodeDecodeError path.
Tim Graham
2017-02-02
Fixed #27803 -- Kept safe status of lazy safe strings in conditional_escape
Claude Paroz
2017-02-02
Refs #27804 -- Used subTest() in tests.utils_tests.test_html.
Tim Graham
2017-02-02
Imported specific functions in tests.utils_tests.test_html.
Tim Graham
2017-01-30
Refs #27795 -- Prevented SafeText from losing safe status on str()
Claude Paroz
2017-01-30
Reintroduced lazy import from commit 52138b1fd0
Claude Paroz
2017-01-30
Refs #23919 -- Removed usage of obsolete SafeBytes class
Claude Paroz
2017-01-27
Refs #23919 -- Removed an obsolete test for a Python 2 code path (refs #15662).
Tim Graham
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
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 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
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
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-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
[next]