Opened 17 years ago

Closed 17 years ago

#5559 closed (fixed)

instances attached to a post_delete signal have a pk value of None

Reported by: jkocherhans Owned by: nobody
Component: Core (Other) Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

See the relevant discussion here.

Attachments (1)

post_delete_pk.diff (1.3 KB ) - added by jkocherhans 17 years ago.

Download all attachments as: .zip

Change History (3)

by jkocherhans, 17 years ago

Attachment: post_delete_pk.diff added

comment:1 by James Bennett, 17 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Jacob, 17 years ago

Resolution: fixed
Status: newclosed

(In [6411]) Fixed #5559: instances sent via post-save signals no longer have pks of None. Thanks, Joseph Kocherhans.

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