hugobessa / django-shared-schema-tenants

A lib to help in the creation of shared schema multi tenants applications without suffering
MIT License
20 stars 9 forks source link

Custom fields #29

Closed hugobessa closed 6 years ago

hugobessa commented 6 years ago

Adds tenant specific fields in models and tenant specific tables features.

codecov[bot] commented 6 years ago

Codecov Report

Merging #29 into dev will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##             dev     #29   +/-   ##
=====================================
  Coverage   92.1%   92.1%           
=====================================
  Files         21      21           
  Lines        621     621           
  Branches      66      66           
=====================================
  Hits         572     572           
  Misses        31      31           
  Partials      18      18
Impacted Files Coverage Δ
shared_schema_tenants/managers.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5b87ef0...6729032. Read the comment docs.

codecov[bot] commented 6 years ago

Codecov Report

Merging #29 into dev will decrease coverage by 6.83%. The diff coverage is 79.7%.

Impacted file tree graph

@@            Coverage Diff            @@
##             dev      #29      +/-   ##
=========================================
- Coverage   92.1%   85.26%   -6.84%     
=========================================
  Files         21       29       +8     
  Lines        621     1317     +696     
  Branches      66      184     +118     
=========================================
+ Hits         572     1123     +551     
- Misses        31      129      +98     
- Partials      18       65      +47
Impacted Files Coverage Δ
shared_schema_tenants_custom_data/settings.py 100% <100%> (ø)
shared_schema_tenants/managers.py 100% <100%> (ø) :arrow_up:
shared_schema_tenants_custom_data/utils.py 100% <100%> (ø)
...nants_custom_data/helpers/custom_tables_helpers.py 100% <100%> (ø)
shared_schema_tenants_custom_data/forms.py 62.82% <62.82%> (ø)
shared_schema_tenants_custom_data/serializers.py 76.77% <76.77%> (ø)
shared_schema_tenants_custom_data/views.py 77.14% <77.14%> (ø)
shared_schema_tenants_custom_data/models.py 84.14% <84.14%> (ø)
shared_schema_tenants_custom_data/managers.py 91.42% <91.42%> (ø)
shared_schema_tenants_custom_data/querysets.py 94.73% <94.73%> (ø)
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5b87ef0...eefb988. Read the comment docs.