mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Fix docs: versionadded
This commit is contained in:
parent
42e11aaba3
commit
8fc5022dd1
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ Default sizes are ``tiny`` (420x315), ``small`` (480x360), ``medium`` (640x480),
|
|||
{% video my_video '800x600' %}
|
||||
|
||||
.. versionadded:: 0.7
|
||||
|
||||
This usage has been added in version 0.7.
|
||||
|
||||
.. versionadded:: 0.9
|
||||
|
|
@ -67,6 +68,7 @@ Default sizes are ``tiny`` (420x315), ``small`` (480x360), ``medium`` (640x480),
|
|||
backend (:py:data:`~embed_video.backends.VideoBackend.template_name`).
|
||||
|
||||
.. versionadded:: 0.9
|
||||
|
||||
``template_name`` has been added in version 0.9.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue