Opened 18 years ago

Closed 18 years ago

#1557 closed defect (fixed)

[patch] typo in django.views.generic.create_update user messages

Reported by: mattimustang@… Owned by: Jacob
Component: Generic views Version: dev
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi small typo in two of the user messages. See patch for fixes.

Matthew Flanagan

Attachments (1)

create_update.diff (1.1 KB ) - added by mattimustang@… 18 years ago.
type fixes

Download all attachments as: .zip

Change History (4)

by mattimustang@…, 18 years ago

Attachment: create_update.diff added

type fixes

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2595]) magic-removal: Fixed #1557 -- Fixed typo in generic-views success message. Thanks, Matthew Flanagan

comment:2 by mattimustang@…, 18 years ago

Resolution: fixed
Status: closedreopened

This is in trunk too.

comment:3 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: reopenedclosed

(In [2597]) Fixed #1557 in trunk

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