- Jul 16, 2015
-
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
We don't want to see this, the name and taxonomy should be enough to idenfiy them.
-
Mark Skipper authored
-
Mark Skipper authored
Had to make the nested serializer writable to stop other tests failing (and because I think we need this later for creating tagged items on import) Also moved some meta classes up to top of classes to make them easier to parse.
-
Mark Skipper authored
-
Mark Skipper authored
Add passingt est for adding a Term to an Item Add unicode methods for Taxonomy and Term Change the unique contstraints for Term so that Term name needs be unique only for a given Taxonomy
-
- Jul 15, 2015
-
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
-
Mark Skipper authored
-
- Jul 14, 2015
-
-
Martin Burchell authored
Removed taxonomy and term classes from data_layer - just reference the ones in taxonomies app directly for now. Will need to run "deploy/tasks.py clean_db" and "deploy/tasks.py update_db"
-
- Jul 13, 2015
-
-
Mark Skipper authored
Ive been working through some options for how the REST api will work with categories in the readme file.
-
Mark Skipper authored
The last error from running the tests was that the TErm table didnt exist in the test database. So I'm running manage.py makemigrations And it fails with AttributeError: 'NoneType' object has no attribute 'unique' Following the [django docs](https://docs.djangoproject.com/en/1.8/topics/db/models/#abstract-related-name) I put in: related_name="%(app_label)s_%(class)s_term" But still can't even get a helpful error message.
-
Mark Skipper authored
-
Mark Skipper authored
-
- Jul 10, 2015
-
-
Mark Skipper authored
Tidy up transport delete items Make the url generation work proerly (though I'm fairly sure we don't actually need the url as an argument to delete) and remove debug print statement *blush*
-
Mark Skipper authored
Make bulk_delete use delete() instead of bulk delete from REST
-
Mark Skipper authored
-
- Jul 09, 2015
-
-
Mark Skipper authored
-
Mark Skipper authored
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
hid expects the 'dashboard' reverse url to point to the index page - so leave it that way. Added an initial dashboard called 'main' as that is execpted to exist, and tests require it.
-
- Jul 08, 2015
-
-
Jay Alvarez authored
-
Jay Alvarez authored
-
Mark Skipper authored
ItemTransport clas --> transport.items module
-
Alice Heaton authored
Implement a dashboard infrastructure to allow us to register widget types, create dashboards, create instances of widget types with specific configuration and associate those with a given dashboard, at a given position. The dashboard infrastructure is moved out of hid and into it's own application as it is stand alone (the widgets may depend on hid specific logic, but the infrastructure doesn't).
-
Jay Alvarez authored
-
Jay Alvarez authored
-
- Jul 07, 2015
-
-
Jay Alvarez authored
-
Jay Alvarez authored
-
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
-
Mark Skipper authored
-
Mark Skipper authored
-