aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core/utils.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* engagement events now appear on org pageMatthew Lemon2020-06-011-0/+5
|
* added missing persmissions for viewsMatthew Lemon2020-06-011-1/+28
|
* working on user groups and testsMatthew Lemon2020-05-311-0/+9
|
* swapped UserFactoryMatthew Lemon2020-05-251-1/+1
|
* in trying to create a Stakeholder model referenced from User, have removed ↵Matthew Lemon2020-05-251-105/+120
| | | | updated_by fields in other models and factories - was getting circular dep error
* improved handling of populate function by test - and some cleanupMR Lemon2020-05-131-21/+48
|
* removed redundant argument from populate functionMR Lemon2020-05-131-2/+1
|
* refactored populate script into a new core app - better positioned for use ↵MR Lemon2020-05-131-0/+616
in tests