Re: Proposal: Tutorial Refresh

2009-10-19 Thread Jeff Anderson
have been wonderful to fill the gap that I had. It would have saved me quite a bit of *re-learning* things, which is always annoying. Thanks! Jeff Anderson pgpgBniHjlLJD.pgp Description: PGP signature

ACL

2009-01-07 Thread Jeff Anderson
imagine is written in views that go with a specific app. A standard implementation of ACL in contrib one would allow for more pluggable pluggable apps. Let me know what you think! Thanks! Jeff Anderson signature.asc Description: OpenPGP digital signature

Re: Using domain in urls.py

2008-12-27 Thread Jeff Anderson
phillc wrote: > different domains = different settings.py = different urls.py > Not necessarily. An apache vhost can have a singe instance of a Django site, and multiple ServerAlias entries could mean that several different DNS names are used to access the same instance of Django.

Re: One suggest for a new Lorem Ipsum

2008-11-26 Thread Jeff Anderson
to create a site like this with the current lorem ipsum tag. Am I missing something? Confused, Jeff Anderson signature.asc Description: OpenPGP digital signature

Testing LDAP Backend

2008-11-25 Thread Jeff Anderson
ettings.py. Is this too cumbersome for test runners? I really don't know how to make it easier. How do I handle the case where someone tries to run the test, but they have supplied bad LDAP settings, or haven't added any data to ldap? Thanks for any insight! Jeff Anderson http://code.djangoproject.

Re: Ticket #2507

2008-10-16 Thread Jeff Anderson
Russell Keith-Magee wrote: > On Thu, Oct 16, 2008 at 11:13 PM, Jeff Anderson > <[EMAIL PROTECTED]> wrote: > >> Hello, >> >> #2507 has been accepted, documented, and there is a working patch. It's >> been used in production for some time. >

Ticket #2507

2008-10-16 Thread Jeff Anderson
where else. It was originally written by a co-worker of mine, and we'd be more than happy to tackle #2. I figured I'd run it by the dev list before I go and close the ticket on my own initiative. (It is marked as "accepted" after all.) Thanks! Jeff Anderson #2507: http://code.djangopro

Django Book 1.0

2008-09-26 Thread Jeff Anderson
be updated after 1.0 was released. I'd be willing to help out with updating the book-- are there plans to make the source code available so the community could contribute? Thanks! Jeff Anderson signature.asc Description: OpenPGP digital signature

Re: I want a pony: Distributed RCS

2008-09-13 Thread Jeff Anderson
Ludvig Ericson wrote: > On Sep 11, 2008, at 00:15, Jeff Anderson wrote. > > Honestly, not that my opinion matters in any way, but: > Don't fix it if it ain't broken. > Improving on something doesn't always fall under this saying. While it gives good advice in many cases, you

Re: LDAP Backend for django.contrib.auth

2008-09-12 Thread Jeff Anderson
e it in at some point. Hopefully this is helpful and reflects the thinking behind the inclusion of this feature. Let me know if you end up using the one from #2507! Jeff Anderson [0] http://code.djangoproject.com/ticket/2507 signature.asc Description: OpenPGP digital signature

Re: I want a pony: Distributed RCS

2008-09-12 Thread Jeff Anderson
amused by your reaction. You are right though, this community does seem to come through with a tone more mature than your average mailing list. :) Jeff Anderson signature.asc Description: OpenPGP digital signature

Re: I want a pony: Distributed RCS

2008-09-10 Thread Jeff Anderson
Malcolm Tredinnick wrote: > On Wed, 2008-09-10 at 16:15 -0600, Jeff Anderson wrote: > >> Jacob's git repo is great. Trac has at least a couple plugins that can >> handle git repos. >> >> There are enough people who are willing to contribute to the developm

I want a pony: Distributed RCS

2008-09-10 Thread Jeff Anderson
discussion. I forbid holy wars and flaming. Has making a move to a distributed model already been discussed for Django? The closest I've seen is Jacob announcing his git repo, and that's about it. I haven't seen any serious discussion among core devs about the idea. Thanks! Jeff Anderson

Re: [OT] '"%s/" % var' preferred to 'var + "/"'?

2008-08-21 Thread Jeff Anderson
ting ever performs better in certain situations, but for the very simple test case I used, string formatting appears to be slower. Hopefully this answers your question! Jeff Anderson concattest.py: s1 = "Hello" i=0 while i<999000: greeting="English: " + s1 i=i+1 concattes

Doc Refactor

2008-07-19 Thread Jeff Anderson
Hello, I'm curious about the status of the documentation refactor. I see that it is on the 'maybe' list, and that the hg repo hasn't been touched in a couple months. What's the best way to get up to speed and help get this ready for checkin? Thanks! Jeff Anderson signature.asc

Re: Buildbots [was: Test Suite on a mac]

2008-07-12 Thread Jeff Anderson
ows server that could handle an instance, but I'm sure someone does. Jeff Anderson signature.asc Description: OpenPGP digital signature

Test Suite on a mac

2008-07-10 Thread Jeff Anderson
for running one here. If this would be useful to the developers, I'll go ahead and proceed. If not, I won't. Let me know! Jeff Anderson signature.asc Description: OpenPGP digital signature

Status of #6621

2008-07-05 Thread Jeff Anderson
Hello I've run into a bug[0] with that affects a new app that is 'out there' and is experimental. I have to apply this patch to get the app to work. There doesn't seem to be anything controversial about the patch. I've updated the patch to apply cleanly against the current SVN. Is there

DDN 1.0 alpha tickets

2008-06-25 Thread Jeff Anderson
These are tickets that don't have an owner, are DDN, and are in the 1.0 alpha milestone. http://code.djangoproject.com/ticket/6406 - discusses hooks for form saving http://code.djangoproject.com/ticket/7268 - The only thing left here is changing script names in django to a consistent naming

Re: more DDN Tickets

2008-06-25 Thread Jeff Anderson
[EMAIL PROTECTED] wrote: That one looks like it should have been #4148: http://code.djangoproject.com/ticket/4148 On Jun 25, 1:25 am, Collin Grady <[EMAIL PROTECTED]> wrote: Jeff Anderson said the following: #4118 Do you have the wrong # here? That ticket is

more DDN Tickets

2008-06-24 Thread Jeff Anderson
against current trunk. I'm a +/- 0. http://code.djangoproject.com/ticket/4118 That's all for tonight. Jeff Anderson signature.asc Description: OpenPGP digital signature

Re: nfa-blocker #6004

2008-06-24 Thread Jeff Anderson
Jeff Anderson wrote: This ticket was marked as Design Decision Needed because the patch was old. I've updated the patch to work with the current SVN. Is there anything else holding it back from being checked in? Jeff Anderson ::bump:: This ticket is about 3% of the first milestone

Re: Changeset [7735]: newforms-admin: Fixed #6905 - allow custom form class to be used for …

2008-06-24 Thread Jeff Anderson
Unfortunately, this wasn't my idea. I just triaged it three months after anonymous came up with said patch. http://code.djangoproject.com/changeset/7735/1214331065 signature.asc Description: OpenPGP digital signature

nfa-blocker #6004

2008-06-21 Thread Jeff Anderson
This ticket was marked as Design Decision Needed because the patch was old. I've updated the patch to work with the current SVN. Is there anything else holding it back from being checked in? Jeff Anderson signature.asc Description: OpenPGP digital signature

Re: List of DDN Tickets

2008-06-18 Thread Jeff Anderson
mails like this one. It really doesn't take me that long to do, and if it is helpful, I'm happy to do it. Jeff Anderson signature.asc Description: OpenPGP digital signature

Re: Django 1.0 roadmap

2008-06-16 Thread Jeff Anderson
tickets "Boogs" that should be squished for 1.0, or are they just trivial annoyances? Hopefully my question makes sense (it is a Monday after all) Thanks! Jeff Anderson ps: Some examples: http://code.djangoproject.com/ticket/7179 http://code.djangoproject.com/ticket/7361 http://c

Re: Django community aggregator and non-English posts

2008-06-13 Thread Jeff Anderson
ast amount of errors is likely the right candidate. Jeff Anderson signature.asc Description: OpenPGP digital signature

Re: Django community aggregator and non-English posts

2008-06-13 Thread Jeff Anderson
t's in harmony with one of the major philosophies of open source... freedom. :) Jeff Anderson signature.asc Description: OpenPGP digital signature

Re: RFC: Django 1.0 roadmap and timeline

2008-06-11 Thread Jeff Anderson
am doing what I can to push along 1.0, although I'm still getting up to speed on the development process. :) Cheers! Jeff Anderson signature.asc Description: OpenPGP digital signature

django-updates

2008-06-11 Thread Jeff Anderson
I went to subscribe to django-updates so I can do what I can with furthering django, but it seems that whatever script posts to the list hasn't been working since March. Is this accurate? Has the django-updates information moved to another medium? Thanks! Jeff Anderson signature.asc

Re: #5731

2008-06-11 Thread Jeff Anderson
had the ticket loaded in my browser since last night. Since you say yank the old code, it looks like the only thing left is to make an up-to-date unified patch, and commit. I'll hop onto IRC and see if brosner is there. Thanks! Jeff Anderson signature.asc Description: OpenPGP digital

Re: Improving the truncatewords filter (and a +1 vote for filters with multiple arguments)

2008-06-04 Thread Jeff Anderson
browser!) and attempting to post a ticket. Jeff Anderson signature.asc Description: OpenPGP digital signature

Re: Rethinking silent failures in templates

2008-05-14 Thread Jeff Anderson
), etc... Thanks! Jeff Anderson signature.asc Description: OpenPGP digital signature

#2507 LDAP Auth

2008-01-19 Thread Jeff Anderson
to live somewhere else, or is it happy there? *The ticket is marked as patch needing improvement, but unless I'm missing something, I believe it had all the modifications made to it that were requested. What else did it need? Thank you! Jeff Anderson signature.asc Description: OpenPGP digital

Re: ticket open fails

2007-12-22 Thread Jeff Anderson
e say that both places used the same accounts, so I knew that would be the case. Thanks! Jeff Anderson signature.asc Description: OpenPGP digital signature

Re: ticket open fails

2007-12-22 Thread Jeff Anderson
Thank You! I have successfully opened a ticket. Jeff Anderson Adrian Holovaty wrote: > On Dec 22, 2007 11:36 PM, Jeff Anderson <[EMAIL PROTECTED]> wrote: > >> I have a patch to submit, but my ticket is rejected as possible spam. >> What does your spam detector look fo

ticket open fails

2007-12-22 Thread Jeff Anderson
I have a patch to submit, but my ticket is rejected as possible spam. What does your spam detector look for? What does one need to do to get an account? I am guessing that it is easier to open tickets if I have an account? Thanks! Jeff Anderson signature.asc Description: OpenPGP digital