app/django/contrib/formtools/models.py
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 10 Nov 2008 00:39:50 +0000
changeset 455 4d98832b43ba
parent 54 03e267d67478
permissions -rw-r--r--
Added support for providing a custom params dict This has been a long outstanding feature request for tlarsen, luckily it turned out to be very easy to implement with the dict.merge utility method. To have custom _rights one should instead to the required access checks before calling the view method.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
54
03e267d67478 Major reorganization of the soc svn repo, to merge into a single App Engine
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     1
""" models.py (even empty) currently required by the runtests.py to enable unit tests """