Changes between Version 77 and Version 78 of Version1.2Features
- Timestamp:
- Sep 28, 2009, 3:45:10 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.2Features
v77 v78 29 29 * Add South (http://south.aeracode.org/) or some other migration/evolution app to contrib (http://code.djangoproject.com/wiki/SchemaEvolution) 30 30 * Add IBM DB2 django adapter (http://code.google.com/p/ibm-db/wiki/ibm_db_django_README) to django.db.backends 31 * Easier conditional template tags (http://www.djangosnippets.org/snippets/1538/) 31 32 * #17 Identity mapping in the ORM (Work has been done to this end by David Cramer, here: http://github.com/dcramer/django-idmapper/tree/master) 32 33 * #342 Read-only form fields