aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-05-02introduce lookup_field and add pendingdeprecationwarningsTom Christie
2013-05-01Document lookup_field in release notesTom Christie
2013-05-01lookup_field on hyperlinked fields, and overriddable hyperlinked fields. ↵Tom Christie
Closes #688
2013-04-30Merge masterTom Christie
2013-04-30More index docs tweaksTom Christie
2013-04-30Add DjangoModelPermissionsOrAnonReadOnlyTom Christie
2013-04-30Add get_breadcrumbs hook to BrowseableAPIRenderer. Closes #733.Tom Christie
2013-04-30More tweaking of index/readmeTom Christie
2013-04-30Simplify the READMETom Christie
2013-04-30Improve straplineTom Christie
2013-04-30Simplify the READMETom Christie
2013-04-30Docs tweaksTom Christie
2013-04-30Drop out attributeTom Christie
2013-04-29Updated release notesTom Christie
2013-04-29Tweaks for preferring .queryset over .modelTom Christie
2013-04-29fields shortcut on viewsTom Christie
2013-04-29Remove AutoRouter. (Adding shortcut to generic views/viewsets means it's ↵Tom Christie
unneccessary)
2013-04-292.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's ↵Tom Christie
PendingDeprecationWarnings added.
2013-04-29Docs tweaksTom Christie
2013-04-29Added @chenjyw for depth bugfix #802. Thanks!Tom Christie
2013-04-29Merge pull request #802 from chenjyw/masterTom Christie
Fix nesting issue with depth >=2
2013-04-27Changed definition of NestedModelSerializer to correct depth handlingJC
2013-04-27Changed DepthTest to have depth=2JC
2013-04-27TypoTom Christie
2013-04-27Update docs on object-level permissions.Tom Christie
Closes #801.
2013-04-26Bits of cleanupTom Christie
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