c8750fb26aversion threeve
Matt Behrens
2013-03-11 10:59:35 -0700
f16bdf371fTrying to fix AttributeError: 'HttpResponse' object has no attribute '_is_string'
Luciano Pacheco
2012-09-11 13:44:42 +1000
aac393d5c2BUMP DAT VERSION
Trey Doig
2012-09-19 14:52:36 -0700
14722125f8Check for default piston fields on the model
Trey Doig
2012-09-19 14:52:06 -0700
3363e2883dGlobally ignore fields starting with an "_", bumping the version
Trey Doig
2012-09-19 14:03:58 -0700
624110e87fBaseHander: create() and update() now gets additional `attrs` parameter.
Krzysztof Zalewski
2011-03-09 23:48:26 +0100
b9fd5e89d0adding the patch by cootetom / XML Mimer from BitBucket to add a XML Handler
Olivier Girardot
2011-03-01 14:30:50 +0100
185faef3fbmaking secret a byte string to play nice with hmac
Jeff Balogh
2011-01-21 11:00:54 -0800
615eb81f19Don't compute multipart stuff in signature.
master
Dave Dash
2010-09-15 09:38:52 -0700
3431af1566Templates have access to token.
Dave Dash
2010-09-01 13:08:16 -0700
e189d3c094Giving the challenge a request.
Dave Dash
2010-09-01 10:38:33 -0700
57413430f8Support verifier when needed.
Dave Dash
2010-08-31 14:22:06 -0700
1cc9dc28beRemoves verifier--destroy what I don't understand.
Dave Dash
2010-08-31 11:01:57 -0700
c16d1d7c0cSites not required.
Dave Dash
2010-08-30 16:32:34 -0700
ce669dd9ccfixed an issue where property fields were getting dropped by the emitter if their value evaluated to False
vendor
Thibaud Morel l'Horset
2010-05-11 23:26:05 -0400
e644cbf572actually, I'm sorry, that's kind of retarded, lets refactor that
Jesper Noehr
2010-07-18 14:26:09 +0300
466a028691welcome ema to authors.txt
Jesper Noehr
2010-07-18 14:23:51 +0300
bfcb60de9ffixing errors caused by 9ba4a23474c1
Jesper Noehr
2010-07-18 14:22:56 +0300
2027350292Fixed Resource.error_handler to include em_format.
Ionel Cristian Maries
2010-06-25 15:19:14 +0300
79ed439714Merge with upstream changes.
Ionel Cristian Maries
2010-06-25 12:12:10 +0300
b77be0c789Fix for issue 117 on jespern's bitbucket - added an admin.py file and moved the registration of piston's models with the admin app into it
jiaaro
2010-05-28 08:52:57 -0400
693b6fe4e9fixed a bug where callables which require zero arguments can be used on models - it is possible that it should be ' == 0' since I'm pretty sure the ONE argument is supposed to be 'self' which is apparently not counted. (or maybe this is a python 2.6 issue)
jiaaro
2010-05-25 10:38:05 -0400
4b56dc3ae7added additional error_handler tests to test type errors and catch all error scenarios
Matt Cordes
2010-04-23 10:12:33 -0400
814548d7cdupdated error_handler method to take meth parameter (fixing a crash when a type error occurs)
Matt Cordes
2010-04-22 13:58:47 -0400
5d2483225dupdated error_handler method to take meth parameter (fixing a crash when a type error occurs)
Matt Cordes
2010-04-22 13:55:29 -0400
8cac01cbf8one more typo in test
Matt Cordes
2010-04-12 12:01:02 -0400
a2f124ad32added missing return; fixed two typos
Matt Cordes
2010-04-12 11:57:47 -0400
267a1bd2cfadding easily overrideable error_handler method to Resource and test case
Matt Cordes
2010-04-12 11:44:37 -0400
2f1e34f43bcleaning up for style, adding rockhoward to AUTHORS.txt
Jesper Noehr
2010-04-07 18:26:17 +0300
4ddba2751cadding mcordes to AUTHORS.txt
Jesper Noehr
2010-04-07 18:21:07 +0300
bc110f61d3add test case with an example of returning a 201 status code and json formatted data response
Matt Cordes
2010-04-07 10:56:05 -0400
eed9a90f24fixed typo
Matt Cordes
2010-04-01 10:57:12 -0400
4df7d914a4adding ability to return content to be formatted by an emitter and a custom status code. This time were extending the existing rc_factory functionality in piston.utils
Matt Cordes
2010-04-01 10:37:16 -0400
a475fbf6fcadding @garethr to AUTHORS.txt, thanks for fixing the json callback bug
Jesper Noehr
2010-02-15 23:44:29 +0200
6b11698a1dadded a module to validate a json callback function to prevent possible security issue
Gareth Rushgrove
2010-02-15 17:51:50 +0000
826ae9e19eadding aljungberg to AUTHORS.txt
Jesper Noehr
2010-02-01 21:54:02 +0200
a71ba8f1a1Made universal request.data change compatible with Python <2.5.
Alexander Ljungberg
2010-02-01 14:48:27 -0300
2b008bbcabAlways populate request.data to enable POST/PUT/content-type agnostic handlers. E.g. if an API allows both POSTs with url encoded content or a JSON dictionary, the same handler can tackle both. If the handler needs to do something specific it can still look at the content-type.
Alexander Ljungberg
2010-02-01 13:15:09 -0300
006637b742Merge.
Alexander Ljungberg
2010-02-01 12:59:16 -0300
b4394b75ddcontent_type is lose, fixes#99
Jesper Noehr
2010-01-21 12:35:23 +0200
df4755b124Changed generate_doc to have a better typecheck for handler classes to allow classes with custom metaclass.
Ionel Cristian Maries
2010-01-20 18:44:58 +0200
d860bdf770auth may also come in form of a tuple, which we can't ignore
Jesper Noehr
2010-01-12 12:59:24 +0200
9beaa0f5dbsupport for multiple authenticators per resource w/ testcase and backwards compat
Jesper Noehr
2010-01-11 18:02:33 +0200
ae5c019b3cadding Didier Deshommes to authors
Jesper Noehr
2010-01-11 18:02:19 +0200
4dc7c035ccRefactored `Resource` so that form validation functionality can be subclassed
Matt Dorn
2009-12-29 01:54:02 -0600
c168c813f5Fixed: if for a PUT operation some middleware accessed request.POST, the coerce_put_post fix for Django's lack of PUT support would cause an exception. This fix resets the request so that coerce can work its magic.
Alexander Ljungberg
2009-11-12 20:42:43 -0300