mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-12-01 05:54:01 +03:00
add version codes into __all__
This commit is contained in:
parent
fbc483e854
commit
0490ca39ac
|
@ -8,7 +8,7 @@ from django.utils.importlib import import_module
|
|||
|
||||
import imp
|
||||
|
||||
__all__ = ('autodiscover','site')
|
||||
__all__ = ('autodiscover','site', '__version__', 'VERSION')
|
||||
|
||||
api = DjangoRestFrameworkSite()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user