Hi, Just for that one field I would not subclass. I would create an other model with a foreignkey to the product and a field for date. And then just add this new model as an inline for the product.
lzantal On Feb 18, 2011, at 12:14, Dan <[email protected]> wrote: > yeah could do that i guess, but really I want a date input widget in > admin and to beable to search date ranges etc > > would it maybe better to subclass the Product to get this extra > field?? > > On Feb 18, 7:48 pm, Laszlo Antal <[email protected]> wrote: >> Hi, >> >> How about adding it as a product attr? >> and then filter by that in your coming soon view? >> >> lzantal >> >> On Feb 18, 2011, at 11:19, Dan <[email protected]> wrote: >> >> >> >> >> >> >> >>> Seems that there is no field in Product for 'release date' any advise >>> on the best way to add a product release date to create a coming soon >>> list. >> >>> I would imagine that a release date would be a common field that many >>> e-commerce sites would use, anyone have a good solution for this?? >> >>> Thanks >> >>> On Feb 16, 7:48 pm, Dan <[email protected]> wrote: >>>> Hi >> >>>> Anyone know of a good way to have a product release calendar for a >>>> satchmo store? >> >>>> Thanks >> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Satchmo users" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group >>> athttp://groups.google.com/group/satchmo-users?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
