Just in case it pop's on anyone's radar, the :model:`ScheduledEvent` was 
just an attempt at doing it differently since ScheduledEvent is in the same 
app as the Calendar class.  So it's failing whether I provide the app name 
all the time or not.

On Monday, September 10, 2012 1:57:49 PM UTC-7, craig wrote:
>
> It could be I'm doing something wrong, but I have the admin documentation 
> working, and read about the helpers ( :model:`app.model`, :view:, etc) but 
> when I use them the docs render the actual text and not the link:
>
> class Calendar(models.Model):
>>     """
>>     Contains a collection of :model:`events.Event` objects.
>>     
>>     Events are mapped to calendars through the :model:`ScheduledEvent`
>>     model.
>>     """
>
>
> Renders to the admin docs site as
>
> Contains a collection of :model:`events.Event` objects. 
>
>
>> Events are mapped to calendars through the :model:`ScheduledEvent`
>> model. 
>
>
> I have admin and admindocs apps installed, my tests all pass, so I'm not 
> sure whether I'm missing something or not.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/UjJ962mWAi0J.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to