Goto Hayato

Results 2 issues of Goto Hayato

`load_data()` in the following code snippet in the document should be `load_bulk()`, I believe. ```python # parent = None MyNodeModel.load_data(data, None) ``` - https://django-treebeard.readthedocs.io/en/latest/api.html#treebeard.models.Node.load_bulk (I searched for `load_data()` in the...

Documentation

This happens on Django 3.1. ```text /usr/local/lib/python3.7/site-packages/compressor/signals.py:4: RemovedInDjango40Warning: The providing_args argument is deprecated. As it is purely documentational, it has no replacement. If you rely on this argument as documentation,...