Hi,
I switched my code over to M-R this past weekend and was surprised that
it went pretty smoothly.
There are a couple things in my models that aren't working anymore
though. The first is order_with_respect_to. I have an inline edited
object that I want to order with respect to its related object. I have
this in my model:
class Link(models.Model):
date = models.ForeignKey(NewsList, edit_inline = models.TABULAR)
...
class Meta:
order_with_respect_to = 'date'
I have dom-drag.js in the appropriate place, but ordering isn't working
in the admin interface anymore. I could probably figure this out by
diving into the source but was hoping someone could give me a quick
answer here first. Even when I remove dom-drag, it doesn't display an
ordering box like it used to.
The other thing that doesn't work anymore is customizing the
edit_inline interface by subclassing BoundRelatedObject. I remember
mention back in February that Jacob was working on changing this, but I
haven't been following the list closely enough to keep up with this and
I can't find anything from searching the archive.
Thanks for your help!
Colleen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django 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/django-users
-~----------~----~----~----~------~----~------~--~---