Opened 16 years ago

Closed 16 years ago

#6595 closed (fixed)

Use the TEST-NET (192.0.2.0/24) IP address block in examples (nit)

Reported by: Johan Liseborn Owned by: Johan Liseborn
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: UI/UX:

Description

Per RFC3330 the IP address block 192.0.2.0/24 has been assigned as "TEST-NET" for use in documentation and example code (instead of coming up with random addresses that might actually belong to someone).

The particular instance I found is here: http://www.djangoproject.com/documentation/model-api/#ipaddressfield. In this instance it might also be appropriate to use "e.g." rather than "i.e.".

Attachments (1)

ipaddress.diff (426 bytes ) - added by Johan Liseborn 16 years ago.
Patch file replacing current IP address example with an IP address from the TEST-NET range

Download all attachments as: .zip

Change History (4)

comment:1 by Johan Liseborn, 16 years ago

Owner: changed from nobody to Johan Liseborn
Status: newassigned

by Johan Liseborn, 16 years ago

Attachment: ipaddress.diff added

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

comment:2 by Johan Liseborn, 16 years ago

Has patch: set

comment:3 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [7119]) Made a bunch of tiny documentation formatting and typo fixes.

Thanks, quicklizard, adamv, Gary Wilson, superjudge and David Pretty.

Fixed #6554, #6573 ,#6592, #6595, #6608.

Note: See TracTickets for help on using tickets.
Back to Top