Changes between Version 84 and Version 85 of Version1.2Features


Ignore:
Timestamp:
Oct 8, 2009, 2:43:12 PM (15 years ago)
Author:
nauch
Comment:

As DB2 is being considered for inclusion into Django, I'd like to request that Sybase SQL Anywhere be considered as well.

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v84 v85  
    2828  * Add South (http://south.aeracode.org/) to contrib
    2929  * 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
    3031  * Search support in the ORM: http://github.com/bfirsh/django/tree/search
    3132  * #4604 Message Passing For Anonymous Users (See also: SessionMessages)
Back to Top