aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2014-08-15Latest backer updateTom Christie
2014-08-15Latest sponsor updatesTom Christie
2014-08-14Fixed small typocatherinedodge
2014-08-14Minor sponsor correctionTom Christie
2014-08-14Latest sponsor updateTom Christie
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-12Added OpenEye as a silver sponsorTom Christie
2014-08-09Merge pull request #1745 from nemesisdesign/patch-4Tom Christie
docs: add reference to gis serializer
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-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-06minor doc fix, @api_view() needs an iterableRob Terhaar
2014-08-06Fix style for some textnimiq
2014-08-05Latest sponsor updateTom Christie
2014-08-04Latest sponsor updateTom Christie
2014-08-02Update sponsorshipsTom Christie
2014-08-02Added pathwrightTom Christie
2014-08-02Update Nephila sponsorshipTom Christie
2014-08-02Sponsor updatedTom Christie
2014-08-01Added ProReNata ABTom Christie
2014-08-01Fix LaterPay linkTom Christie
2014-08-01Latest sponsor updatesTom Christie
2014-08-01Latest sponsor updatesTom Christie
2014-07-31Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-07-31Kickstarter sponsorsTom Christie
2014-07-31Updated Permissions doc link to Django docsKevin London
The previous link went to version 1 docs so it was a dead link.
2014-07-31Add platinum sponsorsTom Christie
2014-07-30Add django-rest-framework-mongoengine link. Closes #1722 Closes #1562 Closes ↵Tom Christie
#1545
2014-07-22Merge pull request #1692 from davbo/patch-1Tom Christie
Update fields.md
2014-07-20Add link to drf-extra-fields. Closes #1698Tom Christie
2014-07-18Phrasing tweakTom Christie
2014-07-18TypoTom Christie
2014-07-18Beef up the kickstarter announcementTom Christie
2014-07-17Docs for kickstarter announcementTom Christie
2014-07-17Kickstarter note on front pageTom Christie
2014-07-17Update fields.mdDave King
obj.__class__ will return the actual Class object, we want to serialise a string (accessed with obj.__class__.__name__)
2014-07-15Fusion adsTom Christie
2014-07-07Docs on object level permissions and filters. Closes #1683Tom Christie
2014-07-01Docs tweakTom Christie
2014-06-26Fixes #1651. Add link to drf-extensions nested routers to docsChibisov Gennady
2014-06-12Fix accidental docs changeTom Christie
2014-06-12Version 2.3.14Tom Christie
2014-06-10Fix #1614 - Corrected reference to serializers.CharFieldGreg Barker
2014-06-02Fix typo in docsRodolfo Carvalho
2014-05-29Note on configuring TokenAuthenticationTom Christie
2014-05-26Add the allow_add_remove parameter to the get_serializer methodkhamaileon
2014-05-20Merge pull request #1536 from Ian-Foote/choicefield_blank_display_valueTom Christie
Allow customising ChoiceField blank display value