Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/ipv6.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #25345 -- Updated links to code.google.com.Maxime Lorant2015-09-041-1/+1
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-4/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-2/+2
* Fixed two typos in docstrings.Baptiste Mispelon2014-08-021-1/+1
* Fixed several typos in DjangoAlex Gaynor2014-05-291-2/+2
* Appeased flake8 2.1.0.Aymeric Augustin2014-04-211-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+3
* Fixed #20199 -- Allow ModelForm fields to override error_...Loic Bistuer2013-06-181-2/+3
* Added minor splitting optimization in django.utils.ipv6._...Danilo Bargen2013-06-011-2/+1
* Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz2013-03-141-1/+1
* [py3] Replace filter/lambda by list comprehensionsAymeric Augustin2012-08-141-1/+1
* [py3] Added Python 3 compatibility for xrange.Aymeric Augustin2012-07-221-0/+1
* Fixed #811 -- Added support for IPv6 to forms and model f...Jannis Leidel2011-06-111-0/+267