django-robots icon indicating copy to clipboard operation
django-robots copied to clipboard

Remove default_app_config in robots/ __init__.py

Open i-trofimtschuk opened this issue 1 year ago • 1 comments

Was only needed for django < 3.2 which are all EOL With newer versions of django it's issueing a RemovedInDjango41Warning

i-trofimtschuk avatar Dec 29 '23 11:12 i-trofimtschuk

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4d151bc) 88.99% compared to head (febd693) 88.95%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
- Coverage   88.99%   88.95%   -0.04%     
==========================================
  Files          13       13              
  Lines         327      326       -1     
  Branches       30       30              
==========================================
- Hits          291      290       -1     
  Misses         26       26              
  Partials       10       10              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Dec 29 '23 11:12 codecov[bot]