Changeset 8739
- Timestamp:
- 08/30/08 01:02:14 (3 months ago)
- Files:
-
- django/trunk/docs/ref/contrib/admin.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/ref/contrib/admin.txt
r8732 r8739 227 227 228 228 * A string representing an attribute on the ``ModelAdmin``. This behaves 229 same as the callable. For example::229 same as the callable. For example:: 230 230 231 231 class PersonAdmin(admin.ModelAdmin):
