.. |
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
|
Escape tab switching cookie
|
2015-03-23 11:20:09 +00: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
|
Fixes for latest pep8 updates. Refs #2563.
|
2015-02-17 10:58:00 +00:00 |
__init__.py
|
Release notes for 3.1.1 and version bump.
|
2015-03-19 23:29:10 +01:00 |
authentication.py
|
Merge master
|
2015-02-09 20:43:50 +00:00 |
compat.py
|
Move importlib fallback into compat.
|
2015-02-17 11:55:15 +01: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
|
Call default.set_context() only on create. Refs #2619.
|
2015-03-03 17:02:12 +01: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
|
request.data attribute
|
2014-09-26 10:46:52 +01: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
|
use SAFE_METHODS and make tuple
|
2015-03-16 22:13:07 -07:00 |
relations.py
|
Add support for serializing models with m2m related fields
|
2015-03-06 12:50:37 -04:00 |
renderers.py
|
Make BrowsableAPIRenderer use serializer_class when present
|
2015-03-22 14:36:30 +00:00 |
request.py
|
Remove MergeDict
|
2015-03-05 18:34:42 +06:00 |
response.py
|
_closable_objects as an empty list, not deleted
|
2015-01-31 08:27:17 +00: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
|
Force-evaluate querysets (see #2602)
|
2015-02-25 18:54:47 +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
|
Upgrade pending deprecations to deprecations
|
2015-02-06 13:21:35 +00:00 |
viewsets.py
|
Removed unused imports, pep8 fixes, typo fixes
|
2014-12-05 00:29:28 +01:00 |