aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/relations.py
AgeCommit message (Expand)Author
2013-06-04Test cases and fix for plain-list relationships (ie not queryset) Closes #878.Tom Christie
2013-06-02view_name argument to HyperlinkedModelSerializer is now properly enforced. C...Tom Christie
2013-05-31HyperlinkedModelSerializer lookup_field option should apply to HyperlinkedIde...Tom Christie
2013-05-29Added get_url hook to HyperlinkedIdentityField in line with HyperlinedRelated...Tom Christie
2013-05-28Backwards compatible approach to HyperlinkedIdentityField URLs. Closes #892Tom Christie
2013-05-18Merge pull request #860 from andymckay/masterTom Christie
2013-05-18startswith can take a tupleAndy McKay
2013-05-18Display an empty label into related fields if it isn't requiredPablo Recio
2013-05-18Merge remote-tracking branch 'upstream/master'Craig de Stigter
2013-05-16HyperlinkedIdentityField uses `lookup_field` kwarg.Andy Freeland
2013-05-05lookup_field on hyperlink serializersTom Christie
2013-05-02introduce lookup_field and add pendingdeprecationwarningsTom Christie
2013-05-01lookup_field on hyperlinked fields, and overriddable hyperlinked fields. Clo...Tom Christie
2013-04-292.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...Tom Christie
2013-04-25Cleanup docstringsTom Christie
2013-03-10Fixed #720Bouke Haarsma
2013-03-01fix function names and dotted lookups for use in PrimaryKeyRelatedField.field...Craig de Stigter
2013-02-12Relational fields use same field_to_native logic as regular fields.Tom Christie
2013-02-12Raise warnings if 'request' not in context for hyperlinked fields.Tom Christie
2013-02-06Try the correct NoReverseMatch location.Marc Tamlyn
2013-02-06Purge naked excepts.Marc Tamlyn
2013-02-04Cleanup importsTom Christie
2013-02-04remove broken importTom Christie
2013-02-04Merge branch 'py3k' into 2.2Tom Christie
2013-02-013.2, 3.3 compatTom Christie
2013-02-01Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into w...Tom Christie
2013-01-30Add dprecation warningsTom Christie
2013-01-30Tweak empty list implementationTom Christie
2013-01-30Merge branch 'master' into many-fieldsTom Christie
2013-01-30Use many=True style for pk relations.Tom Christie
2013-01-29Fix processing of ManyToManyField when it is emptyFernando Rocha
2013-01-18Starting migration from ManyField to Field(many=True)Tom Christie
2013-01-18Raise Validation Errors when relationships receive incorrect types. Fixes #590.Tom Christie
2013-01-16Drop bits of relations_slug tests which don't mirror existing tests.Tom Christie
2013-01-08Merge remote-tracking branch 'upstream/master' into null-one-to-oneMark Aaron Shirley
2013-01-08Fix inconsistent view_name logic. Fixes #567.Tom Christie
2013-01-07Use ResolveMatch.view_name so namespaces work.Marc Tamlyn
2013-01-04Handle ObjectDoesNotExist exceptions when serializing null reverse one-to-oneMark Aaron Shirley
2013-01-04Add proper validation for updating relational fields with incorrect types. F...Tom Christie
2013-01-03Fix for #446. Note: Also needs applying to other relational types.Tom Christie
2013-01-03Tweak behavior of hyperlinked fields that include an explicit format suffix.Tom Christie
2013-01-03Move the various compat things to the compat module.Xavier Ordoquy
2013-01-02Move the urlparse lib compatibility to the compat file.Xavier Ordoquy
2013-01-02Merge remote-tracking branch 'reference/py3k' into p3kXavier Ordoquy
2012-12-31Relation fields move into relations.pyTom Christie