aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2014-08-18Merge pull request #1654 from carltongibson/1559-take-2Tom Christie
Allow use of native migrations in 1.7 — Take 2
2014-08-18Improve wording.Carlton Gibson
2014-08-18Alter other reference to migrations.Carlton Gibson
2014-08-18Updated docs for South v1.0Carlton Gibson
2014-08-18Merge pull request #1711 from kdazzle/ModelViewSet-queryset-static-propertyTom Christie
Issue #1707: Add documentation to api-docs.viewsets
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-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-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-28Issue #1707 - Add info about queryset property caching to get_queryset() docs.Kyle
Add documentation to the get_queryset() method of generic-views.md regarding the caching of the queryset property.
2014-07-28Issue #1707 - Add documentation about the caching of `GenericAPIView.queryset`Kyle
to the `queryset` property, `get_queryset()`, and do generic-views.md; remove changes to the viewsets.md documentation from my last commit.
2014-07-27Issue #1707: Add documentation to api-docs.viewsets notifying usersKyle Valade
that they should use the get_queryset() method when overriding a ModelViewSet method, such as list(). Otherwise, since queryset is a static property, the value will be cached for every instance of that ViewSet.