- Jul 09, 2015
-
-
Mark Skipper authored
-
Mark Skipper authored
-
- Jul 08, 2015
-
-
Mark Skipper authored
ItemTransport clas --> transport.items module
-
Mark Skipper authored
Conflicts: django/website/chn_spreadsheet/tests.py django/website/hid/tests/views_tests.py django/website/hid/views.py
-
- Jul 07, 2015
-
-
Mark Skipper authored
Replace with ItemTransport object, which needs to be instantiated. I think it can be reused between calls to its methods so there's no need to create new ones all over the place, but that's what I have done so far. I'm a bit uncertain about module level variables, and not everything is contained in a class.
-
- Jul 06, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
These are no longer used by transport, and nobody else should be using them.
-
Mark Skipper authored
-
- Jul 05, 2015
-
-
Mark Skipper authored
-
Mark Skipper authored
Actualy they are now also a class. The existing functions still exist and call into the class (wastefully creating an instance every time but I expect these to go away and rewrite the clients to use an instance of the transport class directly.
-
Mark Skipper authored
By default the router derives the url names from the model name (which it gets from the queryset) which is Message
-
Mark Skipper authored
-
Mark Skipper authored
Note: transport still uses the explicit views
-
- Jul 03, 2015
-
-
Mark Skipper authored
tests broken
-
Marko Samastur authored
-
Marko Samastur authored
-
Marko Samastur authored
-
Mark Skipper authored
-
Mark Skipper authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
This also fixes error handling for malformed dates
-
Martin Burchell authored
-
Martin Burchell authored
-
Mark Skipper authored
Conflicts: django/website/chn_spreadsheet/tests.py
-
Martin Burchell authored
-
Mark Skipper authored
-
Marko Samastur authored
-
Marko Samastur authored
-
- Jul 02, 2015
-
-
Mark Skipper authored
Conflicts: django/website/data_layer/handlers.py django/website/data_layer/tests/handler_tests.py django/website/settings.py django/website/transport/data_layer_transport.py
-
Martin Burchell authored
Conflicts: django/website/hid/views.py
-