Opened 19 years ago
Last modified 19 years ago
#324 closed defect
IPAddressField fails — at Version 1
Reported by: | Bless | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.0 |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
.I've a problem when I try enter an IP address.
Example model:
meta.IPAddressField('ip'),
p = interfaces.Interface(ip="192.168.1.17") ^ SyntaxError: invalid syntax
i get point to the 3rd character always
Django-r502 Python-2.3.5 sqlite-3.2.1 pysqlite-2.0.3
Note:
See TracTickets
for help on using tickets.
(Cleaned formatting in description.)