Moved container finding code into philo/utils/templates, along with template utils...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 27 Jun 2011 15:23:28 +0000 (11:23 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 27 Jun 2011 15:23:28 +0000 (11:23 -0400)
commit8d5b1f789ed643ac9582398b370e6cf5137b8a6b
treec5a4dd505d31009ff803ca01a7904ac5f0737ea9
parent1b86deeeaf9c98d994e95b983c44a82e004275b0
Moved container finding code into philo/utils/templates, along with template utils from philo/utils. Moved initial container fetching code for container template tags from ContainerContext.__init__ to ContainerNode.get_container_content and cleaned things up a little.
philo/models/pages.py
philo/templatetags/containers.py
philo/templatetags/embed.py
philo/utils/__init__.py
philo/utils/templates.py [new file with mode: 0644]
philo/validators.py