.. |
authtoken
|
Merge pull request #2743 from maurodoglio/serializer_class-html-renderer
|
2015-03-23 09:43:39 +00:00 |
locale
|
Latest translation strings
|
2015-03-23 11:32:28 +00:00 |
static/rest_framework
|
Removed color from default
|
2015-04-18 16:52:20 -05:00 |
templates/rest_framework
|
Merge pull request #2631 from Ins1ne/feature/issue-2559
|
2015-03-16 12:11:33 +00:00 |
templatetags
|
Fixes for latest pep8 updates. Refs #2563.
|
2015-02-17 10:58:00 +00:00 |
utils
|
Use _meta instead of Meta on is_abstract_model function
|
2015-03-25 12:00:20 +00:00 |
__init__.py
|
Bump version to 3.1.2
|
2015-05-13 09:44:15 +02:00 |
authentication.py
|
Import get_user_model from compat module
|
2015-05-19 18:00:17 +03:00 |
compat.py
|
Compatibility code for getting user model
|
2015-05-19 17:57:27 +03:00 |
decorators.py
|
Parens around if clause
|
2015-02-04 16:26:23 +02:00 |
exceptions.py
|
swap backticks for double quotes
|
2015-01-07 18:22:30 +00:00 |
fields.py
|
Use simpler dict.get() rather than try/except
|
2015-05-16 01:01:27 +10:00 |
filters.py
|
Merge pull request #2198 from tomchristie/version-3.1
|
2015-02-13 13:38:44 +00:00 |
generics.py
|
More pagination tests & cleanup
|
2015-01-16 16:55:46 +00:00 |
metadata.py
|
Metadata should detect null boolean field type.
|
2015-03-24 21:31:35 -04: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
|
Check AcceptHeaderVersioning with content negotiation in place
|
2015-04-23 14:19:39 +02:00 |
pagination.py
|
Do not paginate if PAGE_SIZE=None
|
2015-03-16 12:05:31 +00:00 |
parsers.py
|
Merge master
|
2015-01-30 14:00:25 +00:00 |
permissions.py
|
Allow DjangoObjectPermissions to use views that define get_queryset
|
2015-05-13 14:26:44 +02:00 |
relations.py
|
Swapping to hassattr logic for pk attribute references in relations
|
2015-03-23 11:40:33 -04:00 |
renderers.py
|
Now it is possible to display viewset w/o paginator
|
2015-04-08 20:32:02 +03:00 |
request.py
|
Remove MergeDict
|
2015-03-05 18:34:42 +06:00 |
response.py
|
Use default reason phrases from HTTP standard.
|
2015-03-25 13:27:47 -04:00 |
reverse.py
|
Handling the fallback in reverse
|
2015-03-19 16:12:28 -07:00 |
routers.py
|
Fix lookup_url_kwarg handling in viewsets.
|
2015-03-13 01:07:20 +01:00 |
serializers.py
|
Merge pull request #2798 from Boomerangz/depth-should-reduce
|
2015-04-27 16:22:22 +01:00 |
settings.py
|
Clean up pagination attributes
|
2015-03-04 15:51:00 +00:00 |
status.py
|
Code linting and added runtests.py
|
2014-08-19 13:28:07 +01:00 |
test.py
|
Check if sessions are enabled before calling logout. Closes #2545.
|
2015-02-20 20:12:39 +01:00 |
throttling.py
|
Update throttling.py
|
2015-02-05 13:27:26 -08: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
|
Ensure validators are new-style classes on python2
|
2015-02-27 15:22:19 +00:00 |
versioning.py
|
Handling the fallback in reverse
|
2015-03-19 16:12:28 -07:00 |
views.py
|
Remove mention of Django's built-in ValidationError in docstring
|
2015-04-24 15:37:42 +02:00 |
viewsets.py
|
Removed unused imports, pep8 fixes, typo fixes
|
2014-12-05 00:29:28 +01:00 |