Sébastien Piquemal
|
5bb6301b7f
|
Response as a subclass of HttpResponse - first draft, not quite there yet.
|
2012-02-02 18:19:44 +02:00 |
|
Sébastien Piquemal
|
152c385f4d
|
enhanced request how-to + example
|
2012-01-25 00:11:54 +02:00 |
|
Sébastien Piquemal
|
714a90d755
|
documentation for request module
|
2012-01-24 21:21:10 +02:00 |
|
Sébastien Piquemal
|
ab0b72a7c1
|
.DATA, .FILES, overloaded HTTP method, content type and content available directly on the request - see #128
|
2012-01-22 21:28:34 +02:00 |
|
Tom Christie
|
6096b50dbe
|
request.py -> mixins.py
|
2011-04-11 16:54:02 +01:00 |
|
Tom Christie
|
a9df917d10
|
Lots of validator tests passing after refactor
|
2011-04-11 15:03:49 +01:00 |
|
Tom Christie
|
136c9b5271
|
Tweak
|
2011-04-11 13:52:16 +01:00 |
|
Tom Christie
|
cb9fb6ef2f
|
Refactoring of authentication/permissions
|
2011-04-11 13:45:38 +01:00 |
|
Tom Christie
|
941742593c
|
Remove last bits of ParserMixin
|
2011-04-11 13:22:54 +01:00 |
|
Tom Christie
|
0fe8d1a15d
|
form overloading tests passing
|
2011-04-11 12:19:28 +01:00 |
|
Tom Christie
|
338b5213fa
|
More tests passing
|
2011-04-11 11:47:22 +01:00 |
|
Tom Christie
|
2fe0e58435
|
Start refactoring tests
|
2011-04-11 11:24:14 +01:00 |
|
Tom Christie
|
23d924eb9b
|
Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking it. It's really not at all obvious if we need to byte limit the stream that we hand over or not.
|
2011-04-04 09:23:14 +01:00 |
|
Tom Christie
|
5e2e2f1422
|
Turn streaming request parsing back on for 1.3. Fix CSRF which was breaking it. It's really not at all obvious if we need to byte limit the stream that we hand over or not.
|
2011-04-04 09:19:49 +01:00 |
|
tom christie tom@tomchristie.com
|
3cdb4e2648
|
Temporarily roll back the streaming stuff
|
2011-04-03 11:54:47 +01:00 |
|
tom christie tom@tomchristie.com
|
4687db680c
|
Refactor to use self.CONTENT to access request body. Get file upload working
|
2011-04-02 16:32:37 +01:00 |
|