Django

Code

Changeset 3953

Show
Ignore:
Timestamp:
10/30/06 14:57:35 (2 years ago)
Author:
adrian
Message:

Added note to docs/generic_views.txt that extra_context is new in Django development version. Refs #2966 and [3950]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/generic_views.txt

    r3950 r3953  
    9898      context. By default, this is an empty dictionary. If a value in the 
    9999      dictionary is callable, the generic view will call it 
    100       just before rendering the template. 
     100      just before rendering the template. (**This is new in the 
     101      Django development version.**) 
    101102       
    102103**Example:**