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