Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/ipv6.py
Commit message (Collapse)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 ↵Michael Hall2014-12-131-2/+2
| | | | imports to range
* 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
| | | | Thanks Piotr Kasprzyk for help with the patch.
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+3
|
* Fixed #20199 -- Allow ModelForm fields to override ↵Loic Bistuer2013-06-181-2/+3
| | | | error_messages from model fields
* Added minor splitting optimization in ↵Danilo Bargen2013-06-011-2/+1
| | | | django.utils.ipv6._unpack_ipv4
* Fixed #17051 -- Removed some 'invalid' field error messagesClaude Paroz2013-03-141-1/+1
| | | | | When the 'invalid' error message is set at field level, it masks the error message raised by the validator, if any.
* [py3] Replace filter/lambda by list comprehensionsAymeric Augustin2012-08-141-1/+1
| | | | | This is more idiomatic and avoids returning a list on Python 2 and an iterator on Python 3.
* [py3] Added Python 3 compatibility for xrange.Aymeric Augustin2012-07-221-0/+1
|
* Fixed #811 -- Added support for IPv6 to forms and model ↵Jannis Leidel2011-06-111-0/+267
fields. Many thanks to Erik Romijn. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16366 bcc190cf-cafb-0310-a4f2-bffc1f526a37