Merge branch 'master' of https://github.com/Ins1ne/django-rest-framework into feature/ipaddress
Showing
.tx/config
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/api-guide/versioning.md
0 → 100644
docs/img/cursor-pagination.png
0 → 100644
11.9 KB
docs/img/link-header-pagination.png
0 → 100644
35 KB
docs/img/pages-pagination.png
0 → 100644
9.99 KB
docs/topics/3.1-announcement.md
0 → 100644
docs/topics/credits.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
docs/topics/internationalization.md
0 → 100644
This diff is collapsed.
Click to expand it.
# Minimum Django version | ||
Django>=1.4.11 | ||
# Test requirements | ||
pytest-django==2.8.0 | ||
pytest==2.6.4 | ||
pytest-cov==1.6 | ||
flake8==2.2.2 | ||
# Optional packages | ||
markdown>=2.1.0 | ||
PyYAML>=3.10 | ||
defusedxml>=0.3 | ||
django-guardian==1.2.4 | ||
django-filter>=0.9.2 | ||
django-oauth-plus>=2.2.1 | ||
oauth2>=1.5.211 | ||
django-oauth2-provider>=0.2.4 | ||
# wheel for PyPI installs | ||
wheel==0.24.0 | ||
# twine for secured PyPI uploads | ||
twine==1.4.0 | ||
# MkDocs for documentation previews/deploys | ||
mkdocs==0.11.1 | ||
# The base set of requirements for REST framework is actually | ||
# just Django, but for the purposes of development and testing | ||
# there are a number of packages that it is useful to install. | ||
# Laying these out as seperate requirements files, allows us to | ||
# only included the relevent sets when running tox, and ensures | ||
# we are only ever declaring out dependancies in one place. | ||
-r requirements/requirements-optionals.txt | ||
-r requirements/requirements-testing.txt | ||
-r requirements/requirements-documentation.txt | ||
-r requirements/requirements-codestyle.txt | ||
-r requirements/requirements-packaging.txt |
requirements/requirements-codestyle.txt
0 → 100644
requirements/requirements-documentation.txt
0 → 100644
requirements/requirements-optionals.txt
0 → 100644
requirements/requirements-packaging.txt
0 → 100644
requirements/requirements-testing.txt
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File added
File added
This diff is collapsed.
Click to expand it.
File added
This diff is collapsed.
Click to expand it.
File added
File added
This diff is collapsed.
Click to expand it.
File added
File added
This diff is collapsed.
Click to expand it.
File added
File added
This diff is collapsed.
Click to expand it.
File added
This diff is collapsed.
Click to expand it.
File added
File added
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
rest_framework/utils/urls.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
rest_framework/versioning.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/test_versioning.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.