aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-08-18tabs -> spacesTom Christie
2014-08-18Merge pull request #1688 from ekonstantinidis/quick-start-orderTom Christie
Updated quick start project set up order
2014-08-18Remove kickstarter links from homepage and READMETom Christie
2014-08-18Link to Django docs on widgets. Closes #1760.Tom Christie
2014-08-18Merge pull request #1761 from sshquack/minor-doc-updatesTom Christie
Trivial doc updates
2014-08-18Merge pull request #1762 from ↵Tom Christie
aymericderbois/feature/AddTestSerializerMethodField Add test for SerializerMethodField
2014-08-16Fixed action_map being pulled from wrong objectAndrew Fong
2014-08-16override_method should substitute actionAndrew Fong
A view's action is dependent on the request method. When overriding the method (e.g. to generate a form for a POST request on a GET call to the browseable API), the action should be updated as well. Otherwise, viewset functions may be in a weird limbo state where a 'list' action has a POST method.
2014-08-16Add test for SerializerMethodFieldAymeric Derbois
2014-08-16Sponsor updateTom Christie
2014-08-15Strip trailing spaces in tutorialsshquack
2014-08-15Specify file names using standard formatsshquack
+ Explicitly specify module names in the standard format similar to all the other tutorials + Remove the extra quote around module name
2014-08-15Latest sponsor updateTom Christie
2014-08-15Added compile to the sponsorsTom Christie
2014-08-15Added HolviTom Christie
2014-08-15Latest backer updateTom Christie
2014-08-15Latest sponsor updatesTom Christie
2014-08-15Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-08-15Replace docs title. Easy is a sucky word choice.Tom Christie
2014-08-15Merge pull request #1758 from catherinedodge/doc-fixesTom Christie
Fixed small typo in docs
2014-08-14Fixed small typocatherinedodge
2014-08-14Minor sponsor correctionTom Christie
2014-08-14Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-08-14Latest sponsor updateTom Christie
2014-08-14Merge pull request #1757 from jwhitlock/error_as_listTom Christie
ModelSerializer.restore_object - wrap ValueError error in a list
2014-08-13ModelSerializer.restore_object - errors as listJohn Whitlock
When a ValueError is raised in ModelSerializer.restore_object, the error is set to a one-element list, rather than a bare string.
2014-08-13Latest sponsor updateTom Christie
2014-08-12Minor docs style changeTom Christie
2014-08-12Added CantemoTom Christie
2014-08-12Added Rob SpectreTom Christie
2014-08-12Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-08-12Added OpenEye as a silver sponsorTom Christie
2014-08-11Merge pull request #1750 from tomchristie/json-renderer-refactorTom Christie
Refactor JSONRenderer slightly for easier overriding
2014-08-11Refactor JSONRenderer slightly for easier overridingTom Christie
2014-08-09Merge pull request #1745 from nemesisdesign/patch-4Tom Christie
docs: add reference to gis serializer
2014-08-09Merge pull request #1744 from nemesisdesign/patch-3Tom Christie
docs: add reference to DRF-gis in fields
2014-08-08docs: added reference to gis serializerFederico Capoano
added reference to GeoFeatureModelSerializer of django-rest-framework-gis
2014-08-08docs: added reference to DRF-gis in fieldsFederico Capoano
added django-rest-framework-gis to third party packages section in /docs/api-guide/fields.md
2014-08-08Merge pull request #1740 from kevinlondon/patch-4Tom Christie
Updated links to Bootstrap components
2014-08-07Updated links to Bootstrap componentsKevin London
The previous links landed on the the main page and no longer directly linked to specific areas.
2014-08-07Updated documentation for urls.pyKevin London
I made a small change in the order of the documentation for urls.py. I feel it helps make it clear which lines you should add to the root settings.
2014-08-07Merge pull request #1737 from kevinlondon/patch-2Tom Christie
Include query parameter override instructions for OrderingFilter
2014-08-07remove dep on python_2_unicode_compatiblePaul Oswald
python_2_unicode_compatible is not available in all Django versions
2014-08-06Update description of OrderingFilterKevin London
I added a brief description of how you could specify a different query parameter for the OrderingFilter.
2014-08-07Merge pull request #1736 from robbyt/patch-2Tom Christie
minor doc fix, @api_view() needs an iterable
2014-08-06minor doc fix, @api_view() needs an iterableRob Terhaar
2014-08-06Merge pull request #1733 from nimiq/patch-1Tom Christie
Fix style for some text
2014-08-06Fix style for some textnimiq
2014-08-05Merge pull request #1732 from jalan/masterTom Christie
Remove duplicate class attributes
2014-08-05Latest sponsor updateTom Christie