Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Adding initial migration #37

Merged
merged 2 commits into from
Nov 13, 2017

Conversation

IlianIliev
Copy link

Issue(s) : #16

This is just adding the migration so everything should work fine.

As the model is not used by default another (maybe even better) approach is to turn the model into abstract one. This way if users want to use that functionality they will have create their own model that inherits from this one, but the app won't contain any migrations. This however might lead to compatibility issues so I wouldn't recommend it for minor versions change.

@codecov-io
Copy link

codecov-io commented Jan 18, 2017

Codecov Report

Merging #37 into master will increase coverage by 0.22%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   95.16%   95.38%   +0.22%     
==========================================
  Files           4        5       +1     
  Lines         124      130       +6     
==========================================
+ Hits          118      124       +6     
  Misses          6        6
Impacted Files Coverage Δ
corsheaders/migrations/0001_initial.py 100% <100%> (ø)

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 c44e318...5a08737. Read the comment docs.

@IlianIliev
Copy link
Author

@gustavi this issue has been staying like this for a while. I was wondering wether you will have time to take a look at it?
Thanks in advance.

@artragis artragis merged commit 863a523 into zestedesavoir:master Nov 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants