Changes between Version 53 and Version 54 of Version1.2Features
- Timestamp:
- Aug 16, 2009, 5:53:02 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.2Features
v53 v54 22 22 * Database savepoint refactoring (http://groups.google.com/group/django-developers/browse_thread/thread/8adcbda86bd8e017, #11156, #9205) 23 23 * Replace get_absolute_url (http://code.djangoproject.com/wiki/ReplacingGetAbsoluteUrl) 24 * 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.'' )24 * 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) 25 25 * #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) 26 26 * #342 Read-only form fields