aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-05-08Version 2.3.22.3.2Tom Christie
2013-05-08Fix DATETIME_FORMAT, DATE_FORMAT, TIME_FORMAT settings. Closes #798Tom Christie
2013-05-08Test and fix for #814.Tom Christie
2013-05-08Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-08Add rails in credits sectionTom Christie
2013-05-08Allow None filename on uploaded filesTom Christie
2013-05-08Update generic-views.mdTom Christie
2013-05-08Added @dhepper for typo fixes in #812.Tom Christie
2013-05-08Merge pull request #812 from dhepper/masterTom Christie
Fixed typos in tutorial
2013-05-07TypoTom Christie
2013-05-07Fixed typos in tutorialDaniel Hepper
2013-05-07Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-07Added @eyepulp for fix #810Tom Christie
2013-05-07Merge pull request #810 from EyePulp/patch-1Tom Christie
Updated the README.md example to fix a class reference
2013-05-07Remove accidental conflict diffTom Christie
2013-05-07Updated the README.md example to fix a class referenceEyePulp
Two classnames in the example had "views." prepended to them, which appeared unnecessary.
2013-05-07Fix breadcrumb rendering issue2.3.1Tom Christie
2013-05-07Version 2.3.02.3.0Tom Christie
2013-05-07Docs for FileUploadParserTom Christie
2013-05-07Merge pull request #806 from wronglink/masterTom Christie
Added FileUploadParser
2013-05-07Merge pull request #808 from tomchristie/2.3Tom Christie
2.3
2013-05-07Tweak 2.3 release notesTom Christie
2013-05-07Support for multiple filter classesTom Christie
2013-05-07allow_empty -> pending deprecation in preference of overridden get_queryset.Tom Christie
2013-05-05Merge masterTom Christie
2013-05-05Merge pull request #805 from vshih/masterTom Christie
Example and spelling fixes.
2013-05-05Merge branch 'master' into 2.3Tom Christie
2013-05-05docs, docs, docsTom Christie
2013-05-05.action attribute on viewsetsTom Christie
2013-05-05lookup_field on hyperlink serializersTom Christie
2013-05-04Docs for FileUploadParserMichael Elovskikh
2013-05-04Raise ParseError if can't handle the uploaded fileMichael Elovskikh
2013-05-04Codebase improvements on FileUploadParserMichael Elovskikh
* Added docstrings. * Added `FileUploadParser.get_filename` to make it easier to override. * Added url kwargs filename detection step. * Updated tests corresponding to these changes.
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
Catch ImproperlyConfigured exception in compat.py
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-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