2018-04-03 16:54:40 +03:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" >
< meta charset = "utf-8" >
< title > 3.8 Announcement - Django REST framework< / title >
< link href = "../../img/favicon.ico" rel = "icon" type = "image/x-icon" >
2018-10-11 16:48:33 +03:00
< link rel = "canonical" href = "https://www.django-rest-framework.org/community/3.8-announcement/" / >
2018-04-03 16:54:40 +03:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< meta name = "description" content = "Django, API, REST, 3.8 Announcement" >
< meta name = "author" content = "Tom Christie" >
<!-- Le styles -->
< link href = "../../css/prettify.css" rel = "stylesheet" >
< link href = "../../css/bootstrap.css" rel = "stylesheet" >
< link href = "../../css/bootstrap-responsive.css" rel = "stylesheet" >
< link href = "../../css/default.css" rel = "stylesheet" >
<!-- Le HTML5 shim, for IE6 - 8 support of HTML5 elements -->
<!-- [if lt IE 9]>
< script src = "http://html5shim.googlecode.com/svn/trunk/html5.js" > < / script >
<![endif]-->
< script type = "text/javascript" >
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18852272-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
< / script >
< style >
#sidebarInclude img {
margin-bottom: 10px;
}
#sidebarInclude a.promo {
color: black;
}
@media (max-width: 767px) {
div.promo {
display: none;
}
}
< / style >
< / head >
< body onload = "prettyPrint()" class = "-page" >
< div class = "wrapper" >
< div class = "navbar navbar-inverse navbar-fixed-top" >
< div class = "navbar-inner" >
< div class = "container-fluid" >
< a class = "repo-link btn btn-primary btn-small" href = "https://github.com/encode/django-rest-framework/tree/master" > GitHub< / a >
2019-07-15 14:38:39 +03:00
< a class = "repo-link btn btn-inverse btn-small " rel = "next" href = "community/3.7-announcement/" >
2018-04-03 16:54:40 +03:00
Next < i class = "icon-arrow-right icon-white" > < / i >
< / a >
2019-07-15 14:38:39 +03:00
< a class = "repo-link btn btn-inverse btn-small " rel = "prev" href = "community/3.9-announcement/" >
2018-04-03 16:54:40 +03:00
< i class = "icon-arrow-left icon-white" > < / i > Previous
< / a >
< a id = "search_modal_show" class = "repo-link btn btn-inverse btn-small" href = "#mkdocs_search_modal" data-toggle = "modal" data-target = "#mkdocs_search_modal" > < i class = "icon-search icon-white" > < / i > Search< / a >
< a class = "btn btn-navbar" data-toggle = "collapse" data-target = ".nav-collapse" >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< / a >
2018-10-11 16:48:33 +03:00
< a class = "brand" href = "https://www.django-rest-framework.org/" > Django REST framework< / a >
2018-04-03 16:54:40 +03:00
< div class = "nav-collapse collapse" >
<!-- Main navigation -->
< ul class = "nav navbar-nav" >
< li >
2019-07-15 14:38:39 +03:00
< a href = "" > Home< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li class = "dropdown" >
< a href = "#" class = "dropdown-toggle" data-toggle = "dropdown" > Tutorial < b class = "caret" > < / b > < / a >
< ul class = "dropdown-menu" >
< li >
2019-07-15 14:38:39 +03:00
< a href = "tutorial/quickstart/" > Quickstart< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "tutorial/1-serialization/" > 1 - Serialization< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "tutorial/2-requests-and-responses/" > 2 - Requests and responses< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "tutorial/3-class-based-views/" > 3 - Class based views< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "tutorial/4-authentication-and-permissions/" > 4 - Authentication and permissions< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "tutorial/5-relationships-and-hyperlinked-apis/" > 5 - Relationships and hyperlinked APIs< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "tutorial/6-viewsets-and-routers/" > 6 - Viewsets and routers< / a >
2018-04-03 16:54:40 +03:00
< / li >
< / ul >
< / li >
< li class = "dropdown" >
< a href = "#" class = "dropdown-toggle" data-toggle = "dropdown" > API Guide < b class = "caret" > < / b > < / a >
< ul class = "dropdown-menu" >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/requests/" > Requests< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/responses/" > Responses< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/views/" > Views< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/generic-views/" > Generic views< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/viewsets/" > Viewsets< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/routers/" > Routers< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/parsers/" > Parsers< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/renderers/" > Renderers< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/serializers/" > Serializers< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/fields/" > Serializer fields< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/relations/" > Serializer relations< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/validators/" > Validators< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/authentication/" > Authentication< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/permissions/" > Permissions< / a >
2018-04-03 16:54:40 +03:00
< / li >
2018-10-11 16:48:33 +03:00
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/caching/" > Caching< / a >
2018-10-11 16:48:33 +03:00
< / li >
2018-04-03 16:54:40 +03:00
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/throttling/" > Throttling< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/filtering/" > Filtering< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/pagination/" > Pagination< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/versioning/" > Versioning< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/content-negotiation/" > Content negotiation< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/metadata/" > Metadata< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/schemas/" > Schemas< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/format-suffixes/" > Format suffixes< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/reverse/" > Returning URLs< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/exceptions/" > Exceptions< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/status-codes/" > Status codes< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/testing/" > Testing< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "api-guide/settings/" > Settings< / a >
2018-04-03 16:54:40 +03:00
< / li >
< / ul >
< / li >
2018-10-11 16:48:33 +03:00
< li class = "dropdown" >
2018-04-03 16:54:40 +03:00
< a href = "#" class = "dropdown-toggle" data-toggle = "dropdown" > Topics < b class = "caret" > < / b > < / a >
< ul class = "dropdown-menu" >
< li >
2019-07-15 14:38:39 +03:00
< a href = "topics/documenting-your-api/" > Documenting your API< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "topics/api-clients/" > API Clients< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "topics/internationalization/" > Internationalization< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "topics/ajax-csrf-cors/" > AJAX, CSRF & CORS< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "topics/html-and-forms/" > HTML & Forms< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "topics/browser-enhancements/" > Browser Enhancements< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "topics/browsable-api/" > The Browsable API< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "topics/rest-hypermedia-hateoas/" > REST, Hypermedia & HATEOAS< / a >
2018-04-03 16:54:40 +03:00
< / li >
2018-10-11 16:48:33 +03:00
< / ul >
< / li >
< li class = "dropdown active" >
< a href = "#" class = "dropdown-toggle" data-toggle = "dropdown" > Community < b class = "caret" > < / b > < / a >
< ul class = "dropdown-menu" >
2018-04-03 16:54:40 +03:00
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/tutorials-and-resources/" > Tutorials and Resources< / a >
< / li >
< li >
< a href = "community/third-party-packages/" > Third Party Packages< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/contributing/" > Contributing to REST framework< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/project-management/" > Project management< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/release-notes/" > Release Notes< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/3.10-announcement/" > 3.10 Announcement< / a >
2018-04-03 16:54:40 +03:00
< / li >
2018-10-18 13:50:44 +03:00
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/3.9-announcement/" > 3.9 Announcement< / a >
2018-10-18 13:50:44 +03:00
< / li >
2018-10-11 16:48:33 +03:00
< li class = "active" >
2019-07-15 14:38:39 +03:00
< a href = "community/3.8-announcement/" > 3.8 Announcement< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/3.7-announcement/" > 3.7 Announcement< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/3.6-announcement/" > 3.6 Announcement< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/3.5-announcement/" > 3.5 Announcement< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/3.4-announcement/" > 3.4 Announcement< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/3.3-announcement/" > 3.3 Announcement< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/3.2-announcement/" > 3.2 Announcement< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/3.1-announcement/" > 3.1 Announcement< / a >
2018-04-03 16:54:40 +03:00
< / li >
2018-10-11 16:48:33 +03:00
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/3.0-announcement/" > 3.0 Announcement< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/kickstarter-announcement/" > Kickstarter Announcement< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/mozilla-grant/" > Mozilla Grant< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/funding/" > Funding< / a >
2018-04-03 16:54:40 +03:00
< / li >
< li >
2019-07-15 14:38:39 +03:00
< a href = "community/jobs/" > Jobs< / a >
2018-04-03 16:54:40 +03:00
< / li >
< / ul >
< / li >
< / ul >
< / div >
<!-- /.nav - collapse -->
< / div >
< / div >
< / div >
< div class = "body-content" >
< div class = "container-fluid" >
<!-- Search Modal -->
< div id = "mkdocs_search_modal" class = "modal hide fade" tabindex = "-1" role = "dialog" aria-labelledby = "myModalLabel" aria-hidden = "true" >
< div class = "modal-header" >
< button type = "button" class = "close" data-dismiss = "modal" aria-hidden = "true" > × < / button >
< h3 id = "myModalLabel" > Documentation search< / h3 >
< / div >
< div class = "modal-body" >
< form role = "form" autocomplete = "off" >
< div class = "form-group" >
< input type = "text" name = "q" class = "form-control" placeholder = "Search..." id = "mkdocs-search-query" >
< / div >
< / form >
< div id = "mkdocs-search-results" > < / div >
< / div >
< div class = "modal-footer" >
< button class = "btn" data-dismiss = "modal" aria-hidden = "true" > Close< / button >
< / div >
< / div >
< div class = "row-fluid" >
< div class = "span3" >
< div id = "table-of-contents" >
< ul class = "nav nav-list side-nav well sidebar-nav-fixed" >
< li class = "main" >
< a href = "#django-rest-framework-38" > Django REST framework 3.8< / a >
< / li >
< li >
< a href = "#funding" > Funding< / a >
< / li >
< li >
< a href = "#breaking-changes" > Breaking Changes< / a >
< / li >
< li >
< a href = "#deprecations" > Deprecations< / a >
< / li >
< li >
< a href = "#minor-fixes-and-improvements" > Minor fixes and improvements< / a >
< / li >
< li >
< a href = "#whats-next" > What's next< / a >
< / li >
< div class = "promo" >
< hr / >
< div id = "sidebarInclude" >
< / div >
< / ul >
< / div >
< / div >
< div id = "main-content" class = "span9" >
< style >
.promo li a {
float: left;
width: 130px;
height: 20px;
text-align: center;
margin: 10px 30px;
padding: 150px 0 0 0;
background-position: 0 50%;
background-size: 130px auto;
background-repeat: no-repeat;
font-size: 120%;
color: black;
}
.promo li {
list-style: none;
}
< / style >
< h1 id = "django-rest-framework-38" > < a class = "toclink" href = "#django-rest-framework-38" > Django REST framework 3.8< / a > < / h1 >
< p > The 3.8 release is a maintenance focused release resolving a large number of previously outstanding issues and laying
the foundations for future changes.< / p >
< hr / >
< h2 id = "funding" > < a class = "toclink" href = "#funding" > Funding< / a > < / h2 >
< p > If you use REST framework commercially and would like to see this work continue, we strongly encourage you to invest in its continued development by
< strong > < a href = "../funding/" > signing up for a paid plan< / a > < / strong > .< / p >
2019-01-16 16:29:55 +03:00
< p > < em > We'd like to say thanks in particular our premium backers, < a href = "https://www.rover.com/careers/" > Rover< / a > , < a href = "https://sentry.io/welcome/" > Sentry< / a > , < a href = "https://getstream.io/?utm_source=drf&utm_medium=banner&utm_campaign=drf" > Stream< / a > , < a href = "https://machinalis.com/" > Machinalis< / a > , and < a href = "https://rollbar.com" > Rollbar< / a > .< / em > < / p >
2018-04-03 16:54:40 +03:00
< hr / >
< h2 id = "breaking-changes" > < a class = "toclink" href = "#breaking-changes" > Breaking Changes< / a > < / h2 >
2018-10-11 16:48:33 +03:00
< h3 id = "altered-the-behaviour-of-read_only-plus-default-on-field" > < a class = "toclink" href = "#altered-the-behaviour-of-read_only-plus-default-on-field" > Altered the behaviour of < code > read_only< / code > plus < code > default< / code > on Field.< / a > < / h3 >
2018-04-03 16:54:40 +03:00
< p > < a href = "https://github.com/encode/django-rest-framework/issues/5886" > #5886< / a > < code > read_only< / code > fields will now < strong > always< / strong > be excluded from writable fields.< / p >
< p > Previously < code > read_only< / code > fields when combined with a < code > default< / code > value would use the < code > default< / code > for create and update
operations. This was counter-intuitive in some circumstances and led to difficulties supporting dotted < code > source< / code >
attributes on nullable relations.< / p >
< p > In order to maintain the old behaviour you may need to pass the value of < code > read_only< / code > fields when calling < code > save()< / code > in
the view:< / p >
< pre > < code > def perform_create(self, serializer):
serializer.save(owner=self.request.user)
< / code > < / pre >
2018-04-18 12:33:36 +03:00
< p > Alternatively you may override < code > save()< / code > or < code > create()< / code > or < code > update()< / code > on the serializer as appropriate.< / p >
2018-04-03 16:54:40 +03:00
< hr / >
< h2 id = "deprecations" > < a class = "toclink" href = "#deprecations" > Deprecations< / a > < / h2 >
2018-10-11 16:48:33 +03:00
< h3 id = "action-decorator-replaces-list_route-and-detail_route" > < a class = "toclink" href = "#action-decorator-replaces-list_route-and-detail_route" > < code > action< / code > decorator replaces < code > list_route< / code > and < code > detail_route< / code > < / a > < / h3 >
2018-04-03 16:54:40 +03:00
< p > < a href = "https://github.com/encode/django-rest-framework/issues/5705" > #5705< / a > < code > list_route< / code > and < code > detail_route< / code > have been merge into a single < code > action< / code > decorator. This improves viewset action introspection, and will allow extra actions to be displayed in the Browsable API in future versions.< / p >
< p > Both < code > list_route< / code > and < code > detail_route< / code > are now pending deprecation. They will be deprecated in 3.9 and removed entirely
in 3.10.< / p >
< p > The new < code > action< / code > decorator takes a boolean < code > detail< / code > argument.< / p >
< ul >
< li > Replace < code > detail_route< / code > uses with < code > @action(detail=True)< / code > .< / li >
< li > Replace < code > list_route< / code > uses with < code > @action(detail=False)< / code > .< / li >
< / ul >
< h3 id = "exclude_from_schema" > < a class = "toclink" href = "#exclude_from_schema" > < code > exclude_from_schema< / code > < / a > < / h3 >
< p > Both < code > APIView.exclude_from_schema< / code > and the < code > exclude_from_schema< / code > argument to the < code > @api_view< / code > decorator are now deprecated. They will be removed entirely in 3.9.< / p >
< p > For < code > APIView< / code > you should instead set a < code > schema = None< / code > attribute on the view class.< / p >
< p > For function based views the < code > @schema< / code > decorator can be used to exclude the view from the schema, by using < code > @schema(None)< / code > .< / p >
< hr / >
< h2 id = "minor-fixes-and-improvements" > < a class = "toclink" href = "#minor-fixes-and-improvements" > Minor fixes and improvements< / a > < / h2 >
< p > There are a large number of minor fixes and improvements in this release. See the < a href = "../release-notes/" > release notes< / a > page
for a complete listing.< / p >
< h2 id = "whats-next" > < a class = "toclink" href = "#whats-next" > What's next< / a > < / h2 >
< p > We're currently working towards moving to using < a href = "https://www.openapis.org/" > OpenAPI< / a > as our default schema output. We'll also be revisiting our API documentation generation and client libraries.< / p >
< p > We're doing some consolidation in order to make this happen. It's planned that 3.9 will drop the < code > coreapi< / code > and < code > coreschema< / code > libraries, and instead use < code > apistar< / code > for the API documentation generation, schema generation, and API client libraries.< / p >
< / div > <!-- /span -->
< / div > <!-- /row -->
< / div > <!-- /.fluid - container -->
< / div > <!-- /.body content -->
< div id = "push" > < / div >
< / div > <!-- /.wrapper -->
< footer class = "span12" >
< p > Documentation built with < a href = "http://www.mkdocs.org/" > MkDocs< / a > .
< / p >
< / footer >
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
< script src = "../../js/jquery-1.8.1-min.js" > < / script >
< script src = "../../js/prettify-1.0.js" > < / script >
< script src = "../../js/bootstrap-2.1.1-min.js" > < / script >
2019-06-04 14:04:28 +03:00
< script async src = "https://fund.django-rest-framework.org/sidebar_include.js" > < / script >
2018-04-03 16:54:40 +03:00
< script > var base _url = '../..' ; < / script >
< script src = "../../mkdocs/js/require.js" > < / script >
< script src = "../../js/theme.js" > < / script >
< script >
var shiftWindow = function() {
scrollBy(0, -50)
};
if (location.hash) shiftWindow();
window.addEventListener("hashchange", shiftWindow);
$('.dropdown-menu').on('click touchstart', function(event) {
event.stopPropagation();
});
// Dynamically force sidenav/dropdown to no higher than browser window
$('.side-nav, .dropdown-menu').css('max-height', window.innerHeight - 130);
$(function() {
$(window).resize(function() {
$('.side-nav, .dropdown-menu').css('max-height', window.innerHeight - 130);
});
});
< / script >
< / body >
< / html >