Added/tweaked docs for exceptions, middleware, and signals. Minor formatting tweaks...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 10 May 2011 21:07:07 +0000 (17:07 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Wed, 11 May 2011 20:42:23 +0000 (16:42 -0400)
commit344bace6dc955286a59480e8bf538ab524a7ee9f
tree62515adb4eb30c90f126d990f867dfe1983987f3
parent8534cc08ed41bd427c2684cb3f05fd6d06dd5a5c
Added/tweaked docs for exceptions, middleware, and signals. Minor formatting tweaks to View and TreeManager docstrings.
docs/dummy-settings.py
docs/exceptions.rst [new file with mode: 0644]
docs/index.rst
docs/middleware.rst [new file with mode: 0644]
docs/models/fields.rst
docs/signals.rst [new file with mode: 0644]
philo/exceptions.py
philo/middleware.py
philo/models/base.py
philo/models/nodes.py
philo/signals.py