Opened 16 years ago

Closed 16 years ago

#8075 closed (duplicate)

get_previous(next)_by_foo problem with parent's datetime field

Reported by: sanha <osanha@…> Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

model_a has datetime field as t
model_b inherited model_a

when calling modelb.get_next(or previous)_by_t, it was failed.

Change History (1)

comment:1 by Karen Tracey <kmtracey@…>, 16 years ago

Resolution: duplicate
Status: newclosed

I'm assuming #8076 was opened to correct formatting in this description.

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