Commit Graph

194 Commits

Author SHA1 Message Date
Andrew Godwin
7bc35f1842 Fix up tests under py3 2016-04-26 14:05:17 +01:00
Andrew Godwin
b374a2a604 Releasing 0.12.0 2016-04-26 13:51:41 +01:00
Andrew Godwin
e684b27e46 Switch to uncode path and query string for HTTP 2016-04-26 13:33:26 +01:00
Michael Kutý
80206e5452 Fix loading files. #123 2016-04-08 11:04:55 -07:00
Andrew Godwin
8abe53e170 Change type of error 2016-04-06 22:02:41 -07:00
Andrew Godwin
70637b7afe Wrap line properly 2016-04-05 22:29:00 -07:00
Andrew Godwin
cd9c049296 Rename database layer models to be consistent 2016-04-05 22:25:05 -07:00
Andrew Godwin
4504eb6ec9 Add select_for_update() to improve isolation 2016-04-05 22:18:54 -07:00
Andrew Godwin
732167282b Some import sorting stuff 2016-04-05 17:38:05 -07:00
Andrew Godwin
11218089bd Fix flake error 2016-04-05 17:30:47 -07:00
Andrew Godwin
4437e04528 Fix circular import issue 2016-04-05 17:19:23 -07:00
Andrew Godwin
4bab456c61 Fail to work if you have channel-enabled Django 2016-04-05 16:44:26 -07:00
Andrew Godwin
d29f02fb33 Patchinator/django fixes 2016-04-05 16:20:49 -07:00
Andrew Godwin
2ef0baa5c2 Release 0.11.0 2016-04-05 08:21:54 -07:00
David Evans
28e897d9bc Remove lazy loading of middleware
This mirrors the equivalent change in Django itsef. See:

https://code.djangoproject.com/ticket/26452

99bb7fcc18
2016-04-04 13:36:18 -07:00
Andrew Godwin
37923c3674 Flake8 fixes 2016-04-04 03:38:38 +02:00
Andrew Godwin
67e3e55131 Respect HTTP request body close in ASGI. 2016-04-04 03:34:05 +02:00
Andrew Godwin
920882f1da Implement timeout on request body reading 2016-04-04 03:34:05 +02:00
Andrew Godwin
a563d4353f Fix new routing channel name collector and add test 2016-04-04 03:34:05 +02:00
Andrew Godwin
5a22412c16 Considerably improve routing code simplicity and shortcircuiting 2016-04-04 03:34:05 +02:00
Andrew Godwin
0e3c742a80 Introduce ChannelTestCase to make testing easier 2016-04-04 03:34:05 +02:00
Andrew Godwin
8f40ad1d68 Releasing 0.10.3 2016-03-29 11:44:15 +01:00
Andrew Godwin
1ab757fffb Implement group_expiry on database channel backend 2016-03-28 11:59:25 +01:00
Andrew Godwin
59198ea93e Add signed cookie warning 2016-03-28 11:45:24 +01:00
Andrew Godwin
40b2348600 Fixed #101: Obscure error when strings in routing list. 2016-03-26 15:28:40 -07:00
Andrew Godwin
392ba22768 Releasing 0.10.2 2016-03-23 12:53:34 -07:00
Andrew Godwin
f829a14312 Don't show last-chance traceback when DEBUG is off. 2016-03-23 12:53:02 -07:00
Andrew Godwin
7bc94b342e Implement last-resort error handler for HTTP requests
There's no WSGI server to do this for us, so Channels has to.
2016-03-23 11:50:35 -07:00
Andrew Godwin
8a65199bfe Also normalise include patterns, and add tests for all regex norm 2016-03-22 10:39:27 -07:00
Andrew Godwin
7864519241 Releasing 0.10.1 2016-03-22 10:32:12 -07:00
Andrew Godwin
52c821a186 Increase FileResponse block size everywhere, not just staticfiles 2016-03-22 10:31:37 -07:00
Andrew Godwin
10224ff06c Flake, stop worrying about this file. 2016-03-22 10:20:15 -07:00
Andrew Godwin
6884e7d1e8 Fixed #93: Unicode regex patterns not working on http.request path 2016-03-22 10:17:38 -07:00
Andrew Godwin
afa46cfe0f Provide route and include at top level 2016-03-22 10:15:52 -07:00
Andrew Godwin
13d6c88c7f Releasing 0.10.0 2016-03-21 16:46:42 -07:00
Andrew Godwin
8522eb40ca Update single-reader channel names to split on !, not start. 2016-03-21 16:38:23 -07:00
Andrew Godwin
4f8b297462 Make flake8 more happy 2016-03-20 14:10:05 -03:00
Andrew Godwin
3cdf51ed84 Better spacing in routing tests 2016-03-20 14:06:35 -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
2732a66e81 Improve name_that_thing to handle instance methods 2016-03-20 13:48:34 -03:00
Andrew Godwin
8faf37bfbf Fix type of cookie header string 2016-03-16 09:50:15 -03: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