Changes between Version 17 and Version 18 of soc2009-admin-ui


Ignore:
Timestamp:
Dec 12, 2009, 1:53:10 PM (15 years ago)
Author:
Rob Hudson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc2009-admin-ui

    v17 v18  
    1515Suggested individual patches.
    1616
    17   1. An `OrderField` as suggested here: http://groups.google.com/group/django-developers/browse_thread/thread/480662576c49edd/3aca77d981804528.
    18   2. Add `django.forms.formset.empty_form` method.
    19   3. Admin Inline updates, including
    20     * Dynamically add new inline on page
    21     * Drag and drop inline re-ordering if `order_field` provided on `ModelAdmin` class.
    22   4. Selector Inlines
    23   5. !ForeignKey autocomplete
    24   6. !ManyToMany autocomplete
     17  * An `OrderingField` as suggested here: http://groups.google.com/group/django-developers/browse_thread/thread/480662576c49edd/3aca77d981804528.
     18  * Add `django.forms.formset.empty_form` method.
     19  * Admin Inline updates, including
     20    * Dynamically add new inline on page (depends on `empty_form`)
     21    * Drag and drop inline re-ordering if `order_field` provided on `ModelAdmin` class. (depends on `OrderingField`)
     22    * Selector Inlines (with dynamic adds and drag and drop)
     23  * !ForeignKey autocomplete
     24  * !ManyToMany autocomplete
    2525
    2626Summary of commits on the soc2009/admin-ui branch:
Back to Top