Changeset 401
- Timestamp:
- 09/13/08 16:40:10 (4 months ago)
- Files:
-
- trunk/MANIFEST.in (modified) (1 diff)
- trunk/src/dm/view/registry.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/MANIFEST.in
r389 r401 7 7 recursive-include src/dm/django/templates * 8 8 recursive-include src/dm/data * 9 9 prune dist trunk/src/dm/view/registry.py
r342 r401 384 384 385 385 def defaultPostManipulateLocation(self): 386 return '/' + self.registryPath + '/' 386 locationPath = '/'+ self.registryPath +'/' 387 locationPath += str(self.domainObject.getRegisterKeyValue()) +'/' 388 return locationPath 387 389 388 390
