5 | | * Docs |
6 | | * !SelectorInlines |
7 | | * All the JS for the admin should be minified, but we need to ship maximized versions too, for ease of editing, and then have a build process do the minification. |
8 | | * Note: This is better saved for last. |
9 | | * Updating the old Javascript to use jQuery is an end goal, but not one required to get admin-ui merged. |
10 | | * Document where js libs come from for ease of checking on new versions and finding full source. |
| 6 | * Commits should be broken up into a series of patches -- 1 for each incremental improvement or feature (e.g. autocomplete, selector inlines, etc). |
| 7 | * All the JS for the admin should be minified, but we need to ship maximized versions too, for ease of editing, and then have a build process do the minification. |
| 8 | * Note: This may be better saved for last. |
| 9 | * Updating the old Javascript to use jQuery is an end goal, but not one required to get admin-ui merged. |
| 10 | * Document where js libs come from for ease of checking on new versions and finding full source. |
| 11 | |
| 12 | Suggested individual patches: |
| 13 | |
| 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 |