Skip to content

Commit

Permalink
Revert django-autocomplete-light version 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Oct 21, 2020
1 parent 7fb063b commit fdf60eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion geonode/layers/templates/layers/layer_metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ <h2>{% trans "Metadata Provider" %}</h2>
callback('movie.mp4', { source2: 'alt.ogg', poster: 'https://www.google.com/logos/google.jpg' });
}
};
console.log(tinyMCE_default_config);
tinyMCE.init(tinyMCE_default_config);
{% endautoescape %}
</script>
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dj-database-url==0.5.0
dj-pagination==2.5.0
django-floppyforms<1.10.0
django-forms-bootstrap<=3.1.0
django-autocomplete-light==3.8.1
django-autocomplete-light==3.5.1
django-leaflet==0.27.1
django-invitations<1.9.4
django-recaptcha==2.0.6
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ install_requires =
dj-pagination==2.5.0
django-floppyforms<1.10.0
django-forms-bootstrap<=3.1.0
django-autocomplete-light==3.8.1
django-autocomplete-light==3.5.1
django-leaflet==0.27.1
django-invitations<1.9.4
django-recaptcha==2.0.6
Expand Down

0 comments on commit fdf60eb

Please sign in to comment.