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
/
generics.py
Age
Commit message (
Expand
)
Author
2013-06-12
Typo
inglesp
2013-06-05
Remove ConfigurationError in favor of Django's ImproperlyConfigured
Tom Christie
2013-05-28
Raise 404 on incorrect lookup type in URL, not 500. Closes #890.
Tom Christie
2013-05-24
Clean up OPTIONS implementation
Tom Christie
2013-05-07
Support for multiple filter classes
Tom Christie
2013-05-07
allow_empty -> pending deprecation in preference of overridden get_queryset.
Tom Christie
2013-04-30
Drop out attribute
Tom Christie
2013-04-29
Tweaks for preferring .queryset over .model
Tom Christie
2013-04-29
fields shortcut on views
Tom Christie
2013-04-29
2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...
Tom Christie
2013-04-25
Simplify paginate_queryset method
Tom Christie
2013-04-25
Cleanup docstrings
Tom Christie
2013-04-24
Various clean up and lots of docs
Tom Christie
2013-04-23
Merge remove-django-generics
Tom Christie
2013-04-13
Allow overriding get_object to work correctly. Fixes #784
Tom Christie
2013-04-11
Simplify get_object
Tom Christie
2013-04-09
Cleaning up around bits of API that will be pending deprecation
Tom Christie
2013-04-09
Cleaning up around bits of API that will be pending deprecation
Tom Christie
2013-04-09
Cleaning up get_object and get_queryset
Tom Christie
2013-04-09
Add lookup_kwarg
Tom Christie
2013-04-09
Removed SingleObjectMixin and MultipleObjectMixin
Tom Christie
2013-04-04
Tweaks
Tom Christie
2013-03-18
Remove erronous pre_save
Tom Christie
2013-03-18
Merge branch 'master' into resources-routers
Tom Christie
2013-03-08
GenericAPIView now applies filter_backend for list and retrieve api views
toran billups
2013-02-12
Tidy up internal view permission checking logic.
Tom Christie
2013-02-12
New style object-level permission checks
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-04
Cleanup imports
Tom Christie
2013-01-15
Merge with latest master
Tom Christie
2013-01-02
Add `.patch()` method for `RetrieveUpdateAPIView`
Tom Christie
2013-01-02
Added `RetrieveUpdateAPIView`
Tom Christie
2013-01-02
Keep API backwards compatible.
Tom Christie
2012-12-30
Removing Partial Update classes
Andrew Hankinson
2012-12-16
Adding PATCH support to Django REST Framework
Andrew Hankinson
2012-12-13
added missing line
Stephan Groß
2012-12-13
added RetrieveUpdateAPIView
Stephan Groß
2012-11-16
Tidying
Tom Christie
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
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-14
Bring keywrod args in line with Django's implementation
Tom Christie
2012-11-13
Added a FileField and an ImageField (copied from django.forms.fields).
Marko Tibold
2012-11-07
Make filtering optional, and pluggable.
Tom Christie
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-05
Swap position of `instance` and `data` keyword arguments.
Tom Christie
[next]