Django

Code

Ticket #6595: ipaddress.diff

File ipaddress.diff, 426 bytes (added by superjudge, 9 months ago)

Patch file replacing current IP address example with an IP address from the TEST-NET range

  • docs/model-api.txt

    old new  
    384384``IPAddressField`` 
    385385~~~~~~~~~~~~~~~~~~ 
    386386 
    387 An IP address, in string format (i.e. "24.124.1.30"). 
     387An IP address, in string format (e.g. "192.0.2.30"). 
    388388 
    389389The admin represents this as an ``<input type="text">`` (a single-line input). 
    390390