index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
ipv6.py
Age
Commit message (
Expand
)
Author
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-30
Fixed #27793 -- Used stdlib's ipaddress module to validate IP addresses
Claude Paroz
2017-01-25
Removed unused variables that are overwritten.
Mads Jensen
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-03-23
Fixed #26378 -- Allowed a left byte of zero in mixed IPv4/IPv6 validation.
Amine Yaiche
2016-02-25
Fixed #26269 -- Prohibited spaces in is_valid_ipv6_address().
Nick Malakhov
2015-09-04
Refs #25345 -- Updated links to code.google.com.
Maxime Lorant
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
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
2014-08-02
Fixed two typos in docstrings.
Baptiste Mispelon
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-04-21
Appeased flake8 2.1.0.
Aymeric Augustin
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-01
Added minor splitting optimization in django.utils.ipv6._unpack_ipv4
Danilo Bargen
2013-03-14
Fixed #17051 -- Removed some 'invalid' field error messages
Claude Paroz
2012-08-14
[py3] Replace filter/lambda by list comprehensions
Aymeric Augustin
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel