Bug 238219 - www/py-django-registration-redux: Update to 2.6
Summary: www/py-django-registration-redux: Update to 2.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kai Knoblich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-29 15:16 UTC by Kevin Golding
Modified: 2019-05-30 20:36 UTC (History)
1 user (show)

See Also:


Attachments
Update www/py-django-registration-redux to 2.6 (1.26 KB, patch)
2019-05-29 15:16 UTC, Kevin Golding
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Golding 2019-05-29 15:16:05 UTC
Created attachment 204702 [details]
Update www/py-django-registration-redux to 2.6

Update www/py-django-registration-redux to 2.6

Changelog: https://github.com/macropin/django-registration/blob/e2d1e7fd3dda9501b4be7b8a7b2bbc5212d41f21/CHANGELOG

Poudriere: OK
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-05-30 20:35:49 UTC
A commit references this bug:

Author: kai
Date: Thu May 30 20:34:59 UTC 2019
New revision: 503082
URL: https://svnweb.freebsd.org/changeset/ports/503082

Log:
  www/py-django-registration-redux: Update to 2.6

  While I'm here:
  * Pet portlint

  Changelog since 2.4:

  * Bugfix: Pass "user" instance instead of "user.get_username()" to template
    context.
  * Feature: Add testing for Django 2.2 and Python 3.7 (no code changes
    required).
  * Bugfix: Send emails on commit.
  * Feature: Add support for Django 2.1.
  * Bugfix: Don't delete if user.is_active=True in cleanupregistration

  https://github.com/macropin/django-registration/blob/v2.6/CHANGELOG

  PR:		238219
  Submitted by:	Kevin Golding <ports@caomhin.org> (maintainer)

Changes:
  head/www/py-django-registration-redux/Makefile
  head/www/py-django-registration-redux/distinfo
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2019-05-30 20:36:49 UTC
Committed, thanks!