Re: Feature request: read-only admin view

2013-08-16 Thread Trevor Cox
it a patch :) > > Cheers, > Florian > > On Friday, August 16, 2013 9:01:07 AM UTC+2, Trevor Cox wrote: >> >> There are lots of reasons why read-only/view permissions are appropriate >> for an admin system. I'd really like to see this done! I want to be able >>

Re: Feature request: read-only admin view

2013-08-16 Thread Trevor Cox
There are lots of reasons why read-only/view permissions are appropriate for an admin system. I'd really like to see this done! I want to be able to give readonly admin accounts to my designers, developers, sales reps and sales prospects, because I want them to be able to try out the admin inte

Re: Probable bug in templates - default tags not always loading properly

2008-06-05 Thread Trevor Caira
On Jun 5, 7:02 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hrm, this does not occur for me even after I remove all .pyc files > from the django dir. Are you sure you're importing both Template and Context? I get th

Re: How expensive are tests?

2008-04-26 Thread Trevor Caira
es that can support the > optimization. Would it be possible to, instead of manually specifying when to reset the database, automatically reset the database the first time that a test attempts to access it in a test case, and not reset again until the next test case after one which modifies it

Re: mod_python issue

2008-04-13 Thread Trevor Caira
ow, all that you'd have to ignore to mistakenly post user questions to this list is the end of the description of the list (the first sentence doesn't suggest either interpretation). Trevor --~--~-~--~~~---~--~~ You received this message because you ar

Re: Easier URL patterns

2008-04-08 Thread Trevor Caira
re = r'(?\d{4})' # snip url(r'/article/%s/' % slug_re, views.article_detail), url(r'/category/%s/' % slug_re, views.category_detail), url(r'/category/%s/%s/' % (slug_re, year_re), views.category_year), # etc... -- Trevor --~--~-~--~

Re: svn broken from 7014 to 7015

2008-01-12 Thread Trevor
Thank you Russ, I do not know how it got in there, but that rectified this. Rgds Trevor On Sun, 2008-01-13 at 12:57 +0900, Russell Keith-Magee wrote: > On Jan 13, 2008 12:39 PM, trebor <[EMAIL PROTECTED]> wrote: > > > > Guys, > > > > Lot's of "<

urls in blocktrans

2007-12-23 Thread Trevor Caira
hts on this proposed solution? -- Trevor --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe