1
0
mirror of https://github.com/django/django.git synced 2024-11-20 00:14:08 +00:00
django/tests/validators
Bertrand Bordage 3e64f3d0fc Fixed #24531 -- Improved CommaSeparatedIntegerField validation.
`','`, `'1,,1'`, `',1'` etc. are no longer considered as valid
comma-separated integer lists.
2015-03-25 18:49:59 -04:00
..
__init__.py
invalid_urls.txt Fixed #20003 -- Improved and extended URLValidator 2015-01-06 14:04:25 -05:00
tests.py Fixed #24531 -- Improved CommaSeparatedIntegerField validation. 2015-03-25 18:49:59 -04:00
valid_urls.txt Fixed #20003 -- Improved and extended URLValidator 2015-01-06 14:04:25 -05:00