mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-17 19:51:13 +00:00
Docstring indent
This commit is contained in:
parent
842e1ac8f8
commit
ebdc72b9f4
1 changed files with 3 additions and 3 deletions
|
|
@ -347,9 +347,9 @@ class HeavySelect2Mixin(Select2Mixin):
|
|||
3. Otherwise, check the cached results. When the user searches in the fields then all the returned
|
||||
responses from server, which has the value and label mapping, are cached by ``heavy_data.js``.
|
||||
|
||||
.. tip:: Since version 3.2.0, cookies or localStorage are no longer checked or used. All
|
||||
:py:class:`~.field.HeavyChoiceField` must override :py:meth:`~.fields.HeavyChoiceField.get_val_txt`.
|
||||
If you are only using heavy widgets in your own fields then you should override :py:meth:`.render_texts`.
|
||||
.. tip:: Since version 3.2.0, cookies or localStorage are no longer checked or used. All
|
||||
:py:class:`~.field.HeavyChoiceField` must override :py:meth:`~.fields.HeavyChoiceField.get_val_txt`.
|
||||
If you are only using heavy widgets in your own fields then you should override :py:meth:`.render_texts`.
|
||||
"""
|
||||
self.field = None
|
||||
self.options = dict(self.options) # Making an instance specific copy
|
||||
|
|
|
|||
Loading…
Reference in a new issue