aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core/utils.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* overly-complex template code for handling CAF events in CAF detail formMatthew Lemon2020-10-021-1/+1
|
* fixed broken populate scriptMatthew Lemon2020-10-021-21/+20
|
* added some new CAF eventsMatthew Lemon2020-10-021-7/+14
|
* tidyingMatthew Lemon2020-10-021-2/+5
|
* test for model function to get cafs from an applicable systemMatthew Lemon2020-10-011-0/+1
|
* can now add a new system via the org user pageMatthew Lemon2020-09-021-1/+0
|
* tracked down the bastardMatthew Lemon2020-08-281-0/+1
|
* essential service now on admin and further work to schemaMatthew Lemon2020-08-271-6/+15
|
* massive - removed migrations and reform db schema - NOT COMPLETEMatthew Lemon2020-08-271-5/+4
|
* 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