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
>>
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
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
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
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 = 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
--~--~-~--~
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 "<
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