Does anyone know where I can find an exhaustive list of the small features that are new in 1.3?
http://code.djangoproject.com/log/django/trunk/docs
There's also the "versionadded" directive in Sphinx, which we use to mark new features as they come in. Here's a list of all such directives for 1.3, and where they're found in the docs:
http://paste.pocoo.org/show/289755/
Does anyone know where I can find an exhaustive list of the small features that are new in 1.3?