aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Collapse)Author
2012-11-22Added a validate_unique test.Marko Tibold
2012-11-22Cleanup.Marko Tibold
2012-11-22Added _post_clean() behaviour by adding a .perform_model_validation() method.Marko Tibold
Fixed some tests that were failing due to extra strict validation.
2012-11-22Remove unneeded and incorrect self referencejedavis83@gmail.com
2012-11-22More consistent iteration over default_fields, per feedback.jedavis83@gmail.com
2012-11-22Keep Serializer.fields API consistent while caching values.jedavis83@gmail.com
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-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-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-20Change pagination to update Serializer.serialize_fieldsjedavis83@gmail.com
2012-11-20Cache all fields on serializer init, not just default fields.jedavis83@gmail.com
2012-11-20Merge pull request #430 from j4mie/serializer-method-fieldTom Christie
Serializer method field
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-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-19Merge pull request #424 from jonlil/masterTom Christie
Support for django 1.5a (auth_user_model)
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-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-19Complete fix for migrationJonas Liljestrand
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-18Add support for min_length / max_length keywordsJacob Magnusson
on basic ModelFields
2012-11-17fixed bugJonas Liljestrand
2012-11-17Moved function for getting correct user model to compat.pyJonas Liljestrand
2012-11-17Added support for Django 1.5 for TokenAuthJonas Liljestrand
2012-11-17fixed import errorJonas Liljestrand
2012-11-17indent errorJonas Liljestrand
2012-11-17Django 1.5 support, and awareness for AUTH_USER_MODELJonas Liljestrand
2012-11-16TidyingTom 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-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-16Merge pull request #412 from minddust/custom_page_size_per_requestTom Christie
support for custom page size per request