index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
mixins.py
Age
Commit message (
Expand
)
Author
2014-01-14
Use api_settings.URL_FIELD_NAME
Tom Christie
2013-12-03
Adds pre_delete and post_delete hooks on
Pablo Recio
2013-11-19
Added handling of validation errors in PUT-as-create.
Krzysztof Jurewicz
2013-10-21
Use lookup_url_kwarg in presave if required
Tom Christie
2013-08-23
Extra docs on PATCH with no object.
Tom Christie
2013-08-13
PATCH requests should not be able to create objects.
Krzysztof Jurewicz
2013-05-22
Tweak method ordering for better consistency
Tom Christie
2013-05-17
Minor mixin refactoring
Tom Christie
2013-05-17
PendingDeprecation warning to allow_empty
Tom Christie
2013-05-02
introduce lookup_field and add pendingdeprecationwarnings
Tom Christie
2013-04-25
Simplify paginate_queryset method
Tom Christie
2013-04-09
Cleaning up around bits of API that will be pending deprecation
Tom Christie
2013-04-09
Removed SingleObjectMixin and MultipleObjectMixin
Tom Christie
2013-04-04
Tweaks
Tom Christie
2013-03-13
force_insert, force_update arguments. Closes #484.
Tom Christie
2013-03-08
GenericAPIView now applies filter_backend for list and retrieve api views
toran billups
2013-02-27
Fix out of date docstrings. Closes #689.
Tom Christie
2013-02-22
Tests and fix for #666.
Tom Christie
2013-02-12
Tidy up internal view permission checking logic.
Tom Christie
2013-02-10
Enforce PUT-as-create permissions
Tom Christie
2013-02-06
Added a `post_save` hook. Closes #558.
Tom Christie
2013-02-06
Set many explicitly from mixins. Refs #564.
Tom Christie
2013-02-01
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...
Tom Christie
2013-01-02
Merge remote-tracking branch 'reference/py3k' into p3k
Xavier Ordoquy
2013-01-02
Keep API backwards compatible.
Tom Christie
2012-12-30
Merge branch 'master' of git://github.com/tomchristie/django-rest-framework i...
Andrew Hankinson
2012-12-19
Fix #521. (Browseable API exception on delete)
Tom Christie
2012-12-18
Fix for pks returning as strings when set in pre_save. Fixes #482. Thanks to...
Tom Christie
2012-12-16
Adding PATCH support to Django REST Framework
Andrew Hankinson
2012-11-22
First passing test under p3k \o/
Xavier Ordoquy
2012-11-16
Merge pull request #408 from markotibold/file_and_image_fields
Tom Christie
2012-11-16
Polishing to page size query parameters & more docs
Tom Christie
2012-11-16
Merge pull request #412 from minddust/custom_page_size_per_request
Tom Christie
2012-11-16
Minor tweaks to internals of generics and mixins
Tom Christie
2012-11-15
Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into file_and_image_f...
Marko Tibold
2012-11-15
updated script to just use page_size_kwarg
Stephan Groß
2012-11-15
added global and per resource on/off switch + updated docs
Stephan Groß
2012-11-14
added support for passing page_size per request
Stephan Groß
2012-11-14
once more polished
Ludwig Kraatz
2012-11-14
polishing code
Ludwig Kraatz
2012-11-13
Added a FileField and an ImageField (copied from django.forms.fields).
Marko Tibold
2012-11-13
removed useless line after polishing code
Ludwig Kraatz
2012-11-13
fixed ugly code
Ludwig Kraatz
2012-11-13
changed buggy response + code ploishing
Ludwig Kraatz
2012-11-13
Returning a Location Header on Create
Ludwig Kraatz
2012-11-07
Merge branch 'restframework2-filter' of git://github.com/onepercentclub/djang...
Tom Christie
2012-11-06
Use saner get_serializer signature
Tom Christie
2012-11-06
Merge branch 'master' into restframework2-filter
Ben Konrath
2012-11-01
Merge branch 'master' into restframework2-filter
Ben Konrath
2012-11-01
since MultipleObjectBaseView was renamed MultipleObjectAPIView, it stands to ...
Pavel Savchenko
[next]