Django 1.4 Roadmap

2011-08-06 Thread Srik
Hello All, I believe https://code.djangoproject.com/wiki/Version1.4Roadmap needs update badly considering 1.3 was released 4 months ago and 1.4 Roadmap was never updated. There seems to be good amount of work going on as per commits to trunk but what exactly are the goals of 1.4. Will it be main

Re: Django 1.4 Roadmap

2011-08-06 Thread rvanhoepen
Can we make suggestions for new features to be added to the list? -- 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 from this group, send email to django

[RFC] Improvements to better support implementing optimistic concurrency control

2011-08-06 Thread Steven Cummings
Bad community member that I am, I jumped the gun and logged a ticket [1] on this one... anyway: Websites general avoid overly aggressive locking of data to deal with concurrency issues. When two users allowed to edit some data are simultaneously doing so, they're both allowed to do so and the last

Re: Django 1.4 Roadmap

2011-08-06 Thread h3
idk .. but I'll make one anyway. I whish there was something like this for django: http://brainstorm.ubuntu.com/ Good news: the site's engine is Open Source Bad news: it's ROR (http://bbyidx.com/) Pretty decent alternative: http://www.google.com/moderator/ On Aug 6, 3:12 pm, rvanhoepen wrote: