index
:
chango.git
devmain
fix-31295
initial-branch
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
2015-02-09
[1.8.x] 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