Changeset 4056
- Timestamp:
- 11/08/06 17:55:18 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/generic-auth/tests/regressiontests/generic_auth/tests.py
r4055 r4056 110 110 111 111 112 Set up some convenient re verences to the various permission objects.112 Set up some convenient references to the various permission objects. 113 113 114 114 >>> add_permission = Article._meta.get_add_permission()
