aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-04-26Deal with List/Instance suffixes for viewsetsTom Christie
2013-04-26Adding 'view or viewset' to docs appropriate.Tom Christie
2013-04-26DecimalFieldTom Christie
2013-04-26Fix up viewset docs slightlyTom Christie
2013-04-26Fix broken queryset in exampleTom Christie
2013-04-25Docs, docs, docsTom Christie
2013-04-25Added AutoRouter. Don't know if this is a good idea.Tom Christie
2013-04-25Simplify paginate_queryset methodTom Christie
2013-04-25More viewset/router docsTom Christie
2013-04-25Remove 2.0 migration guide which was never includedTom Christie
2013-04-25Cleanup docstringsTom Christie
2013-04-24Various clean up and lots of docsTom Christie
2013-04-23Merge remove-django-genericsTom Christie
2013-04-23Ensure implementation of reverse relations in 'fields' is backwards compatibleTom Christie
2013-04-17Added @forgingdestiny for login template work.Tom Christie
Thanks! (Refs: #794)
2013-04-17Update release-notes.mdTom Christie
2013-04-17Merge pull request #794 from forgingdestiny/masterTom Christie
Add branding block to login template
2013-04-17Update browsable-api.mdMatt Majewski
Add login template docs
2013-04-17extend base login templateforgingdestiny
2013-04-17add branding and style blocksforgingdestiny
2013-04-17Merge branch 'include_reverse_relations' of ↵Tom Christie
https://github.com/tomchristie/django-rest-framework into include_reverse_relations
2013-04-17Version 2.2.72.2.7Tom Christie
2013-04-17Remove unneccessary tests from #789, and bit of cleanup.Tom Christie
2013-04-17Merge https://github.com/shezi/django-rest-frameworkTom Christie
2013-04-16Explicit error if dev does not return a response from the viewTom Christie
2013-04-15Return Decimal instance instead of stringStephan Groß
2013-04-15Fix init callStephan Groß
2013-04-15Add DecimalField to field_mappingStephan Groß
2013-04-15Remove rebase docsStephan Groß
2013-04-15Update release notesStephan Groß
2013-04-15Fix unicodesStephan Groß
2013-04-15Add DecimalField supportStephan Groß
2013-04-15Fix unicodesStephan Groß
2013-04-15Add DecimalField supportStephan Groß
2013-04-14adding test case for generic view with overriden get_object()Johannes Spielmann
2013-04-13Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-04-13Allow overriding get_object to work correctly. Fixes #784Tom Christie
2013-04-11Remove router bit from viewset docsTom Christie
2013-04-11Simplify get_objectTom Christie
2013-04-11Merge pull request #783 from vshih/masterTom Christie
Remove redundant text.
2013-04-11Remove redundant text.Victor Shih
2013-04-10First pass on automatically including reverse relationshipTom Christie
2013-04-10Fix 1.3 compat issue. Closes #780Tom Christie
2013-04-09Cleaning up around bits of API that will be pending deprecationTom Christie
2013-04-09Cleaning up around bits of API that will be pending deprecationTom Christie
2013-04-09Cleaning up get_object and get_querysetTom Christie
2013-04-09Add lookup_kwargTom Christie
2013-04-09Removed SingleObjectMixin and MultipleObjectMixinTom Christie
2013-04-09Minor cleaning up on ViewTom Christie
2013-04-09Viewsets and routers in seperate docsTom Christie