Source code for ska.contrib.django.ska.http

from __future__ import absolute_import

__title__ = 'ska.contrib.django.ska.http'
__version__ = '0.9'
__build__ = 0x000009
__author__ = 'Artur Barseghyan <artur.barseghyan@gmail.com>'
__all__ = ('HttpResponseUnauthorized',)

from django.http import HttpResponseForbidden

[docs]class HttpResponseUnauthorized(HttpResponseForbidden): """ http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#4xx_Client_Error """ status_code = 401
Read the Docs v: 0.9
Versions
latest
0.9
0.8
0.7
0.6
0.5
0.4
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.