Mercurial
Mercurial
>
py_tasks_melange
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
app/django/views/generic/__init__.py
author
Lennard de Rijk <ljvderijk@gmail.com>
Wed, 12 Aug 2009 11:31:05 -0700
changeset 2762
02b464717ef5
parent 323
ff1a9aa48cfd
permissions
-rw-r--r--
Added intial GSoC logic modules. This will be filled with GSoC specific code once the transformation is complete.
class GenericViewError(Exception):
"""A problem in a generic view."""
pass