django-rest-framework/rest_framework
2015-01-13 17:14:13 +00:00
..
authtoken prefer single quotes in source and double quotes in user visible strings; add some missing full stops to user visible strings 2015-01-07 12:46:23 +00:00
locale/en_US/LC_MESSAGES swap backticks for double quotes 2015-01-07 18:22:30 +00:00
static/rest_framework Fixed display issues with tooltips. 2014-12-08 09:06:52 +07:00
templates/rest_framework Remove ‘/‘ from inside variable block {{ }} 2014-12-23 12:12:22 -08:00
templatetags Removed custom urlparse compat 2014-12-04 15:47:42 +01:00
utils Merge branch 'master' into version-3.1 2015-01-05 11:02:28 +00:00
__init__.py Update copryright for 2015. Closes #2247. 2014-12-28 18:48:42 +00:00
authentication.py prefer single quotes in source and double quotes in user visible strings; add some missing full stops to user visible strings 2015-01-07 12:46:23 +00:00
compat.py Merge branch 'master' into version-3.1 2015-01-05 11:02:28 +00:00
decorators.py @api_view defaults to allowing GET 2014-11-28 15:55:02 +00:00
exceptions.py swap backticks for double quotes 2015-01-07 18:22:30 +00:00
fields.py Merge pull request #2373 from jakul/document-translations-3.1 2015-01-09 11:57:02 +00:00
filters.py More spelling tweaks 2014-10-03 09:00:33 +13:00
generics.py API tweaks and pagination documentation 2015-01-13 17:14:13 +00:00
metadata.py Removed custom StringIO, force_text, smart_text compat 2014-12-04 03:11:42 +01:00
mixins.py First pass at 3.1 pagination API 2015-01-09 15:30:36 +00:00
models.py Move models.resolve_model to serializers._resolve_model 2014-01-13 11:47:44 -05:00
negotiation.py request.data attribute 2014-09-26 10:46:52 +01:00
pagination.py API tweaks and pagination documentation 2015-01-13 17:14:13 +00:00
parsers.py Merge master 2014-12-12 15:37:43 +00:00
permissions.py Merge master 2014-12-12 15:37:43 +00:00
relations.py prefer single quotes in source and double quotes in user visible strings; add some missing full stops to user visible strings 2015-01-07 12:46:23 +00:00
renderers.py Merge branch 'master' into version-3.1 2014-12-18 11:21:25 +00:00
request.py Ensure request.auth is available to response middleware. 2014-12-17 13:22:52 +00:00
response.py Reverted 59d0a0387d and fixed the tests 2014-10-08 08:33:28 +02:00
reverse.py Versioning first pass 2014-12-16 15:34:19 +00:00
routers.py Support namespaced router URLs with DefaultRouter. 2014-12-28 12:02:52 +00:00
serializers.py Merge pull request #2373 from jakul/document-translations-3.1 2015-01-09 11:57:02 +00:00
settings.py First pass at 3.1 pagination API 2015-01-09 15:30:36 +00:00
status.py Code linting and added runtests.py 2014-08-19 13:28:07 +01:00
test.py Client.logout() also clears any force_authenticate 2014-12-12 13:13:08 +00:00
throttling.py Fix cache_throttle typo 2014-08-20 12:32:24 +01:00
urlpatterns.py Merge branch 'master' into 2.4.0 2013-12-13 16:32:34 +00:00
urls.py Regression for #1810: Test login view renders 2014-09-01 10:07:05 +02:00
validators.py prefer single quotes in source and double quotes in user visible strings; add some missing full stops to user visible strings 2015-01-07 12:46:23 +00:00
versioning.py prefer single quotes in source and double quotes in user visible strings; add some missing full stops to user visible strings 2015-01-07 12:46:23 +00:00
views.py Versioning first pass 2014-12-16 15:34:19 +00:00
viewsets.py Removed unused imports, pep8 fixes, typo fixes 2014-12-05 00:29:28 +01:00