mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-05-08 12:44:45 +00:00
Major changes: - filter ``embed`` is replaced by tag ``video``. - removed caching for whole backend, caching properties instead. - HTTP or HTTPS is set by context.is_secure() (just for ``video`` tag). - backends can be HTTP only (``allow_https = False``). Minor changes: - changed theme of docs to RTD theme. - help about testing HTTPS on development server. - added and modified tests |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| custom_backend.py | ||
| django_settings.py | ||
| tests.py | ||
| tests_admin.py | ||
| tests_backend.py | ||
| tests_custom_backend.py | ||
| tests_fields.py | ||
| tests_tags.py | ||
| tests_utils.py | ||