Changes between Version 52 and Version 53 of NewformsAdminBranch


Ignore:
Timestamp:
Jul 8, 2008, 3:45:49 PM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewformsAdminBranch

    v52 v53  
    251251class ChildInline(admin.TabularInline):
    252252    model = Child
     253    #where extra corresponds to the value previously passed to the model field as num_in_admin
    253254    extra = 3
    254255
Back to Top