aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/register/tests/test_views.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-21renamed a field in a model to date and look what I need! new migrations and ↵Matthew Lemon1-2/+2
fixed tests
2020-10-21can now add caf single date events to caf detail pageMatthew Lemon1-0/+1
2020-10-21adding the form for caf single date eventMatthew Lemon1-10/+33
2020-10-19can now add a note to the system for an organisation but not listed on ↵Matthew Lemon1-0/+7
detail page yet
2020-10-19fixed failing tests from making participants requriedMatthew Lemon1-3/+5
2020-10-19can update single datetimeevents from org pageMatthew Lemon1-1/+19
2020-10-18fixed failing unit testsMatthew Lemon1-1/+1
2020-10-18basic inclusion of single datetime events in org detail page - no formatting ↵Matthew Lemon1-1/+1
and passing tests
2020-10-18fixed some testsMatthew Lemon1-1/+1
2020-10-18nice links from org detail page to specific types of simple eventMatthew Lemon1-1/+14
2020-10-16better handling of simple event form and participantsMatthew Lemon1-1/+8
2020-10-16participants added to create new simple event form and can filter by org ↵Matthew Lemon1-0/+19
when landed from org detail
2020-10-16participants added to create new simple event form and can filter by org ↵Matthew Lemon1-0/+21
when landed from org detail
2020-10-14all unit tests pass after configuring user fixture to have perms to visit ↵Matthew Lemon1-14/+35
redirect pages
2020-10-13parameterizing tests for viewsMatthew Lemon1-13/+48
2020-10-13view test for missing required dataMatthew Lemon1-2/+26
2020-10-13created a form for new Simple EventMatthew Lemon1-7/+4
2020-10-13first VERY BASIC view test workingMatthew Lemon1-7/+28
2020-10-12first view test for eventsMatthew Lemon1-0/+18