app/soc/views/models/__init__.py
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 03 Dec 2008 23:48:10 +0000
changeset 660 5a381b290691
parent 364 ab47d3f494b3
child 2065 edac5ddc8ef0
permissions -rw-r--r--
Introduced django_extra_patterns This way no classes ever need to override the getDjangoURLPatterns, which results in less code, which is also more clear (that is, it is immediately obvious that a View adds an extra mapping if it sets the new django_extra_patterns value, or that it overrides the mapping when it sets django_patterns_defaults. Patch by: Sverre Rabbelier
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: