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

Update django-extra-views requirement from ==0.11.* to ==0.12.* #371

Merged
merged 1 commit into from Jun 17, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on django-extra-views to permit the latest version.

Changelog

Sourced from django-extra-views's changelog.

0.12.0 (2018-10-21)

Supported Versions:

Python Django


2.7 1.11
3.4 1.11–2.0
3.5-3.7 1.11–2.1

Changes:

  • Removed setting of BaseInlineFormSetMixin.formset_class and GenericInlineFormSetMixin.formset_class so that formset can be set in factory_kwargs instead.
  • Removed ModelFormSetMixin.get_context_data and BaseInlineFormSetMixin.get_context_data as this code was duplicated from Django's MultipleObjectMixin and SingleObjectMixin respectively.
  • Renamed BaseFormSetMixin to BaseFormSetFactory.
  • Renamed BaseInlineFormSetMixin to BaseInlineFormSetFactory.
  • Renamed InlineFormSet to InlineFormSetFactory.
  • Renamed BaseGenericInlineFormSetMixin to BaseGenericInlineFormSetFactory.
  • Renamed GenericInlineFormSet to GenericInlineFormSetFactory.

All renamed classes will be removed in a future release.

0.11.0 (2018-04-24)

Supported Versions:

Python Django


2.7 1.11
3.4–3.6 1.11–2.0

Backwards-incompatible changes

  • Dropped support for Django 1.7–1.10.
  • Removed support for factory kwargs extra, max_num, can_order, can_delete, ct_field, formfield_callback, fk_name, widgets, ct_fk_field being set on BaseFormSetMixin and its subclasses. Use BaseFormSetMixin.factory_kwargs instead.
  • Removed support for formset_kwarg save_as_new being set on BaseInlineFormSetMixin and its subclasses. Use BaseInlineFormSetMixin.formset_kwargs instead.
  • Removed support for get_extra_form_kwargs. This can be set in the dictionary key form_kwargs in BaseFormSetMixin.formset_kwargs instead.

0.10.0 (2018-02-28) ------------------New features:

  • Added SuccessMessageWithInlinesMixin (#151)
  • Allow the formset prefix to be overridden (#154)

Bug fixes:

  • SearchableMixin: Fix reduce() of empty sequence error (#149)
... (truncated)
Commits
  • 903251b Merge pull request #173 from sdolemelipone/v0.12.0
  • 012e776 Version 0.12.0
  • 48819d8 Added Python 3.7 and Django 2.1.
  • aa58167 Merge pull request #167 from sdolemelipone/refactor
  • a2601fb Renamed some classes to clarify factory usage.
  • d8aeff0 Updated changelog with previous refactor changes and corrected typo.
  • e2e0ce6 Merge pull request #166 from sdolemelipone/refactor
  • bbd4f5d Simple clean up changes:
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 17, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 73.873% when pulling 1ceed20 on dependabot/pip/django-extra-views-eq-0.12.star into bf1bfde on develop.

@mmarcos mmarcos merged commit 8862d10 into develop Jun 17, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/django-extra-views-eq-0.12.star branch June 17, 2019 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants