Alen Mujezinovic

Results 5 issues of Alen Mujezinovic

Hi I'm not sure if I should classify this as general advice, a bug or a feature request, but here goes: I've just tried creating an API of nested traits....

Hey I'm running into an odd issue with Internet Explorer 7 and 8. Basically, after events were created, the user browses away from the page and then comes back both...

The view function didn't handle errors properly. Now it actually looks at the content returned before calling the callback. Also, I adopted a queue for views. :-o

Currently failing with: ``` python ====================================================================== ERROR: test_cycle (riak_sessions.tests.RiakSessionTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/alen/.virtualenvs/django-riak-sessions/local/lib/python2.7/site-packages/django/contrib/sessions/tests.py", line 161, in test_cycle self.session.cycle_key() File "/home/alen/.virtualenvs/django-riak-sessions/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py", line 241, in cycle_key self.create() File...