aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-05-03Tests for FileUploadParserMichael Elovskikh
2013-05-03Added FileUploadParser refs #7Michael Elovskikh
2013-05-02Update release notesTom Christie
2013-05-02Simplifying bits of docsTom Christie
2013-05-02Automagically determine base_name in router classTom Christie
2013-05-02introduce lookup_field and add pendingdeprecationwarningsTom Christie
2013-05-01Example and spelling fixes. Change "browseable" to "browsable" for consistency.Victor Shih
2013-05-01Merge pull request #804 from dbrgn/iss803Tom Christie
2013-05-01Document lookup_field in release notesTom Christie
2013-05-01lookup_field on hyperlinked fields, and overriddable hyperlinked fields. Clo...Tom Christie
2013-04-30Catch ImproperlyConfigured exception in compat.py (fixes #803)Danilo Bargen
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 un...Tom Christie
2013-04-292.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...Tom Christie
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
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
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-22Merge pull request #797 from maspwr/writable-nested-modelserializerTom Christie
2013-04-19Don't use field when saving related dataMark Aaron Shirley