order_by using methods or property?

2008-04-25 Thread James Snyder
Hi - I understand that django does order_by on the database level, but I was wondering if anyone had any recommendations for the "django-like" way of doing an order_by but using a model method or property? Basically I have names associated with a group model, where the first entries are always f

Re: MultiValueField Question

2008-04-23 Thread James Snyder
As above, I have this working now. Any suggestions on wrapping individual items in items from a multivaluefield in tds? Thanks. -jsnyder --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: MultiValueField Question

2008-04-18 Thread James Snyder
It does, however, work quite well! On Apr 17, 6:31 pm, James Snyder <[EMAIL PROTECTED]> wrote: > Hi - > > I've been attempting to put together a website to use for keeping > track of information for a wedding, and I'm wanting to use multiple > inline lists

MultiValueField Question

2008-04-18 Thread James Snyder
Hi - I've been attempting to put together a website to use for keeping track of information for a wedding, and I'm wanting to use multiple inline lists of invitees within each group that has been sent an invite. Basically I want something like the admin interface where one can do tabular inline