- Aug 07, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
I've just made the factory use an existing record if already created
-
Alice Heaton authored
-
Martin Burchell authored
-
Martin Burchell authored
It appears that JSONField defaults to empty string
-
Alice Heaton authored
-
Alice Heaton authored
-
Jay Alvarez authored
-
Alice Heaton authored
Make TabbedPage.name and TabInstance.name SlugFields as they are used in URLs. Also rename TabInstance.view_name to tab_type, which is clearer and paralles the dashboard implementation.
-
- Aug 06, 2015
-
-
Alice Heaton authored
-
Alice Heaton authored
Provide the tab instance to get_context_data, and use that to work out the URL to redirect forms to.
-
Martin Burchell authored
Also added test
-
Martin Burchell authored
-
Alice Heaton authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Alice Heaton authored
-
Alice Heaton authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Alice Heaton authored
Don't use Bootstrap tabs for our tabbed navigation, as those are meant for single page applications, not for links that reload the page.
-
Martin Burchell authored
use view_name instead of name when getting tab out of the registry
-
Alice Heaton authored
-
Martin Burchell authored
Also refactored some of the tests to pick out the args of interest sent to render_string
-
Alice Heaton authored
-
Alice Heaton authored
-
Alice Heaton authored
Register the template tag. Also use the view name, not the tab name, when fetching the tab to render.
-
Alice Heaton authored
-
Alice Heaton authored
Fix url patterns. We could fix the single regexp, but apparently best practice is to have this on multiple lines.
-
Martin Burchell authored
I'm surprised that JSONField isn't defaulting to {}, as it says in the documentation. Need to investigate this.
-
- Aug 05, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
As Dashboard has WidgetInstance objects, TabbedPage has TabInstance
-
Martin Burchell authored
-