aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2012-11-21compatible print statements.Xavier Ordoquy
2012-11-21updated comparison due to pep8 programming recommendationsStephan Groß
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ß
2012-11-21added testsStephan Groß
2012-11-20Merge pull request #430 from j4mie/serializer-method-fieldTom Christie
2012-11-20Merge pull request #433 from irrelative/masterTom Christie
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
2012-11-19Merge pull request #399 from robromano/masterTom Christie
2012-11-19Merge pull request #426 from jmagnusson/masterTom Christie
2012-11-19Add SerializerMethodFieldJamie Matthews
2012-11-19Merge pull request #429 from minddust/minor_fixesTom Christie
2012-11-19updated to buildin status codesStephan Groß
2012-11-19Complete fix for migrationJonas Liljestrand
2012-11-18Update robromano fork with upstream masterRobert Romano
2012-11-18Merge pull request #427 from glic3rinu/masterTom Christie
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
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
2012-11-16Merge pull request #408 from markotibold/file_and_image_fieldsTom Christie
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
2012-11-16Added URLField and SlugField.Marko Tibold
2012-11-16Minor tweaks to internals of generics and mixinsTom Christie
2012-11-16Whoops … Drop pdbMarko Tibold
2012-11-16Fixes #421Marko Tibold
2012-11-16Reproduces #421Marko Tibold
2012-11-15Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into file_and_image_f...Marko Tibold
2012-11-15added page_size_kwarg testsStephan Groß
2012-11-15updated script to just use page_size_kwargStephan Groß
2012-11-15added global and per resource on/off switch + updated docsStephan Groß
2012-11-14Added a test for the FileField.Marko Tibold
2012-11-14Removed authtoken/urls.py, not really needed with Tom's simplificationRob Romano
2012-11-14Renamed AuthTokenView to ObtainAuthToken, added obtain_auth_token var, update...Rob Romano
2012-11-14Updates to login view for TokenAuthentication from feedback from TomRob Romano
2012-11-14Added authtoken login/logout urlpatterns and viewsRob Romano