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