Commit Graph

  • 11147ce13e Don't bork if request attribute is not set. Tom Christie 2012-06-28 14:16:30 +0200
  • c124585df6 Merge pull request #219 from scfarley/related-serializers-2 Tom Christie 2012-06-28 05:06:48 -0700
  • 6b4ad2b6a3 Merge 1b49c5e3e5 into 9dbaac3182 GitHub Merge Button 2012-06-26 18:11:41 -0700
  • 1b49c5e3e5 Pass request to related serializers Sean C. Farley 2012-06-26 19:27:57 -0400
  • b306b246d6 Merge 4de3708a61 into 9dbaac3182 GitHub Merge Button 2012-06-26 16:21:03 -0700
  • 4de3708a61 Merge remote-tracking branch 'origin/Issue-140-master' into related-serializers Sean C. Farley 2012-06-26 19:13:05 -0400
  • 87d06697f7 Pass request to related serializers Sean C. Farley 2012-06-26 17:56:38 -0400
  • df44e7769d Merge db8f0a5395 into 4739e1c012 GitHub Merge Button 2012-06-03 02:49:56 -0700
  • db8f0a5395 Let the resources search up the stack for views if they don't get one. This lets nested resources access request variables Adam Ness 2012-06-03 02:07:27 -0700
  • b189736a74 Use correct request attribute, as per https://code.djangoproject.com/ticket/10328 ncoghlan 2012-05-24 18:23:04 +1000
  • 9dbaac3182 Merge pull request #210 from max-arnold/serialize-raw-queryset Tom Christie 2012-05-22 01:19:55 -0700
  • e31e262771 Merge b689db17b3 into 0c82e4b575 GitHub Merge Button 2012-05-21 22:43:28 -0700
  • b689db17b3 Allow RawQuerySet serialization Max Arnold 2012-05-22 12:39:50 +0700
  • 0c82e4b575 1.4 Ain't alpha. Tom Christie 2012-05-11 09:46:00 +0200
  • 314c08bfa1 Fix typo on warning message. Λlisue 2012-04-26 12:54:24 +0900
  • b5f986abdd Avoid unbound form for GET instance Sean C. Farley 2012-04-10 12:23:06 -0400
  • 580031a914 Add GET method form handling Sean C. Farley 2012-04-09 14:28:04 -0400
  • 2637daf514 setup.rst: fix typo Alain Péteut 2012-04-14 14:42:28 +0200
  • a6ed4b701d Merge c557d01793 into d88ae359b8 GitHub Merge Button 2012-04-11 15:06:37 -0700
  • d88ae359b8 Fix typo. Marko Tibold 2012-04-12 01:06:35 +0300
  • 64a49905a4 Use seuptools to be explicit about optional version-dependency of markdown. Marko Tibold 2012-04-11 23:51:00 +0200
  • 261a9e1ecb Merge cd8372960d into a07212389d GitHub Merge Button 2012-04-11 14:16:27 -0700
  • a07212389d Fixes #94. Thanks @natim. Only Markdown 2.0+ is supported currently. Marko Tibold 2012-04-11 23:13:04 +0200
  • 4739e1c012 Merge work from sebpiq Tom Christie 2012-04-11 17:38:47 +0100
  • 44df8345f3 Merge with master Tom Christie 2012-04-11 15:28:57 +0100
  • cd8372960d When markdown is very old, markdown.blocktrans doesn't exists Natim 2012-04-11 16:23:47 +0200
  • 8fa8776461 markdown.blockprocessors exists only if markdown version < 2.1 Natim 2012-04-11 15:50:25 +0200
  • c557d01793 Merge remote-tracking branch 'upstream/master' Sean C. Farley 2012-04-09 14:02:13 -0400
  • 2e74d379e4 Don't add unknown field errors if allow_unknown_form_fields is set Doug Tabuchi 2012-03-27 19:06:32 -0400
  • e53c819cc7 Fix broken pygments test. Marko Tibold 2012-03-27 23:40:33 +0200
  • 2e6e802a94 Issue #122 test fix Andrea De Marco 2012-03-23 10:16:36 +0100
  • e3d7c36105 Don't return unknown field errors if allow_unknown_form_fields is True Alen Mujezinovic 2012-03-20 13:21:24 +0000
  • 2e82940cf5 Merge f7a1fd0a55 into 44b5d61203 GitHub Merge Button 2012-03-17 21:02:41 -0700
  • cd546fdaee raise 401 instead of 403 when user is not authenticated Sébastien Béal 2012-03-17 20:27:01 +0900
  • a336681012 Improve mixin's django compatibility. Λlisue 2012-03-16 12:32:40 +0900
  • 7ad414cd60 Hide hidden fields Andrea De Marco 2012-03-08 11:18:14 +0100
  • c3cb70ac96 Add missing piece to commit 02b2020995 Sean C. Farley 2012-03-05 20:36:33 -0500
  • 02b2020995 Handle a callable queryset in ModelMixin Sean C. Farley 2012-03-05 20:13:26 -0500
  • 537fa19bac Whoops. Adding the .parent attribute to the Serializer class broke getattr(self,'parent',self). This fixes it. Alen Mujezinovic 2012-03-01 13:17:29 +0000
  • 0a57cf9876 Added a .parent attribute to the Serializer object for documentation purposes Alen Mujezinovic 2012-03-01 12:51:23 +0000
  • 54a19105f0 Maintain a reference to the parent serializer when descending down into fields Alen Mujezinovic 2012-03-01 12:46:38 +0000
  • f1932386fb Merge 6459b929f5 into 55317b0372 GitHub Merge Button 2012-02-29 12:33:05 -0800
  • 55317b0372 Fixes broken permissions-example. Marko Tibold 2012-02-29 21:32:10 +0100
  • 1751655927 Update docs/requirements.txt Tom Christie 2012-02-27 10:06:20 +0000
  • f7a1fd0a55 Documentation reorganization Paul Oswald 2012-02-27 10:51:26 +0900
  • 44b5d61203 Fix broken tests Tom Christie 2012-02-25 19:02:26 +0000
  • 1cde31c86d Massive merge Tom Christie 2012-02-25 18:45:17 +0000
  • 2fe6913b1a Added @shawnlewis. Thanks! Tom Christie 2012-02-24 13:13:11 +0000
  • f041ee023e Merge pull request #179 from shawnlewis/master Tom Christie 2012-02-24 05:12:23 -0800
  • 9ea3727cdf Merge 9c92f96ce2 into 7183815235 GitHub Merge Button 2012-02-23 16:35:23 -0800
  • 9c92f96ce2 Fix for #178. Shawn Lewis 2012-02-23 16:30:44 -0800
  • 98c16e6da8 Test for issue #178. Shawn Lewis 2012-02-23 16:26:02 -0800
  • 363313d974 Merge 1ff741d1cc into 5fd4c639d7 GitHub Merge Button 2012-02-23 13:49:08 -0800
  • 1ff741d1cc updated docs Sébastien Piquemal 2012-02-23 23:34:20 +0200
  • 023c008939 fixed permissions examples + sanity test Sébastien Piquemal 2012-02-23 23:19:51 +0200
  • afd490238a authentication refactor : request.user + tests pass Sébastien Piquemal 2012-02-23 22:47:45 +0200
  • 2d2e2f95b0 Cleanup of reverse docs Tom Christie 2012-02-23 16:02:16 +0000
  • 7183815235 Version 0.4.0-dev Tom Christie 2012-02-23 09:29:51 +0000
  • afdda88b13 Remove unused 'staticviews' Tom Christie 2012-02-23 09:22:37 +0000
  • e15494a172 Remove InstanceMixin auto-url magicks. Tom Christie 2012-02-23 09:21:01 +0000
  • 2188afeace Merge 63660c85f9 into 2b59df004a GitHub Merge Button 2012-02-23 00:58:34 -0800
  • 2b59df004a reverse takes request as a kwarg for compatibility with django's reverse Tom Christie 2012-02-23 08:58:10 +0000
  • 9da1ae81dc merged + fixed broken test Sébastien Piquemal 2012-02-23 09:01:33 +0200
  • 242327d339 hack to fix ImmediateResponse rendering Sébastien Piquemal 2012-02-23 08:54:25 +0200
  • 8e0b9e55ec Properly catch MultiPartParserError during .parse() Tom Christie 2012-02-22 13:09:09 +0000
  • b2b1a0354f Added @tschan. Thanks! Tom Christie 2012-02-22 12:55:13 +0000
  • bc519cae53 Merge pull request #176 from tschan/master Tom Christie 2012-02-22 04:54:31 -0800
  • da128cc9cf Merge 44b56ed059 into 66eabe8bd1 GitHub Merge Button 2012-02-22 02:21:13 -0800
  • 44b56ed059 let the XML parser fail gracefully on malformed XML Can Yavuz 2012-02-22 11:17:37 +0100
  • 66eabe8bd1 Remove staticviews. Use standard login/logout Tom Christie 2012-02-21 22:50:41 +0000
  • b074754b54 Remove ADMIN_MEDIA_PREFIX everywhere Tom Christie 2012-02-21 22:13:41 +0000
  • 9277f438cb Fix YAML parser bug Tom Christie 2012-02-21 22:09:05 +0000
  • 5fd4c639d7 Merge master into develop Tom Christie 2012-02-21 20:57:36 +0000
  • ca9465f11e reverse gets it's own module Tom Christie 2012-02-21 20:47:55 +0000
  • af9e4f69d7 Merging master into develop Tom Christie 2012-02-21 20:12:14 +0000
  • b7c06dd8e3 Update djangorestframework/views.py Tom Christie 2012-02-21 14:53:54 +0000
  • 288e7f7c40 Added @izquierdo. Thanks! Tom Christie 2012-02-21 14:16:47 +0000
  • 49ebaf106d Merge pull request #175 from izquierdo/custom_reverse Tom Christie 2012-02-21 06:09:30 -0800
  • 46f9d889ec Merge f17f3886f4 into 5a5f24f263 GitHub Merge Button 2012-02-21 05:55:11 -0800
  • f17f3886f4 Implement `reverse_lazy()' Daniel Izquierdo 2012-02-21 15:55:39 +0900
  • 6f4fab81d2 Add a docstring for `reverse()' Daniel Izquierdo 2012-02-21 15:30:00 +0900
  • 8f5b093c0d Include the `utils' module in the docs Daniel Izquierdo 2012-02-21 15:29:47 +0900
  • 86d470796e Add a HOWTO page for the custom `reverse()' Daniel Izquierdo 2012-02-21 15:23:31 +0900
  • c7e7279d97 Update examples to use the new custom `reverse()' Daniel Izquierdo 2012-02-20 19:28:50 +0900
  • b600b5075f Update resources.py to use the new custom `reverse()' Daniel Izquierdo 2012-02-20 18:58:42 +0900
  • 13110a386c Implement a custom reverse that builds absolute URLs with a request object Daniel Izquierdo 2012-02-20 18:46:47 +0900
  • a29ca6c2d0 Pass the request object to `reverse' in the reverse tests Daniel Izquierdo 2012-02-20 18:34:31 +0900
  • f5badcf80c Stop using set_script_prefix Daniel Izquierdo 2012-02-20 18:33:45 +0900
  • af4851f7a8 Move the new `reverse' function from urlresolvers to utils Daniel Izquierdo 2012-02-20 18:05:12 +0900
  • 12e34814e9 Test the custom reverse() function instead of the one provided by Django Daniel Izquierdo 2012-02-16 11:03:42 +0900
  • d808d55b5c Create a custom reverse() function (not implemented yet) Daniel Izquierdo 2012-02-16 11:03:05 +0900
  • 5a5f24f263 Gotta love dynamic languages Tom Christie 2012-02-21 13:38:21 +0000
  • d7cac4687c Merge b9f0054ae2 into 54a02c1fb9 GitHub Merge Button 2012-02-21 05:00:48 -0800
  • b9f0054ae2 OnTheFlySerializer should inherit from the user defined resource Alen Mujezinovic 2012-02-21 12:41:24 +0000
  • 5edb2a14c9 Merge ee377fe2f0 into 21fcd3a906 GitHub Merge Button 2012-02-20 22:58:02 -0800
  • ee377fe2f0 Implement `reverse_lazy()' Daniel Izquierdo 2012-02-21 15:55:39 +0900
  • e5b6711afd Add a docstring for `reverse()' Daniel Izquierdo 2012-02-21 15:30:00 +0900
  • dbd19a96a8 Include the `utils' module in the docs Daniel Izquierdo 2012-02-21 15:29:47 +0900
  • 06ee48c430 Add a HOWTO page for the custom `reverse()' Daniel Izquierdo 2012-02-21 15:23:31 +0900
  • 54a02c1fb9 Version 0.3.3 0.3.3 Tom Christie 2012-02-20 20:33:07 +0000