Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#10065 closed (fixed)

url patterns exception message missing space

Reported by: Matthew Flanagan <mattimustang@…> Owned by: nobody
Component: Core (Other) Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

A string that has been broken across multiple lines is missing a space at the end of the first line.

Attachments (2)

urlconfexception.diff (582 bytes ) - added by Matthew Flanagan <mattimustang@…> 15 years ago.
fix for missing space
urlconfexception2.diff (1.8 KB ) - added by Matthew Flanagan <mattimustang@…> 15 years ago.
fix for typo in urlpattern exception with tests

Download all attachments as: .zip

Change History (7)

by Matthew Flanagan <mattimustang@…>, 15 years ago

Attachment: urlconfexception.diff added

fix for missing space

comment:1 by Matthew Flanagan <mattimustang@…>, 15 years ago

Has patch: set

by Matthew Flanagan <mattimustang@…>, 15 years ago

Attachment: urlconfexception2.diff added

fix for typo in urlpattern exception with tests

comment:2 by Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:3 by Eric Holscher, 15 years ago

Triage Stage: AcceptedReady for checkin

Not sure if it really needs tests, but it's certainly ready to go in.

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

Resolution: fixed
Status: newclosed

(In [10385]) Fixed #10065 -- Corrected an error message when an empty urlpattern object is provided. Thanks to Matthew Flanagan for the patch.

comment:5 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

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