| 32 | | The admin is now rendered using separate templates. |
| | 32 | The admin is now rendered using separate templates. These can be overloaded, meaning the admin is a bit easily customizable. |
| | 33 | Inline editing can use a custom template, reather than using edit_inline=meta.TABULAR or meta.SOURCE, just use a path to a template, eg edit_inline="edit_inline_horizontal". |
| | 34 | |
| | 35 | This does require knowing the contents of the context for that template which is undocumented. Also this will probably change to a class to allow more flexibility, eg processing for style/grouping logic etc. |
| | 36 | |
| | 37 | |