aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-01-12Minor gramatical correctionRichard Wackerbarth
2013-01-12Update django-filter link to pypiStephan Groß
2013-01-12Update django-filter link to pypiStephan Groß
2013-01-12Update release notes.Tom Christie
2013-01-12PK fields should only be read-only if they are an AutoField. Fixes #563Tom Christie
2013-01-12auto_now and auto_now_add fields should be read only by defaultTom Christie
2013-01-11Fix typo in permission_classesStephan Groß
2013-01-11Added @wackerbarth. Thanks!Tom Christie
2013-01-11Merge pull request #573 from Wackerbarth/tutorialTom Christie
2013-01-10Make the whitespace uniformRichard Wackerbarth
2013-01-10Merge pull request #550 from Wackerbarth/tutorialTom Christie
2013-01-10Bringing up the Web APIRichard Wackerbarth
2013-01-10Some comment on the tutorial repositoryRichard Wackerbarth
2013-01-10Imply an additional element in infinite listsRichard Wackerbarth
2013-01-10Merge pull request #572 from juanriaza/masterTom Christie
2013-01-10unused importsJuan Riaza
2013-01-09Include CSRF note in SessionAuthentication docs.Tom Christie
2013-01-08Merge pull request #553 from maspwr/null-one-to-oneMark Shirley
2013-01-08Update release notesMark Aaron Shirley
2013-01-08Merge remote-tracking branch 'upstream/master' into null-one-to-oneMark Aaron Shirley
2013-01-08Merge pull request #566 from mjtamlyn/patch-1Tom Christie
2013-01-08Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2013-01-08Fix inconsistent view_name logic. Fixes #567.Tom Christie
2013-01-08ObtainAuthToken pluggable Serializer.Marc Tamlyn
2013-01-08Merge pull request #565 from mjtamlyn/patch-1Stephan Groß
2013-01-08Fix reference to BasicAuthentication in settings.Marc Tamlyn
2013-01-07Create separate *NullableOneToOneTests TestCaseMark Aaron Shirley
2013-01-07Clean up test slightly. Refs #552Tom Christie
2013-01-07Note paginate_by=None usage. Fixes #555.Tom Christie
2013-01-07Respect blank=True on relational fields. Fixes #537Tom Christie
2013-01-07Fix PAGINATE_BY_PARAM docs. Refs #551Tom Christie
2013-01-07Added @juanriaza's `djangorestframework-msgpack` package to the docs.Tom Christie
2013-01-07Added @mjtamlyn. Thanks!Tom Christie
2013-01-07Merge pull request #562 from mjtamlyn/view-nameTom Christie
2013-01-07Use ResolveMatch.view_name so namespaces work.Marc Tamlyn
2013-01-07Merge pull request #561 from mjtamlyn/import-errorsTom Christie
2013-01-07Be more informative when reporting import errors.Marc Tamlyn
2013-01-07Added @michaelmior. Thanks!Tom Christie
2013-01-07Merge pull request #559 from michaelmior/django1.5-staticTom Christie
2013-01-06Use the correct static template tag in Django 1.5Michael Mior
2013-01-05Added @juanriaza. ThanksYuri Prezument
2013-01-05Updated release notesYuri Prezument
2013-01-05Merge pull request #554 from juanriaza/masterYuri Prezument
2013-01-05deprecate simplejsonJuan Riaza
2013-01-05removed duplicate entry in 2.1.15Stephan Groß
2013-01-04Handle ObjectDoesNotExist exceptions when serializing null reverse one-to-oneMark Aaron Shirley
2013-01-04Validation errors instead of exceptions when serializers receive incorrect ty...Tom Christie
2013-01-04Add proper validation for updating relational fields with incorrect types. F...Tom Christie
2013-01-04Rename module for basic relational field testsTom Christie
2013-01-03Fix for #446. Note: Also needs applying to other relational types.Tom Christie