algolia / algoliasearch-django

Seamless integration of Algolia into your Django project.
https://www.algolia.com
MIT License
173 stars 65 forks source link

Suggestion: accept auto_indexing=False in registration decorator #277

Open gregsadetsky opened 5 years ago

gregsadetsky commented 5 years ago

It would be nifty if decorators.py's register (definition) accepted the same auto_indexing keyword argument as registration.py's register.

See also #276 regarding register and auto_indexing.