Could it be because unit_price isn't really a django model field? (or doesn't appear to be) Instead is set using the property method and a call to "_get_fullPrice"?
That'd be my first guess is that you only get admin goodness when you use django model fields.... but again, thats just a guess...however, i would think one would be able to override the admin.py and use a javascript solution to sort that information.... On Thu, Oct 1, 2009 at 8:56 AM, Chris Moffitt <[email protected]> wrote: > This is the appropriate place to ask the question. I just haven't taken a > look at it to see why. We aren't doing anything special in this area so it's > more of a Django thing than Satchmo. > > -Chris > > > On Thu, Oct 1, 2009 at 8:05 AM, m1chael <[email protected]> wrote: > >> >> Hi, >> >> I haven't heard from anyone about this... >> >> Is this the appropriate place to ask this question? >> >> Any ideas? Anyone? >> >> ~Mike >> >> On Wed, Sep 30, 2009 at 6:09 PM, mike <[email protected]> wrote: >> > In the admin, when looking at products.. there doesn't seem to be any >> > possible way to "sort by price" .. it is not clickable. >> > >> > Anyone know how this functionality can be added in? >> > >> > Thanks, >> > >> > ~Mike >> >> >> > > > > -- http://www.sudovi.com/ http://www.twitter.com/lifewithryan http://www.thecommontongue.com http://www.lifewithryan.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
