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)
Change History (3)
by , 17 years ago
Attachment: | post_delete_pk.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6411]) Fixed #5559: instances sent via post-save signals no longer have pks of None. Thanks, Joseph Kocherhans.