Commit Graph

347 Commits

Author SHA1 Message Date
Andrew Godwin
d3da7054b4 Doc typo 2016-03-20 13:55:22 -03:00
Andrew Godwin
18385d68f0 Fix bad rename stuff 2016-03-20 13:52:54 -03:00
Andrew Godwin
841e19da79 Change to a full pattern-based routing system. 2016-03-20 13:48:34 -03:00
Andrew Godwin
a914cfdcb6 Update ASGI spec to make websocket.receive/disconnect include path
This enables much easier routing for applications, and is not a lot
more overhead, all things considered.
2016-03-20 13:48:34 -03:00
Andrew Godwin
2732a66e81 Improve name_that_thing to handle instance methods 2016-03-20 13:48:34 -03:00
Andrew Godwin
c58db806b6 Merge pull request #91 from DavidMuller/patch-1
Fix Typo in concepts.rst
2016-03-17 19:49:14 -03:00
David Muller
5671f919df fix typo -- remove extraneous 'and' 2016-03-17 11:31:50 -07:00
Andrew Godwin
8faf37bfbf Fix type of cookie header string 2016-03-16 09:50:15 -03:00
Andrew Godwin
4462e3dfec Merge pull request #88 from DanLipsitt/feature/test-python3.4
Test against python3.4
2016-03-13 14:38:51 -03:00
Dan Lipsitt
2b0bc02004 Add Python 3.4 to Travis config. 2016-03-12 15:35:55 -08:00
Dan Lipsitt
d6d460d751 Add Python 3.4 to Tox config. 2016-03-12 15:35:44 -08:00
Andrew Godwin
f1ab1100f5 Locale fix from runserver (#86) 2016-03-12 12:14:02 -08:00
Andrew Godwin
5bf19f52f6 Remove status_text from the HTTP response spec. 2016-03-11 10:30:40 -08:00
Andrew Godwin
9f8bf30cdd Fix handler test 2016-03-11 10:23:07 -08:00
Andrew Godwin
820e955515 Change ASGI spec regarding headers. 2016-03-11 10:20:17 -08:00
Andrew Godwin
a06026c99a Releasing 0.9.5 2016-03-10 17:57:57 -08:00
Andrew Godwin
df8a9dbbd1 Change --alias to --layer on runworker 2016-03-10 17:57:13 -08:00
Andrew Godwin
1ee7b2861c Add --alias option to runworker 2016-03-10 17:55:42 -08:00
Andrew Godwin
053850fdd6 Use WSGI runserver if no channel backend configured 2016-03-10 17:55:42 -08:00
Andrew Godwin
b4c73ae6a5 Merge pull request #82 from Lukasa/guaranteed-ordering
Be a bit clearer about guaranteed ordering.
2016-03-10 11:51:51 -08:00
Andrew Godwin
ecd9357611 Merge pull request #81 from Lukasa/normative
MUST is preferable to SHOULD
2016-03-10 11:51:08 -08:00
Andrew Godwin
d80444a329 Merge pull request #83 from Lukasa/typo-fix
Stylistic changes.
2016-03-10 11:50:38 -08:00
Andrew Godwin
1bf8532175 Merge pull request #84 from Lukasa/valid-extensions
Clearly you're allowing more extensions.
2016-03-10 11:33:00 -08:00
Andrew Godwin
e734741fe6 Merge pull request #80 from Lukasa/somewhat-vague
The HTTP specs aren't vague about cookies.
2016-03-10 10:30:08 -08:00
Cory Benfield
b296fee4c7 Be a bit clearer about guaranteed ordering. 2016-03-10 09:57:33 +00:00
Cory Benfield
e65230b677 Down with RFC 2616 2016-03-10 09:44:48 +00:00
Cory Benfield
c4b1798020 The HTTP specs are quite clear. 2016-03-10 09:43:05 +00:00
Cory Benfield
ce0433f438 MUST is preferable to SHOULD 2016-03-10 09:35:17 +00:00
Cory Benfield
1bb48108fd Stylistic changes 2016-03-10 09:34:29 +00:00
Cory Benfield
69d60a60c5 Clearly you're allowing more extensions. 2016-03-10 09:25:02 +00:00
Andrew Godwin
a2d64f9335 Releasing 0.9.4 2016-03-08 10:20:08 -08:00
Andrew Godwin
930d71039e Update docs version 2016-03-06 13:34:58 -08:00
Andrew Godwin
d26e04a56b Fix note formatting 2016-03-06 13:34:23 -08:00
Andrew Godwin
8e978459a9 Add reference 2016-03-06 12:20:11 -08:00
Andrew Godwin
4b82d989ca Remove old code from Channel/Group 2016-03-06 12:12:48 -08:00
Andrew Godwin
a0dff726b2 Rework getting started section to do groups after basic sending. 2016-03-06 11:28:52 -08:00
Andrew Godwin
c4719f79bc Don't make worker thread do signals during runserver 2016-03-06 11:11:58 -08:00
Andrew Godwin
08d1f9a14d Graceful shutdown for workers on SIGTERM and SIGINT 2016-03-02 17:21:58 -08:00
Andrew Godwin
44568dab5b Oops on package name. 2016-03-02 17:12:18 -08:00
Andrew Godwin
05e0f739d5 Deployment docs tweak 2016-03-02 17:11:24 -08:00
Andrew Godwin
484320a675 Reduce Daphne HTTP timeout in runserver mode 2016-03-02 17:00:49 -08:00
Andrew Godwin
1869061fa2 I like having a plus here. 2016-03-02 10:46:22 -08:00
Andrew Godwin
447c2e77cc Fix line length 2016-03-02 10:46:05 -08:00
Andrew Godwin
8fba5220d9 Detect if you forget to decorate things with enforce_ordering 2016-03-02 10:42:18 -08:00
Andrew Godwin
54dc80e9a5 Typo fix in ordering page. 2016-02-28 22:13:44 -08:00
Andrew Godwin
d0a9279939 Bit more inshort tweaking 2016-02-28 22:11:41 -08:00
Andrew Godwin
00dd9615ff Update inshort a little. 2016-02-28 22:10:02 -08:00
Andrew Godwin
cdde27b55a Releasing 0.9.3 2016-02-28 22:06:25 -08:00
Andrew Godwin
b129adf4a4 Increase FileResponse chunk size for staticfiles handler 2016-02-28 22:04:03 -08:00
Andrew Godwin
61b8940e99 Warn when trying to use runworker with in memory layer 2016-02-28 21:52:35 -08:00