hi rufman,
Rufman wrote:
> def get_absolute_url(self):
> return
> urlresolvers.reverse('pyOrganize.pyworkbook.views.bullet.viewBullets',
> kwargs={'day_id': self.fk_day,
> 'rubric_id': self.fk_rubric})
just a guess - if self.fk_day is a ForeignKey field then you'll want to
pass self.fk_day.id here or the expression won't match.
also, i use the permalink decorator for this:
http://www.djangoproject.com/documentation/model-api/#the-permalink-decorator
best
jake
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---