Changes between Version 13 and Version 14 of soc2009-admin-ui
- Timestamp:
- Dec 12, 2009, 12:58:01 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
soc2009-admin-ui
v13 v14 10 10 * Document where js libs come from for ease of checking on new versions and finding full source. 11 11 12 Suggested individual patches :12 Suggested individual patches. 13 13 14 14 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 17 22 18 23 Summary of commits on the soc2009/admin-ui branch: