aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-11-22Version 2.1.42.1.4Tom Christie
2012-11-22Merge pull request #441 from dbachrach/masterTom Christie
Add widgets for DateField and DateTimeField
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-22Merge pull request #438 from maspwr/partial-updateTom Christie
Add support for partial serializer updates
2012-11-21Merge remote-tracking branch 'upstream/master' into partial-updateMark Aaron Shirley
2012-11-21partial argument should override requiredMark Aaron Shirley
2012-11-21Tweak to work with serializer performance improvementTom Christie
2012-11-21updated comparison due to pep8 programming recommendationsStephan Groß
http://www.python.org/dev/peps/pep-0008/#programming-recommendations
2012-11-21added RegexField to field_mapping in BrowsableAPIRendererStephan Groß
2012-11-21Merge pull request #440 from minddust/masterStephan Groß
minor docs fix
2012-11-21updated comparison due to pep8 programming recommendationsStephan Groß
http://www.python.org/dev/peps/pep-0008/#programming-recommendations
2012-11-21Merge pull request #436 from minddust/regex_fieldStephan Groß
added RegexField
2012-11-21added missing lineStephan Groß
2012-11-21Merge remote-tracking branch 'upstream/master' into regex_fieldStephan Groß
Conflicts: docs/topics/release-notes.md
2012-11-21added testsStephan Groß
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-20Merge pull request #433 from irrelative/masterTom Christie
Cache default_fields per serializer instance for faster serialization
2012-11-20Add support for partial serializer updatesMark Aaron Shirley
2012-11-20Add widgets for DateField and DateTimeField.Dustin Bachrach
2012-11-20added RegexFieldStephan Groß
2012-11-20Add example use of SerializerMethodField to docsJamie Matthews
2012-11-20Merge pull request #435 from j4mie/fix-serializer-sourceTom Christie
Fix related serializers with source argument that resolves to a callable
2012-11-20Clean up and clarify tests for related serializersJamie Matthews
2012-11-20Fix related serializers with source argument that resolves to a callableJamie Matthews
2012-11-19Cache default fields per serializer instance for improved performancejedavis83@gmail.com
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-19Merge pull request #424 from jonlil/masterTom Christie
Support for django 1.5a (auth_user_model)
2012-11-19Docs tweaks.Tom Christie
2012-11-19Merge pull request #399 from robromano/masterTom Christie
Added login view for users of TokenAuthentication
2012-11-19Merge pull request #426 from jmagnusson/masterTom Christie
Support min_length / max_length kwargs on basic ModelFields
2012-11-19Tweaks to SerializerMethodField docsJamie Matthews
2012-11-19Add SerializerMethodFieldJamie Matthews
2012-11-19Merge pull request #429 from minddust/minor_fixesTom Christie
updated to buildin status codes
2012-11-19updated to buildin status codesStephan Groß
2012-11-19Merge branch 'master' of https://github.com/jonlil/django-rest-frameworkJonas Liljestrand
Conflicts: rest_framework/authtoken/migrations/0001_initial.py
2012-11-19Complete fix for migrationJonas Liljestrand
2012-11-19Update rest_framework/authtoken/migrations/0001_initial.pyJonas Liljestrand
revert migration
2012-11-18Update robromano fork with upstream masterRobert Romano
Conflicts: docs/topics/credits.md docs/topics/release-notes.md
2012-11-18Merge pull request #427 from glic3rinu/masterTom Christie
Fixed identation on filter_fields
2012-11-19Fixed identation on filter_fieldsglic3rinu
2012-11-18fixed migration to support django 1.5Jonas Liljestrand
2012-11-18Docs, docs, docs, docs, docs, docsTom Christie