Changes between Version 65 and Version 66 of Version1.2Features


Ignore:
Timestamp:
Aug 26, 2009, 7:34:39 AM (15 years ago)
Author:
trebor74hr@…
Comment:

south to contrib?

Legend:

Unmodified
Added
Removed
Modified
  • Version1.2Features

    v65 v66  
    2626  * Replace get_absolute_url (http://code.djangoproject.com/wiki/ReplacingGetAbsoluteUrl)
    2727  * 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)
    2930  * #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)
    3031  * #342 Read-only form fields
Back to Top