sunscrapers / djoser

REST implementation of Django authentication system.
MIT License
2.55k stars 458 forks source link

Replace url() with re_path() in the docs #822

Closed Jayden295 closed 5 months ago

Jayden295 commented 6 months ago

url() is deprecated and has been removed in Django v4

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 99.03%. Comparing base (b9af317) to head (bb65a50).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #822 +/- ## ======================================= Coverage 99.03% 99.03% ======================================= Files 26 26 Lines 829 829 ======================================= Hits 821 821 Misses 8 8 ```

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

tomwojcik commented 5 months ago

You're right, thank you!