django-vanilla-views in core for 1.7 please. ;-)
Django 1.6 released
91–100 of 107 posts
Re: Django 1.6 released
#92Re: Django 1.6 released
#93The dedication to Malcolm Tredinnick was a very nice thing for the Django team to do. I didn't know of Malcolm or his passing before reading the release notes, but he seemed like a wonderful person who will be missed by many. Very sad that somebody like that is no longer with us. Reading his tweets I get the sense he was a really cool guy. Really nice piece about Malcolm from his former boss: https://plus.google.com/…
Re: Django 1.6 released
#94https://docs.djangoproject.com/en/dev/releases/1.6/#improved...
Re: Django 1.6 released
#95For those who works with designers or html people who don't use the command line, how do you collaborate with them with Django? For me it's a perpetual issue to get them up and running, commit/push with git, etc etc. Is there an easier solution? Basically, I'd like them to get started and be able to tweak the templates and css as effortless as possible. It's kind of very hard to have people working directly in templa…
Sourcetree is a little slow for them (they use Macs), but they seem to get the idea.
Re: Django 1.6 released
#96One of the reasons I like Django so much is because of the community. This might seem rather meta but the comments in this thread are generally positive. Most Django users I know are well aware of its limitations and don't try to sugarcoat it if Django is not the right tool for the job. But overall I've found the community (and that of Python) pretty receptive.
Re: Django 1.6 released
#97If you were starting a new project today, would you use development version 1.7 in order to get Django Migrations instead of using South?
Once your project is deployed then think about sticking with specific version. Development should be on the bleeding edge!
Re: Django 1.6 released
#98For those who works with designers or html people who don't use the command line, how do you collaborate with them with Django? For me it's a perpetual issue to get them up and running, commit/push with git, etc etc. Is there an easier solution? Basically, I'd like them to get started and be able to tweak the templates and css as effortless as possible. It's kind of very hard to have people working directly in templa…
Re: Django 1.6 released
#99Form fields will get extended support like input[type="email"]
Django comments are now deprecated.
Congratulations to everyone using Django!
Re: Django 1.6 released
#100Earlier quoted context omitted.
Boto (using SES for email) is main one. And supervisord if you want to keep your deployment Python 3 only.
Circus is Python 3 compatible if people are looking for an alternative to supervisor. There's always the option of just using Upstart or systemd as well.