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. -- DR.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/HNL6OMl1Ui0J. 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.