Made views optional on nodes; nodes without views will raise a 404 when rendering...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 31 May 2011 16:20:49 +0000 (12:20 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Tue, 31 May 2011 16:20:49 +0000 (12:20 -0400)
commit85eb51c030b89dba1c940a8508f1ae1ced1178d4
treea6d29c2eb6ef4abd9daa14a1ef5e3a768764a34f
parent6e0f75a8c73791178d378c9b8f60d22ec349c667
Made views optional on nodes; nodes without views will raise a 404 when rendering and will return False for accepting and handling subpaths. Implements feature #131.
philo/migrations/0015_auto__chg_field_node_view_object_id__chg_field_node_view_content_type.py [new file with mode: 0644]
philo/models/nodes.py