Changes between Version 25 and Version 26 of NewAdminChanges


Ignore:
Timestamp:
Nov 25, 2005, 10:13:02 PM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewAdminChanges

    v25 v26  
    266266
    267267Inline 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-admin
    275 }}}
    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 }}}
Back to Top