Anton Samarchyan
|
9718fa2e8a
|
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
|
2017-02-11 16:11:08 -05:00 |
Claude Paroz
|
c651331b34
|
Converted usage of ugettext* functions to their gettext* aliases
Thanks Tim Graham for the review.
|
2017-02-07 09:04:04 +01:00 |
Claude Paroz
|
277a4dd4b4
|
Fixed #27793 -- Used stdlib's ipaddress module to validate IP addresses
Thanks Tim Graham for the review.
|
2017-01-30 14:22:18 +01:00 |
Mads Jensen
|
ebf34c3cdc
|
Removed unused variables that are overwritten.
|
2017-01-25 09:14:05 -05:00 |
Claude Paroz
|
2b281cc35e
|
Refs #23919 -- Removed most of remaining six usage
Thanks Tim Graham for the review.
|
2017-01-18 21:33:28 +01:00 |
Tim Graham
|
df8d8d4292
|
Fixed E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |
Amine Yaiche
|
32c8e43ef1
|
Fixed #26378 -- Allowed a left byte of zero in mixed IPv4/IPv6 validation.
|
2016-03-23 08:18:29 -04:00 |
Nick Malakhov
|
ee69789f45
|
Fixed #26269 -- Prohibited spaces in is_valid_ipv6_address().
|
2016-02-25 18:52:50 -05:00 |
Maxime Lorant
|
c92cd22d02
|
Refs #25345 -- Updated links to code.google.com.
|
2015-09-04 08:14:21 -04:00 |
Maxime Lorant
|
5153a3bfdc
|
Fixed #25331 -- Removed trailing blank lines in docstrings.
|
2015-08-31 17:37:21 -04:00 |
Tim Graham
|
0ed7d15563
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
Michael Hall
|
895dc880eb
|
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
|
2014-12-13 12:45:58 -05:00 |
Baptiste Mispelon
|
de0a22be35
|
Fixed two typos in docstrings.
|
2014-08-02 15:14:13 +02:00 |
Alex Gaynor
|
1dcc603eff
|
Fixed several typos in Django
|
2014-05-28 17:39:14 -07:00 |
Aymeric Augustin
|
428c0bbe1b
|
Appeased flake8 2.1.0.
|
2014-04-21 12:27:34 +02:00 |
Rodolfo Carvalho
|
0d91225892
|
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
|
2014-03-03 07:38:09 -05:00 |
Alex Gaynor
|
7548aa8ffd
|
More attacking E302 violators
|
2013-11-02 13:12:09 -07:00 |
Loic Bistuer
|
ee77d4b253
|
Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields
|
2013-06-18 08:01:17 -04:00 |
Danilo Bargen
|
127d9b2792
|
Added minor splitting optimization in django.utils.ipv6._unpack_ipv4
|
2013-06-01 07:08:13 -04:00 |
Claude Paroz
|
2f121dfe63
|
Fixed #17051 -- Removed some 'invalid' field error messages
When the 'invalid' error message is set at field level, it masks
the error message raised by the validator, if any.
|
2013-03-14 17:03:43 +01:00 |
Aymeric Augustin
|
0c198b85a3
|
[py3] Replace filter/lambda by list comprehensions
This is more idiomatic and avoids returning a list on Python 2 and
an iterator on Python 3.
|
2012-08-14 14:31:06 +02:00 |
Aymeric Augustin
|
a84d79f572
|
[py3] Added Python 3 compatibility for xrange.
|
2012-07-22 09:29:56 +02:00 |
Jannis Leidel
|
ce3c281090
|
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-06-11 13:48:24 +00:00 |