mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Improve docs [skip ci]
This commit is contained in:
parent
68717e07cb
commit
07e3e1cae1
1 changed files with 3 additions and 1 deletions
|
|
@ -72,6 +72,8 @@ class VideoBackend(object):
|
|||
info
|
||||
is_secure
|
||||
protocol
|
||||
template_name
|
||||
|
||||
|
||||
|
||||
.. code-block:: python
|
||||
|
|
@ -180,7 +182,7 @@ class VideoBackend(object):
|
|||
@property
|
||||
def query(self):
|
||||
"""
|
||||
QueryDict appended to url.
|
||||
String transformed to QueryDict appended to url.
|
||||
"""
|
||||
return self._query
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue