aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/register/tests/test_forms.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* another test passes but horrific codeMatthew Lemon2020-10-221-0/+1
|
* renamed a field in a model to date and look what I need! new migrations and ↵Matthew Lemon2020-10-211-11/+11
| | | | fixed tests
* fixed broken testsMatthew Lemon2020-10-211-4/+4
|
* can now add caf single date events to caf detail pageMatthew Lemon2020-10-211-2/+2
|
* added Note form - tests passingMatthew Lemon2020-10-201-5/+0
|
* started writing the code for the note eventMatthew Lemon2020-10-191-18/+18
|
* fixed failing tests from making participants requriedMatthew Lemon2020-10-191-8/+15
|
* participants added to create new simple event form and can filter by org ↵Matthew Lemon2020-10-161-6/+25
| | | | when landed from org detail
* Improvements to simple event form.Matthew Lemon2020-10-161-0/+16
|
* added URL field for a simple eventMatthew Lemon2020-10-161-0/+1
|
* about to nuke migrationsMatthew Lemon2020-10-141-4/+33
|
* cannot put constrain on abstract Meta class seemingly...Matthew Lemon2020-10-121-2/+2
|
* more constraints added at form and model levelMatthew Lemon2020-10-121-0/+47
|
* another test added for CAFTwinDateEventFormMatthew Lemon2020-10-121-1/+16
|
* more tests using parameterizationMatthew Lemon2020-10-121-3/+9
|
* improved tests - more consistent and added a caseMatthew Lemon2020-10-111-3/+4
|
* fleshed out more testingMatthew Lemon2020-10-111-1/+19
|
* more testing of CAFSingleDateEventFormMatthew Lemon2020-10-111-0/+54
|
* added parameterized test for CAFSingleDateEventFormMatthew Lemon2020-10-111-16/+39
|
* done models and form for meeting -with testsMatthew Lemon2020-10-111-5/+4
|
* working through mixins model designMatthew Lemon2020-10-111-0/+3
|
* started to test forms! love testing formsMatthew Lemon2020-10-101-0/+37