.. |
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
|
Basic formatting for dict and list values
|
2015-05-12 16:18:45 +01:00 |
templates/rest_framework
|
Styling of nested lists/objects in detail view
|
2015-05-12 16:28:49 +01:00 |
templatetags
|
Basic formatting for dict and list values
|
2015-05-12 16:18:45 +01:00 |
utils
|
Use _meta instead of Meta on is_abstract_model function
|
2015-03-25 12:00:20 +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
|
DateField to_representation can handle str and empty values. Fixes #2656, #2687.
|
2015-04-23 19:31:46 -05: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
|
First pass templates for admin style
|
2015-05-12 14:49:09 +01:00 |
parsers.py
|
Merge master
|
2015-01-30 14:00:25 +00:00 |
permissions.py
|
Improve error message.
|
2015-04-22 11:22:37 +02:00 |
relations.py
|
Swapping to hassattr logic for pk attribute references in relations
|
2015-03-23 11:40:33 -04:00 |
renderers.py
|
Basic formatting for admin cells
|
2015-05-12 15:21:49 +01: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 |