mirror of
https://github.com/django/django.git
synced 2025-08-01 17:42:56 +00:00
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
This commit is contained in:
parent
87571cdb37
commit
ce3c281090
23 changed files with 708 additions and 5 deletions
|
@ -19,3 +19,4 @@ from tzinfo import *
|
|||
from datetime_safe import *
|
||||
from baseconv import *
|
||||
from jslex import *
|
||||
from ipv6 import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue