summaryrefslogtreecommitdiff
path: root/django/utils/ipv6.py
AgeCommit message (Expand)Author
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2014-12-13Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall
2014-08-02Fixed two typos in docstrings.Baptiste Mispelon
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-04-21Appeased flake8 2.1.0.Aymeric Augustin
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-01Added minor splitting optimization in django.utils.ipv6._unpack_ipv4Danilo Bargen
2013-03-14Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz
2012-08-14[py3] Replace filter/lambda by list comprehensionsAymeric Augustin
2012-07-22[py3] Added Python 3 compatibility for xrange.Aymeric Augustin
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel