Opened 17 years ago
Closed 17 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 Changed 17 years ago by
comment:2 Changed 17 years ago by
Cc: | gary.wilson@… added |
---|---|
milestone: | Version 0.93 → Version 1.0 |
milestone 0.93 has passed.
comment:5 Changed 17 years ago by
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.