zulip/humbug
Tim Abbott 7237b4a73e Fix sending to a stream with a space in its name.
Previously if you tried to send to "a b", we actually ended up trying
to send to "a%20b", since we were url-encoding the stream name and
then not properly decoding it.

(imported from commit 307d2999bd309e47fc654ae4422ab4372edde064)
2012-10-17 14:06:00 -04:00
..
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
backends.py Authenticate by email. 2012-09-21 10:34:48 -04:00
settings.py Hide most of the navbar on the deployed app 2012-10-15 18:44:36 -04:00
test_settings.py Rename test-settings.py to test_settings.py 2012-10-10 18:13:45 -04:00
urls.py Fix sending to a stream with a space in its name. 2012-10-17 14:06:00 -04:00
wsgi.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00