Changes between Version 84 and Version 85 of Version1.2Features
- Timestamp:
- Oct 8, 2009, 2:43:12 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.2Features
v84 v85 28 28 * Add South (http://south.aeracode.org/) to contrib 29 29 * Add IBM DB2 django adapter (http://code.google.com/p/ibm-db/wiki/ibm_db_django_README) to django.db.backends 30 * Add Sybase SQL Anywhere backend (http://code.google.com/p/sqlany-django/) to django.db.backends 30 31 * Search support in the ORM: http://github.com/bfirsh/django/tree/search 31 32 * #4604 Message Passing For Anonymous Users (See also: SessionMessages)