app/soc/views/models/base.py
changeset 500 44ea4620c5c0
parent 499 d22e4fe8e64b
child 502 e1e24c0a4e82
--- a/app/soc/views/models/base.py	Mon Nov 17 10:36:35 2008 +0000
+++ b/app/soc/views/models/base.py	Mon Nov 17 12:18:09 2008 +0000
@@ -125,8 +125,7 @@
 
     Args:
       request: the standard Django HTTP request object
-      page: a soc.logic.site.page.Page object which is abstraction
-        that combines a Django view with sidebar menu info
+      page_name: the page name displayed in templates as page and header title
       params: a dict with params for this View
       kwargs: the Key Fields for the specified entity
     """
@@ -168,8 +167,7 @@
 
     Args:
       request: the standard Django HTTP request object
-      page: a soc.logic.site.page.Page object which is abstraction
-        that combines a Django view with sidebar menu info
+      page_name: the page name displayed in templates as page and header title
       params: a dict with params for this View
       kwargs: not used for create()
     """
@@ -197,8 +195,7 @@
 
     Args:
       request: the standard Django HTTP request object
-      page: a soc.logic.site.page.Page object which is abstraction
-        that combines a Django view with sidebar menu info
+      page_name: the page name displayed in templates as page and header title
       params: a dict with params for this View
       kwargs: The Key Fields for the specified entity
     """
@@ -311,8 +308,7 @@
     
     Args:
       request: the standard Django HTTP request object
-      page: a soc.logic.site.page.Page object which is abstraction
-        that combines a Django view with sidebar menu info
+      page_name: the page name displayed in templates as page and header title
       params: a dict with params for this View
     """
 
@@ -352,8 +348,7 @@
 
     Args:
       request: the standard Django HTTP request object
-      page: a soc.logic.site.page.Page object which is abstraction
-        that combines a Django view with sidebar menu info
+      page_name: the page name displayed in templates as page and header title
       params: a dict with params for this View
       kwargs: The Key Fields for the specified entity
     """