Changes between Version 50 and Version 51 of Version1.2Features


Ignore:
Timestamp:
Aug 15, 2009, 4:55:24 PM (15 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v50 v51  
    2222  * Database savepoint refactoring (http://groups.google.com/group/django-developers/browse_thread/thread/8adcbda86bd8e017, #11156, #9205)
    2323  * 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.'')
    2425  * #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)
    2526  * #342 Read-only form fields
Back to Top