Changelog

Release 0.7 (Dec. 21, 2013)

  • Support for sites running on HTTPS
  • embed filter is deprecated and replaced by video filter.
  • caching for whole backends was removed and replaced by caching properties
  • minor improvements on example project (fixtures, urls)

Release 0.6 (Oct. 04, 2013)

  • Ability to overwrite embed code of backend
  • Caching backends properties
  • PyPy compatibility
  • Admin video mixin and video widget

Release 0.5 (Sep. 03, 2013)

  • Added Vimeo thumbnails support
  • Added caching of results
  • Added example project
  • Fixed template tag embed
  • Fixed raising UnknownIdException in YouTube detecting.

Release 0.4 (Aug. 22, 2013)

Release 0.3 (Aug. 20, 2013)

  • Security fix: faked urls are treated as invalid. See this page for more details.

  • Fixes:

    • allow of empty video field.
    • requirements in setup.py
  • Added simplier way to embed video in one-line template tag:

    {{ 'http://www.youtube.com/watch?v=guXyvo2FfLs'|embed:'large' }}
    
  • backend variable in video template tag.

    Usage:

    {% video item.video as my_video %}
        Backend: {{ my_video.backend }}
    {% endvideo %}

Release 0.2 (June 25, 2013)

  • Support of SoundCloud

Release 0.1 (June 1, 2013)

  • Initial release
Read the Docs v: v0.7
Versions
latest
v0.7
v0.6
v0.5
v0.4
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.