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: antoni.aloy@… 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 James Bennett

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.

comment:2 Changed 17 years ago by Gary Wilson <gary.wilson@…>

Cc: gary.wilson@… added
milestone: Version 0.93Version 1.0

milestone 0.93 has passed.

comment:3 Changed 17 years ago by James Bennett

The auto_now_add bug is a duplicate of #1030.

comment:4 Changed 17 years ago by (none)

milestone: Version 1.0

Milestone Version 1.0 deleted

comment:5 Changed 17 years ago by Simon G. <dev@…>

Summary: edit_inline does not workedit_inline interaction with auto_now_add on update raising an exception

comment:6 Changed 17 years ago by Gary Wilson <gary.wilson@…>

Resolution: duplicate
Status: newclosed

dup of #1030.

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