Buckets:
| ; | |
| { | |
| const $ = django.jQuery; | |
| const fields = $('#django-admin-prepopulated-fields-constants').data('prepopulatedFields'); | |
| $.each(fields, function(index, field) { | |
| $( | |
| '.empty-form .form-row .field-' + field.name + | |
| ', .empty-form.form-row .field-' + field.name + | |
| ', .empty-form .form-row.field-' + field.name | |
| ).addClass('prepopulated_field'); | |
| $(field.id).data('dependency_list', field.dependency_list).prepopulate( | |
| field.dependency_ids, field.maxLength, field.allowUnicode | |
| ); | |
| }); | |
| } | |
Xet Storage Details
- Size:
- 586 Bytes
- Xet hash:
- d556933d576dd2c7076698544f6ce382bac5b5468141fe4382c7765f4bf86d24
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.