Changes between Version 25 and Version 26 of NewAdminChanges
- Timestamp:
- Nov 25, 2005, 10:13:02 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewAdminChanges
v25 v26 266 266 267 267 Inline editing can be customised. rather than using edit_inline=meta.TABULAR or meta.SOURCE, you can define a custom inline editing mode. This is done by subclassing BoundRelatedObject, and using that class. eg edit_inline=HorizontalScroller. 268 269 == Switching to the new-admin branch ==270 271 To check out a fresh copy of the new-admin branch:272 273 {{{274 svn co http://code.djangoproject.com/svn/django/branches/new-admin/ django-new-admin275 }}}276 277 To switch your existing trunk checkout to the new-admin branch:278 279 {{{280 svn switch http://code.djangoproject.com/svn/django/branches/new-admin/281 }}}