Django

Code

Show
Ignore:
Timestamp:
10/04/05 11:35:39 (3 years ago)
Author:
rjwittams
Message:

Added templates for 'funny' widgets here: django/conf/admin_templates/widget
Added a follow argument to manipulators. This allows you to exclude/include fields and related objects ( recursively), defaulting to current behaviour, meaning that forms can modify a subset of fields. This should fix #445. Fixed update generic view to use this (will change others soon). Merged to trunk r772.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/new-admin/docs/outputting_pdf.txt

    r765 r773  
    88 
    99The advantage of generating PDF files dynamically is that you can create 
    10 customzed PDFs for different purposes -- say, for different users or different 
     10customized PDFs for different purposes -- say, for different users or different 
    1111pieces of content. 
    1212