aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core/utils.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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