Django and Python 3

Django 1.5 will begin to experimentally support Python 3. Python 2.6 will be the minimum requirement.

added 2012-03-13T23:59:23Z by anders

@cache_control decorator for django

very handy for preventing back button issues.

from django.views.decorators.cache import cache_control

Source: stackoverflow
added 2012-03-12T17:17:57Z by anders