summaryrefslogtreecommitdiff
path: root/django/utils/baseconv.py
AgeCommit message (Expand)Author
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