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.
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 | # The base set of requirements for REST framework is actually | ||
Django>=1.4.11 | # just Django, but for the purposes of development and testing | ||
# there are a number of packages that it is useful to install. | |||
# Test requirements | |||
pytest-django==2.8.0 | # Laying these out as seperate requirements files, allows us to | ||
pytest==2.6.4 | # only included the relevent sets when running tox, and ensures | ||
pytest-cov==1.6 | # we are only ever declaring out dependancies in one place. | ||
flake8==2.2.2 | |||
-r requirements/requirements-optionals.txt | |||
# Optional packages | -r requirements/requirements-testing.txt | ||
markdown>=2.1.0 | -r requirements/requirements-documentation.txt | ||
PyYAML>=3.10 | -r requirements/requirements-codestyle.txt | ||
defusedxml>=0.3 | -r requirements/requirements-packaging.txt | ||
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 |
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.