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
/
test_baseconv.py
Age
Commit message (
Expand
)
Author
2023-01-17
Refs #32712 -- Removed django.utils.baseconv module per deprecation timeline.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-05-07
Fixed #32712 -- Deprecated django.utils.baseconv module.
Hasan Ramezani
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2016-12-01
Refs #27546 -- Tested some __repr__() methods.
Keda87
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2013-11-02
Fixing E302 Errors
Jason Myers
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-21
Fixed test failures from 09f865276554f35060ff939722ec4cefd578edf6.
Florian Apolloner
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-04-12
Modified utils_tests for unittest2 discovery.
Preston Timmons