summaryrefslogtreecommitdiff
path: root/django/utils/baseconv.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-05-07Fixed #32712 -- Deprecated django.utils.baseconv module.Hasan Ramezani
2021-05-04Fixed #32709 -- Corrected examples in django/utils/baseconv.py docstring.pythonwood
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-12-01Fixed #27546 -- Removed hardcoded class names in __repr__() methods.Keda87
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2013-11-02More attacking E302 violatorsAlex Gaynor
2012-07-06Fix copyright holderGuilherme Gondim
2011-09-09Switch to using explicit new-style division behavior, rather than relying on ...Alex Gaynor
2011-05-21Fixed #12417 -- Added signing functionality, including signing cookies. Many ...Jannis Leidel