mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-13 01:50:58 +00:00
commit
2643ca41b8
1 changed files with 1 additions and 1 deletions
|
|
@ -607,7 +607,7 @@ class AutoHeavySelect2Mixin(object):
|
|||
"""
|
||||
This mixin is needed for Auto heavy fields.
|
||||
|
||||
This mxin adds extra JS code to notify the field's DOM object of the generated id. The generated id
|
||||
This mixin adds extra JS code to notify the field's DOM object of the generated id. The generated id
|
||||
is not the same as the ``id`` attribute of the field's HTML markup. This id is generated by
|
||||
:py:func:`~.util.register_field` when the Auto field is registered. The client side (DOM) sends this
|
||||
id along with the Ajax request, so that the central view can identify which field should be used to
|
||||
|
|
|
|||
Loading…
Reference in a new issue