Changes between Version 13 and Version 14 of soc2009-admin-ui


Ignore:
Timestamp:
Dec 12, 2009, 12:58:01 PM (15 years ago)
Author:
Rob Hudson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc2009-admin-ui

    v13 v14  
    1010  * Document where js libs come from for ease of checking on new versions and finding full source.
    1111
    12 Suggested individual patches:
     12Suggested individual patches.
    1313
    1414  1. An `OrderField` as suggested here: http://groups.google.com/group/django-developers/browse_thread/thread/480662576c49edd/3aca77d981804528.
    15     * Needs docs
    16     * Needs tests
     15  2. Add `django.forms.formset.empty_form` method.
     16  3. Admin Inline updates, including
     17    * Dynamically add new inline on page
     18    * Drag and drop inline re-ordering if `order_field` provided on `ModelAdmin` class.
     19  4. Selector Inlines
     20  5. ForeignKey autocomplete
     21  6. ManyToMany autocomplete
    1722
    1823Summary of commits on the soc2009/admin-ui branch:
Back to Top