Changes between Version 23 and Version 24 of NewAdminChanges


Ignore:
Timestamp:
Nov 22, 2005, 8:54:03 PM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewAdminChanges

    v23 v24  
    264264
    265265Inline 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
     269To check out a fresh copy of the new-admin branch:
     270
     271{{{
     272svn co http://code.djangoproject.com/svn/django/branches/new-admin/ django-new-admin
     273}}}
     274
     275To switch your existing trunk checkout to the new-admin branch:
     276
     277{{{
     278svn switch http://code.djangoproject.com/svn/django/branches/new-admin/
     279}}}
Back to Top