Changes between Initial Version and Version 1 of Ticket #324


Ignore:
Timestamp:
Aug 15, 2005, 10:04:41 AM (19 years ago)
Author:
Adrian Holovaty
Comment:

(Cleaned formatting in description.)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #324 – Description

    initial v1  
    1 = I've a problem when I try enter an IP address =
     1.I've a problem when I try enter an IP address.
    22
    3 Example model:[[BR]]'''meta.IPAddressField('ip'),'''
     3Example model:
     4
     5{{{
     6meta.IPAddressField('ip'),
     7}}}
     8
    49{{{
    510    p = interfaces.Interface(ip="192.168.1.17")
     
    712    SyntaxError: invalid syntax
    813}}}
     14
    915i get ^ point to the 3rd character always
    1016
Back to Top