mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-03-16 21:40:23 +00:00
Link to stable Django version docs not 1.8 (#480)
This commit is contained in:
parent
67bf060991
commit
17af750d88
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class Select2Mixin(object):
|
|||
Construct Media as a dynamic property.
|
||||
|
||||
.. Note:: For more information visit
|
||||
https://docs.djangoproject.com/en/1.8/topics/forms/media/#media-as-a-dynamic-property
|
||||
https://docs.djangoproject.com/en/stable/topics/forms/media/#media-as-a-dynamic-property
|
||||
"""
|
||||
try:
|
||||
# get_language() will always return a lower case language code, where some files are named upper case.
|
||||
|
|
|
|||
Loading…
Reference in a new issue