aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Collapse)Author
2013-05-15Test and fix which closes #652.Tom Christie
2013-05-15Fix searchfilter issuesTom Christie
2013-05-14Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-05-14Base automatic filterset model on the queryset model. Fixes #834.Tom Christie
2013-05-14Merge pull request #824 from jsummerfield/patch-1Tom Christie
Remove trailing unmatched </div> in login_base.html template. Reformat i...
2013-05-14Fix assert messaging on fields/exclude checking. Closes #833Tom Christie
2013-05-14Fix filter test renamingTom Christie
2013-05-14Merge branch 'master' of https://github.com/avinash240/django-rest-frameworkTom Christie
2013-05-14Added OrderingFilterTom Christie
2013-05-14Added OrderingFilterTom Christie
2013-05-14Rename filter testsTom Christie
2013-05-14SearchFilter may be comma and/or whitespace seperatedTom Christie
2013-05-14Fix Django 1.3 compat with routersTom Christie
2013-05-13Remove trailing unmatched </div> in login_base.html template. Reformat ↵James Summerfield
indentation and label all closing tags for consistency.
2013-05-12fix test case to work with Python 3 and make it more explicitMarlon Bailey
2013-05-11added support for multiple @action and @link decorators on a viewset, along ↵Marlon Bailey
with a router testcase illustrating the failure against the master code base
2013-05-10Fix py3k compat with functools.reduceTom Christie
2013-05-10Unicode string fixTom Christie
2013-05-10Added SearchFilterTom Christie
2013-05-10SearchFilter and testsTom Christie
2013-05-10Move models into test modules, out of models moduleTom Christie
2013-05-09Fix HyperlinkedModelSerializer not respecting lookup_fieldsTom Christie
2013-05-09Tweak inheritanceTom Christie
2013-05-09Added GenericViewSet and docs tweakingTom Christie
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-08Allow None filename on uploaded filesTom Christie
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-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 branch 'master' into 2.3Tom Christie
2013-05-05.action attribute on viewsetsTom Christie
2013-05-05lookup_field on hyperlink serializersTom Christie
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-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-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-30Add DjangoModelPermissionsOrAnonReadOnlyTom Christie
2013-04-30Add get_breadcrumbs hook to BrowseableAPIRenderer. Closes #733.Tom Christie