Andrew Godwin
|
6b0845ef22
|
Update WSGI URL path to match HTTP
|
2016-04-27 16:27:33 +01:00 |
|
Andrew Godwin
|
7945859bb2
|
Update ASGI HTTP spec to make all path parts unicode
|
2016-04-26 13:09:50 +01:00 |
|
Andrew Godwin
|
f974f13a37
|
Rearrange docs, add cross-compat doc
|
2016-04-06 22:05:28 -07:00 |
|
Andrew Godwin
|
8fdf268574
|
Add testing documentation
|
2016-04-06 11:15:18 -07:00 |
|
Andrew Godwin
|
609adfca8d
|
Fix example with custom channel
|
2016-04-06 11:15:18 -07:00 |
|
Gregor Müllegger
|
c171cb4346
|
Fix auth example imports in Gettings Started guide
Removed unused `transfer_user` import and added missing `channel_session_user_from_http` as import.
|
2016-04-06 08:10:11 -07:00 |
|
Gregor Müllegger
|
e88e0feae9
|
Fix typo in path to DatabaseChannelLayer
Removed `g` from `datagbase_layer`.
|
2016-04-06 08:10:01 -07:00 |
|
Andrew Godwin
|
cf52c922e0
|
Update getting started to not pass messages back directly
|
2016-04-05 08:17:30 -07:00 |
|
Andrew Godwin
|
e18bfed8f3
|
Clarify timeout behaviour of block() in asgi
|
2016-04-04 03:34:05 +02:00 |
|
Andrew Godwin
|
0071ca31c8
|
More patchinator tweaks. Will do more after 1.0.
|
2016-04-04 03:34:05 +02:00 |
|
Andrew Godwin
|
bd796cb7e6
|
More patchinator stuff, but unsure if this is the right approach
|
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 |
|
Arnaud Limbourg
|
3576267be2
|
Add paragraph on updating routing.py at that point
|
2016-04-03 18:32:13 -07:00 |
|
Haiko Schol
|
dfef0c551e
|
Fix typo in paragraph about channel types
|
2016-04-02 12:14:43 +02:00 |
|
Andrew Godwin
|
6fa258f386
|
Merge pull request #103 from tclancy/patch-1
Add missing work to concepts.rst
|
2016-03-29 10:50:07 +01:00 |
|
Tom Clancy
|
1368e865d2
|
Add missing work to concepts.rst
|
2016-03-28 14:12:22 -04:00 |
|
Andrew Godwin
|
bee81ee620
|
Update ASGI spec to add enforced long connection timeouts.
|
2016-03-28 11:44:40 +01:00 |
|
Charlie Hornsby
|
aad3575749
|
Remove references to Django project name
Update import paths to match standard Django package structure
|
2016-03-25 16:42:57 +02:00 |
|
Andrew Godwin
|
acd31a663d
|
Add closed message to request bodies to allow fast failure
|
2016-03-22 10:15:30 -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
|
c36a33ab96
|
Improve wording about regex appending in routing docs
|
2016-03-20 13:56:42 -03:00 |
|
Andrew Godwin
|
d3da7054b4
|
Doc typo
|
2016-03-20 13:55:22 -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 |
|
David Muller
|
5671f919df
|
fix typo -- remove extraneous 'and'
|
2016-03-17 11:31:50 -07:00 |
|
Andrew Godwin
|
5bf19f52f6
|
Remove status_text from the HTTP response spec.
|
2016-03-11 10:30:40 -08:00 |
|
Andrew Godwin
|
820e955515
|
Change ASGI spec regarding headers.
|
2016-03-11 10:20:17 -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 |
|
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
|
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
|
a0dff726b2
|
Rework getting started section to do groups after basic sending.
|
2016-03-06 11:28:52 -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
|
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
|
b18975e607
|
Really lay into DatabaseChannelLayer in an impolite way.
|
2016-02-28 21:46:45 -08:00 |
|
Andrew Godwin
|
500f0fdeb7
|
Couple of bits more ordering docs
|
2016-02-23 19:36:34 -08:00 |
|
Andrew Godwin
|
69186ef7b7
|
Replace linearize with the more useful enforce_ordering.
|
2016-02-24 00:40:38 +00:00 |
|