Changes between Version 23 and Version 24 of NewAdminChanges
- Timestamp:
- Nov 22, 2005, 8:54:03 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewAdminChanges
v23 v24 264 264 265 265 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. 266 267 == Switching to the new-admin branch == 268 269 To check out a fresh copy of the new-admin branch: 270 271 {{{ 272 svn co http://code.djangoproject.com/svn/django/branches/new-admin/ django-new-admin 273 }}} 274 275 To switch your existing trunk checkout to the new-admin branch: 276 277 {{{ 278 svn switch http://code.djangoproject.com/svn/django/branches/new-admin/ 279 }}}