export da admin: improved to cope with short_description, get_list_display()
admin_tabs: added render_presaved to allow for a customization of message in case parent is not saved and ajax_inlines cannot be used yet
views: added a view that returns a json view (used when adding a child from changelist and refreshing main row)
list_per_page: added handling of list_per_page parameter
Actions: added JumboActionForm to use additional fields in ActionForm
In concomitanza con questa release jmb-start:
non richiede più una versione specifica di django in quanto fa monkey patching
aggiunge il layout a tabs nell’admin
supporta Django 1.5 e Django 1.6 ma:
Il modo più semplice di provare Django 1.5 ed 1.6 è di usare l’ultima versione di jmb-start rispettivamente così:
jmb-start -t p15 -a prj.django.test
jmb-start -t p16 -a prj.django.test
Nuove dipendenze: django-dajax => django-dajax-ng, djangoice-dajax => django-dajaxice-ng