Changes between Version 65 and Version 66 of Version1.2Features
- Timestamp:
- Aug 26, 2009, 7:34:39 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.2Features
v65 v66 26 26 * Replace get_absolute_url (http://code.djangoproject.com/wiki/ReplacingGetAbsoluteUrl) 27 27 * Make working with inline formsets easier (http://stackoverflow.com/questions/442040/pre-populate-an-inline-formset, as per James: ''...the way the model formsets work just make this more trouble than it's usually worth, but with a bit of API cleanup I think it could be made extremely easy.'', also http://groups.google.com/group/django-developers/browse_thread/thread/f9aae709a7fda689) 28 * Allow inclusion of inlines in fieldsets (admin) 28 * Allow inclusion of inlines in fieldsets (admin) 29 * Add South (http://south.aeracode.org/) or some other migration/evolution app to contrib (http://code.djangoproject.com/wiki/SchemaEvolution) 29 30 * #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) 30 31 * #342 Read-only form fields