aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2013-01-16Drop bits of relations_slug tests which don't mirror existing tests.Tom Christie
2013-01-16Merge branch 'master' of https://github.com/steve-gregory/django-rest-framewo...Tom Christie
2013-01-15TweaksTom Christie
2013-01-15Added a new file 'relations_slug.py' that tests Nullable Foreign Keys and the...Steven Gregory
2013-01-15Merge with latest masterTom Christie
2013-01-15Fix implementationTom Christie
2013-01-15Merge pull request #584 from radiosilence/masterTom Christie
2013-01-15Add timedelta encoder to the JSONEncoder class.James Cleveland
2013-01-15correcting template: closing tag was missingJohannes Spielmann
2013-01-15Update docstringsTom Christie
2013-01-14Version 2.1.162.1.16Tom 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-10unused importsJuan Riaza
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-07Create separate *NullableOneToOneTests TestCaseMark Aaron Shirley
2013-01-07Introduced HTTP_HEADER_ENCODING.Xavier Ordoquy
2013-01-07Clean up test slightly. Refs #552Tom Christie
2013-01-07Respect blank=True on relational fields. Fixes #537Tom Christie
2013-01-07Merged to latest masterTom Christie
2013-01-07Use ResolveMatch.view_name so namespaces work.Marc Tamlyn
2013-01-07Be more informative when reporting import errors.Marc Tamlyn
2013-01-06Use the correct static template tag in Django 1.5Michael Mior
2013-01-05deprecate simplejsonJuan Riaza
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
2013-01-03Version 2.1.152.1.15Tom Christie
2013-01-03Tweak comment.Tom Christie
2013-01-03Merge pull request #541 from yprez/default_and_partial_serializers2Tom Christie
2013-01-03Tweak behavior of hyperlinked fields that include an explicit format suffix.Tom Christie
2013-01-03Drop unused private save_m2m flagTom Christie
2013-01-03Also use the compat module in that file.Xavier Ordoquy
2013-01-03Move the various compat things to the compat module.Xavier Ordoquy
2013-01-03Straight import is enough.Xavier Ordoquy
2013-01-03Move relation tests models into models.pyMark Aaron Shirley
2013-01-03Some cleanupYuri Prezument
2013-01-02FileField validation - handle case when files=None, fixes #542Yuri Prezument
2013-01-02Regression test for #542Yuri Prezument
2013-01-02Move the urlparse lib compatibility to the compat file.Xavier Ordoquy
2013-01-02Use new exception styleXavier Ordoquy
2013-01-02Fixed unicode errors.Xavier Ordoquy
2013-01-02urlparse not used here.Xavier Ordoquy
2013-01-02Add `.patch()` method for `RetrieveUpdateAPIView`Tom Christie