Re: Static media handling - ticket 12323

2010-05-29 Thread BrettH
+1 on Option 2. I have written a basic deployment app (not quite ready for release yet) that deploys a virtualenv for each version of your project, roughly equivalent to Google App Engine. I specifically need to split out the USER_MEDIA so that it isn't versioned. Internally if the developer does

Re: Logging in Django

2010-05-29 Thread Kevin howerton
I added a AdminEmailHandler to my branch and pulled the upstream changes. http://github.com/kevin/django-experimental/ It now behaves very close to how django-trunk does on exception ... by default there is a streamhandler pushing to stderr and the admin email handler pushing emails to admins. T

Re: Logging in Django

2010-05-29 Thread Kevin howerton
Well, that was just to demonstrate the point that you can have a really simple minimalist configuration if that's what you want... not that it's preferable or recommended or anything.. just that if you need/want simplicity in configuration it's there. Also, it won't end up in log/messages if that'

Proposal: Replace django.contrib.formtools.wizard

2010-05-29 Thread Stephan Jäkel
Proposal: Replace django.contrib.formtools.wizard This proposal is about replacing the current form wizard, because it is not usable in many ways. According to ticket #9200, the new form wizard module should a) have multiple storage backends to save the form data for the single steps. (The tic

Re: Class based generic views in 1.3?

2010-05-29 Thread Ben Firshman
Luke, you're absolutely right that changing the definition of a view is a bad idea, it just seemed the best solution then. But don't worry, we've changed our minds again! If __call__() creates a copy of self and calls methods on the copy, as far as I can see it solves all our problems. No boile

Re: Proposal: First-class WSGI support in Django 1.3 / twod.wsgi

2010-05-29 Thread Gustavo Narea
Hello, On May 28, 6:13 pm, Russell Keith-Magee wrote: > This is all very helpful information; thanks for breaking it down like this. > > I've talked this over with a few people at the sprints, and we've > pretty much ended up at the same point -- we're deeply confused. > Comments inline below. T

More flexible choices validation in models.Field

2010-05-29 Thread Jannon Frank
Disclaimers: - relatively new to Django (since 1.1) - couldn't decide whether this was a bug of feature request, so I'll start here rather than the issue tracker The Problem: What I (and at least a couple other people I've seen in django-users) want to do is have a CommaSeparatedIntegerField(CSIF)

Re: Proposal: First-class WSGI support in Django 1.3 / twod.wsgi

2010-05-29 Thread Gustavo Narea
OMG, I didn't realize that the very long email I wrote last night was trimmed by Google Groups. Let me take a deep breath and write it again... :'( On May 29, 12:51 am, Gustavo Narea wrote: > Hello, > > On May 28, 6:13 pm, Russell Keith-Magee > wrote: > > > This is all very helpful information