File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -401,13 +401,12 @@ DRF API Logger Model:
401
401
verbose_name = ' API Log'
402
402
verbose_name_plural = ' API Logs'
403
403
404
- Note:
405
- =====
406
404
407
- After some time, there will be too much data in the database. Searching
408
- and filtering may get slower. If you want, you can delete or archive the
409
- older data. To improve the searching or filtering, try to add indexes in
410
- the ‘drf_api_logs’ table.
405
+ .. note ::
406
+ After some time, there will be too much data in the database. Searching
407
+ and filtering may get slower. If you want, you can delete or archive the
408
+ older data. To improve the searching or filtering, try to add indexes in
409
+ the drf_api_logs table.
411
410
412
411
.. |version | image :: https://img.shields.io/badge/version-1.1.15-blue.svg
413
412
.. |Downloads | image :: https://static.pepy.tech/personalized-badge/drf-api-logger?period=total&units=none&left_color=black&right_color=orange&left_text=Downloads%20Total
You can’t perform that action at this time.
0 commit comments