Changes between Version 53 and Version 54 of NewformsAdminBranch
- Timestamp:
- Jul 8, 2008, 4:06:25 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewformsAdminBranch
v53 v54 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_admin254 253 extra = 3 255 254 … … 258 257 inlines = [ChildInline] 259 258 }}} 259 See [http://code.djangoproject.com/browser/django/branches/newforms-admin/docs/admin.txt#L506 this ticket] for more details on field options for inline classes 260 260 261 261 === Moved raw_id_admin from the model definition ===