Re: Dumb URL question

2007-04-14 Thread Mike Hostetler
at pattern is probably > checked first. It's never getting to your pattern because it's matching > the admin pattern. > > Todd > > On Sat, 2007-04-14 at 09:34 -0500, Mike Hostetler wrote: > > I've been looking at this for a couple of hours and I have no idea

Dumb URL question

2007-04-14 Thread Mike Hostetler
p/mymodel it has ignored my pattern and went to the default admin change_list view. How do I know this? There is no views.pyc file, and I put in an error in the myapp.views to make sure I knew if I hit it. Anyone please let me know what did wrong . . -- Mike Host

RowLevelPermissions: show_all_rows = False doesn't seem to work

2007-04-06 Thread Mike Hostetler
search_fields=('organization',) show_all_rows = False grant_change_row_level_perm=True grant_delete_row_level_perm=True class Meta: row_level_permissions=True any ideas what is wrong? -- Mike Hostetler http://mike.hostet