jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
383 stars 137 forks source link

Update example project to using Django>=3.2 (LTS) #186

Closed kalzun closed 1 year ago

kalzun commented 1 year ago

Fixes issue #175

codecov[bot] commented 1 year ago

Codecov Report

Merging #186 (8267dab) into master (9669c86) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #186   +/-   ##
=======================================
  Coverage   98.84%   98.84%           
=======================================
  Files          14       14           
  Lines         607      607           
  Branches       65       65           
=======================================
  Hits          600      600           
  Misses          4        4           
  Partials        3        3           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

aleksihakli commented 1 year ago

Tests are failing for some reason, can not merge the PR before they all pass due to project configuration.

aleksihakli commented 1 year ago

Tests seem to run properly now, thank you for the fix @kalzun.

aleksihakli commented 1 year ago

Released in 1.4.7 @kalzun