Changeset 5415

Show
Ignore:
Timestamp:
09/12/08 00:49:45 (4 months ago)
Author:
mramm
Message:

Changing the name of the ignore_commits decorator to postpone_commits which is more accurate.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tg/decorators.py

    r5414 r5415  
    330330 
    331331@decorator 
    332 def ignore_commits(func, *args, **kwargs): 
     332def postpone_commits(func, *args, **kwargs): 
    333333    #TODO: Test and document this. 
    334334    s = config.get('DBSession', None)