This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
regressiontests
/
forms
History
Marc Tamlyn
bfa9fc69bf
Fixed
#18779
-- URLValidator can't validate url with ipv6.
...
Validation is reasonably 'soft', as for the ipv4. False positives don't matter too much here.
2012-08-18 12:08:44 +01:00
..
tests
Fixed
#18779
-- URLValidator can't validate url with ipv6.
2012-08-18 12:08:44 +01:00
__init__.py
Split django.newforms into forms, fields, widgets, util. Also moved unit tests from docstrings to a standalone module in tests/regressiontests/forms, to save docstring memory overhead, keep code readable and fit our exisitng convention
2006-10-28 20:34:37 +00:00
models.py
[py3] Refactored __unicode__ to __str__.
2012-08-12 14:44:40 +02:00