Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DRF-5168 import warnings
missed this in last commit
  • Loading branch information
matteius committed May 23, 2017
commit a224b6b935fcc8365d4f2b248bf8b98442ce731e
1 change: 1 addition & 0 deletions rest_framework/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"""
from __future__ import unicode_literals

import warnings
from base64 import b64decode, b64encode
from collections import OrderedDict, namedtuple

Expand Down