- Aug 21, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
Follows change from base36 to base64 for Django 1.8
-
Martin Burchell authored
Temporarily changed local environment to use local smtp server Changed dev server to use smtp rather than console The default is SMTP
-
Martin Burchell authored
Problems: no 'home' url app changed from contacts to users Django 1.8 fixes some Alfie/V4C/RuForum dependencies
-
Martin Burchell authored
-
martinburchell authored
Upgraded Django to 1.8.4
-
martinburchell authored
Tagging frontend
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
- Aug 20, 2015
-
-
Mark Skipper authored
Added multiplicity field to Taxonomy
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
where the code reads better with is_multiple
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
add_terms() replaces add_term() and add_free_terms()
-
Martin Burchell authored
-
Martin Burchell authored
Conflicts: django/website/rest_api/tests/free_tagging_tests.py django/website/transport/tests/free_tagging_tests.py
-
Martin Burchell authored
add_terms() returns 400 if term does not exist and vocabulary is not open
-
Martin Burchell authored
-
Martin Burchell authored
If the taxonomy has an open vocabulary, we create missing terms rather than throw an exception
-
Martin Burchell authored
-
Martin Burchell authored
Replaced 'add_term' and 'add_free_terms' with 'add_terms'
-
Martin Burchell authored
Two error conditions: Multiple terms passed from different taxonomies Multiple terms passed when taxonomy does not support multiple terms
-
- Aug 19, 2015
-
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
-
Martin Burchell authored
This matches the field name and simplifies the code somewhat
-
Martin Burchell authored
Unfortunately bootstrap-tagsinput does not have a configurable delimiter so settle with ',' for now (no commas allowed in tags).
-