aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2012-12-05Fixed typos and fixed wording.Reinout van Rees
Some singular/plural fixes. Fixed some 'serialise->serialize' kind of UK/US differences. The 'z' seems more common in the rest of the docs, so that's what I used. Removed a half-finished-sentence left dangling somewhere.
2012-12-05Fixed wording.Reinout van Rees
2012-12-03Added @mvdwaeter. Thanks!Stephan Groß
2012-12-02Added @mhsparks. Thanks!Tom Christie
2012-11-30Fixed typo in import statement of tutorialmvdwaeter
2012-11-29Added @fabianbuechler. Thanks!Tom Christie
2012-11-28Fix location of obtain_auth_token viewPavel Savchenko
2012-11-28Added @yprez Thanks! Stephan Groß
2012-11-27Merge pull request #453 from yprez/docs_fixStephan Groß
api-guide/views.md - add imports to code example
2012-11-27Import from correct placeYuri Prezument
2012-11-27Added @oaubert Thanks!Stephan Groß
2012-11-27Merge pull request #455 from oaubert/patch-2Stephan Groß
Tutorial: fix module name in section 3
2012-11-27Tutorial: fix module name in section 3Olivier Aubert
Again snippet -> snippets, but then it could be simpler (and possibly intended) to rename snippets to snippet in the first section of the tutorial.
2012-11-27Tutorial: fix module name in section 2Olivier Aubert
snippet -> snippets (to match section 1).
2012-11-27api-guide/views.md - add imports to code exampleYuri Prezument
* It wasn't clear where `Response` should be imported from.
2012-11-23Version 2.1.6. AKA: I am a doofus.2.1.6Tom Christie
2012-11-23Version 2.1.52.1.5Tom Christie
2012-11-22Version 2.1.42.1.4Tom Christie
2012-11-22Added @maspwr for the partial updates work. Ta!Tom Christie
2012-11-22Added @dbachrach. Thanks!Tom Christie
2012-11-22Updated release notes.Tom Christie
2012-11-22Updated release notes.Tom Christie
2012-11-21Merge remote-tracking branch 'upstream/master' into partial-updateMark Aaron Shirley
2012-11-21updated comparison due to pep8 programming recommendationsStephan Groß
http://www.python.org/dev/peps/pep-0008/#programming-recommendations
2012-11-21Merge remote-tracking branch 'upstream/master' into regex_fieldStephan Groß
Conflicts: docs/topics/release-notes.md
2012-11-20Documentation changes for partial serializer updatesMark Aaron Shirley
2012-11-20Update docs/topics/release-notes.mdTom Christie
2012-11-20Merge pull request #430 from j4mie/serializer-method-fieldTom Christie
Serializer method field
2012-11-20Added @irrelative for the mighty fine work.Tom Christie
2012-11-20added RegexFieldStephan Groß
2012-11-20Add example use of SerializerMethodField to docsJamie Matthews
2012-11-19More docs tweaking.Tom Christie
2012-11-19Added release notesTom Christie
2012-11-19Adding folks to the credits makes me happy. Good work @jonlil!Tom Christie
2012-11-19Docs tweaks.Tom Christie
2012-11-19Tweaks to SerializerMethodField docsJamie Matthews
2012-11-19Add SerializerMethodFieldJamie Matthews
2012-11-18Update robromano fork with upstream masterRobert Romano
Conflicts: docs/topics/credits.md docs/topics/release-notes.md
2012-11-18Docs, docs, docs, docs, docs, docsTom Christie
2012-11-17Added @MechanisM - Thanks!Tom Christie
(That's a mighty kick ass Gravatar)
2012-11-17Missing import of "Permission" model in docsEugene MechanisM
Missing import of "Permission" model in docs
2012-11-16TweakTom Christie
2012-11-16Improve pagination docsTom Christie
2012-11-16Version 2.1.32.1.3Tom Christie
2012-11-16Merge pull request #422 from markotibold/max_length_for_modelserializersTom Christie
Max length for modelserializers
2012-11-16Getting 2.1.3 release notes readyTom Christie
2012-11-16Merge pull request #408 from markotibold/file_and_image_fieldsTom Christie
Added a FileField and an ImageField
2012-11-16Polishing to page size query parameters & more docsTom Christie
2012-11-16Simplified docs a bit for FileField and ImageField.Marko Tibold
Added note about MultipartParser only supporting file uploads and Django's default upload handlers.
2012-11-16Added brief docs for URLField and SlugField.Marko Tibold