Changes between Version 52 and Version 53 of NewformsAdminBranch
- Timestamp:
- Jul 8, 2008, 3:45:49 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewformsAdminBranch
v52 v53 251 251 class ChildInline(admin.TabularInline): 252 252 model = Child 253 #where extra corresponds to the value previously passed to the model field as num_in_admin 253 254 extra = 3 254 255