On Sat, 2012-07-14 at 13:38 -0700, Daniel Roseman wrote:
> Django makes a fairly strong commitment to backwards compatibility
> across versions, which is documented here:
> https://docs.djangoproject.com/en/1.4/misc/api-stability/
> They guarantee that any documented api will only be deprecated with
> two versions warning: for example, the old function-based generic
> views were marked as pending deprecated in 1.3, fully deprecated in
> 1.4, and will be removed completely in the future 1.5 release. So
> upgrading is usually pretty safe. 

also django is one of the few projects where one can happily run
production sites on trunk, upgrading every tuesday.
-- 
regards
Kenneth Gonsalves

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to