Skip to content

Commit

Permalink
Fixed mistake in cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Jan 22, 2014
1 parent b7ee3dc commit 3eb5ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Various cooking recipes ``your_app/autocomplete_light_registry.py``:
# It is possible to override javascript options from Python.
autocomplete_light.register(OtherModel,
attrs={
input_attrs={
# This will actually data-autocomplete-minimum-characters which
# will set widget.autocomplete.minimumCharacters.
'data-autocomplete-minimum-characters': 0,
Expand Down

0 comments on commit 3eb5ba3

Please sign in to comment.