aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed test for creating Organisation for now.Matthew Lemon2020-02-201-6/+0
|
* failing test - need to tweak dbMatthew Lemon2020-02-202-6/+29
|
* PersonFactory fixed - properly now, it gets a predecessor. Need to test with ↵Matthew Lemon2020-02-191-1/+1
| | | | the database.
* Fixed PersonFactoryMatthew Lemon2020-02-192-3/+3
|
* new migrations and working through factory issueMatthew Lemon2020-02-197-112/+172
|
* seems to be a bug in factory_boy - not creating self-referential factoryMatthew Lemon2020-02-181-12/+67
|
* start fresh with migrations - might have to DROP DB and migrate againMatthew Lemon2020-02-1822-596/+131
|
* part way through writing management command for populating dbMatthew Lemon2020-02-181-19/+19
|
* formattingMatthew Lemon2020-02-181-2/+6
|
* part way through creating fixture factoriesMatthew Lemon2020-02-171-0/+65
|
* added a lot of Person fieldsMatthew Lemon2020-02-174-2/+195
|
* added active, comments, updated_by fields to organisationMatthew Lemon2020-02-175-2/+76
|
* added registered company name and number and blank formattedMatthew Lemon2020-02-172-2/+29
|
* pluralised to peopleMatthew Lemon2020-02-171-0/+3
|
* added designation field for organisatonMatthew Lemon2020-02-172-0/+25
|
* some pointless flake8ismsMatthew Lemon2020-01-291-2/+2
|
* Submodes added and other person detailsMatthew Lemon2020-01-256-5/+118
|
* Better adminMatthew Lemon2020-01-254-3/+121
|
* Played about with CSS/templates and tinkered with adminMatthew Lemon2020-01-246-6/+116
|
* refining the admin site for organisationsMatthew Lemon2020-01-212-1/+8
|
* using stackedinline for adding organisation/address in adminMatthew Lemon2020-01-212-7/+11
|
* fixed blank= value on model fieldMatthew Lemon2020-01-212-1/+25
|
* reconfigured Address and Organisation relationshipMatthew Lemon2020-01-214-22/+57
|
* testing we can update an organisationMatthew Lemon2020-01-211-0/+21
|
* passing test - added address type modelMatthew Lemon2020-01-214-0/+51
|
* fixed failing test - first use of faker objectMatthew Lemon2020-01-212-0/+20
|
* partial way through playing with FakerMatthew Lemon2020-01-201-4/+1
|
* partial way through playing with FakerMatthew Lemon2020-01-203-1/+47
|
* convert our view to CBVMatthew Lemon2020-01-202-4/+10
|
* first passing test!Matthew Lemon2020-01-2010-0/+69