Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed InlineFormSet to InlineFormSetFactory and other renames #167

Merged
merged 2 commits into from
Jun 3, 2018

Conversation

sdolemelipone
Copy link
Collaborator

Let me know if the way I've handled the deprecation warnings is OK; I assumed just checking on __init__ would be sufficient.
#165.

1. Renamed BaseFormSetMixin to BaseFormSetFactory.
2. Renamed BaseInlineFormSetMixin to BaseInlineFormSetFactory.
3. Renamed InlineFormSet to InlineFormSetFactory.
4. Renamed BaseGenericInlineFormSetMixin to BaseGenericInlineFormSetFactory.
5. Renamed GenericInlineFormSet to GenericInlineFormSetFactory.
6. Updated docs and tests.
7. Updated changelog.
@codecov-io
Copy link

Codecov Report

Merging #167 into master will decrease coverage by 1.81%.
The diff coverage is 27.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #167      +/-   ##
==========================================
- Coverage   52.79%   50.98%   -1.82%     
==========================================
  Files           6        6              
  Lines         483      508      +25     
  Branches       56       56              
==========================================
+ Hits          255      259       +4     
- Misses        212      233      +21     
  Partials       16       16
Impacted Files Coverage Δ
extra_views/__init__.py 0% <0%> (ø) ⬆️
extra_views/advanced.py 55.43% <12.5%> (-3.19%) ⬇️
extra_views/formsets.py 43.26% <12.5%> (-3.31%) ⬇️
extra_views/generic.py 78.57% <57.14%> (-21.43%) ⬇️

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 e2e0ce6...a2601fb. Read the comment docs.

@jonashaag jonashaag merged commit aa58167 into AndrewIngram:master Jun 3, 2018
@jonashaag
Copy link
Collaborator

LGTM thanks!

@sdolemelipone
Copy link
Collaborator Author

Great :-)

@sdolemelipone sdolemelipone deleted the refactor branch June 3, 2018 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants