Opened 18 years ago
Closed 18 years ago
#2717 closed defect (duplicate)
edit_inline interaction with auto_now_add on update raising an exception
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | blocker | Keywords: | edit_inline |
Cc: | gary.wilson@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Add a warning in the documentation about edit_inline, as is not working as espected:
- If you have a DateField with auto_now_add, if you try to make an update it tries to put that field to NULL, giving an exception.
- If you modify the parend record and the child one you'll get an exception.
- Sometimes you're not able to insert any child record, but there is no error message.
It works fine for simple cases, but it crashes if you try to do some real work.
Change History (6)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Cc: | added |
---|---|
milestone: | Version 0.93 → Version 1.0 |
milestone 0.93 has passed.
comment:5 by , 18 years ago
Summary: | edit_inline does not work → edit_inline interaction with auto_now_add on update raising an exception |
---|
Note:
See TracTickets
for help on using tickets.
Most of these, I think, are known bugs. I'll go through and find them when I have a free minute, then close this as a duplicate.