This is still not working.

On Tuesday, November 10, 2015 at 11:36:39 AM UTC-5, frocco wrote:
>
> Just an update.
> This is now working in django 1.8.6
>
> On Monday, November 9, 2015 at 3:31:35 PM UTC-5, frocco wrote:
>>
>> I have 
>>
>> class qry485Missing(Tracking):
>>     class Meta:
>>         proxy = True
>>         permissions = (
>>             ("qry485Missing_display", "May display information"),
>>             ("qry485Missing_edit", "May edit information"),
>>         )
>>         verbose_name = "485 Missing"
>>         verbose_name_plural = "485 Missing"
>>
>>
>> This does not show up in admin to allow users access.
>>
>> I have to grant superuser status to see it.
>>
>>
>> Thanks
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/47e156ee-0057-4781-ac7b-e15dc75c4804%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to