Bug 239048 - [NEW PORT] www/py-django-context-decorator: Removing the need to call super().get_context_data(**kwargs) in nearly every view
Summary: [NEW PORT] www/py-django-context-decorator: Removing the need to call super()...
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-08 16:00 UTC by Alexander Sieg
Modified: 2019-08-25 18:52 UTC (History)
0 users

See Also:


Attachments
patch (1.28 KB, patch)
2019-07-08 16:00 UTC, Alexander Sieg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Sieg 2019-07-08 16:00:15 UTC
Python package for Django removing the need to
call super().get_context_data(**kwargs) in nearly every Django view.


WWW: https://pypi.org/project/django-context-decorator
Comment 1 Alexander Sieg 2019-07-08 16:00:22 UTC
Created attachment 205588 [details]
patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-08-25 18:48:29 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Aug 25 18:47:31 UTC 2019
New revision: 509837
URL: https://svnweb.freebsd.org/changeset/ports/509837

Log:
  Add py-django-context-decorator 1.5.0

  Python package for Django removing the need to call
  super().get_context_data(**kwargs) in nearly every Django view.

  WWW: https://github.com/rixx/django-context-decorator

  - While I'm here:
    - Fix USES=python
    - Update WWW

  PR:		239048
  Submitted by:	Alexander Sieg <alex@xanderio.de>

Changes:
  head/www/Makefile
  head/www/py-django-context-decorator/
  head/www/py-django-context-decorator/Makefile
  head/www/py-django-context-decorator/distinfo
  head/www/py-django-context-decorator/pkg-descr
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-08-25 18:52:38 UTC
Committed. Thanks!