Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#11221 closed (fixed)

sqlsequencereset documentation refers a URL that results in a 404

Reported by: Rob Hudson <treborhudson@…> Owned by: nobody
Component: Documentation Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This bit of documentation: http://docs.djangoproject.com/en/dev/ref/django-admin/#sqlsequencereset-appname-appname

Points to this URL: See http://simon.incutio.com/archive/2004/04/21/postgres for more information.

But that URL results in a redirect to simonwillison.net and ultimately a 404. The URL should be: http://simonwillison.net/2004/Apr/21/postgres/ or better yet, written to not need a link to this short piece of text.

Attachments (1)

11221.diff (755 bytes ) - added by Chris Beaven 15 years ago.

Download all attachments as: .zip

Change History (4)

by Chris Beaven, 15 years ago

Attachment: 11221.diff added

comment:1 by Chris Beaven, 15 years ago

Triage Stage: UnreviewedReady for checkin

Something like this...

comment:2 by Russell Keith-Magee, 15 years ago

Resolution: fixed
Status: newclosed

(In [11053]) Fixed #11221 -- Replaced a reference to a non-existent URL with an actual explanation of sequences. Thanks to Rob Hudson for the report, and SmileyChris for the patch.

comment:3 by Russell Keith-Magee, 15 years ago

(In [11065]) [1.0.X] Fixed #11221 -- Replaced a reference to a non-existent URL with an actual explanation of sequences. Thanks to Rob Hudson for the report, and SmileyChris for the patch.

Merge of r11053 from trunk.

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