Bug 239103 - [NEW PORT] www/py-urlman: Nicer way to do URLs for Django models
Summary: [NEW PORT] www/py-urlman: Nicer way to do URLs for Django models
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-10 09:08 UTC by Alexander Sieg
Modified: 2019-08-25 18:52 UTC (History)
0 users

See Also:


Attachments
patch (1.16 KB, patch)
2019-07-10 09:08 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-10 09:08:53 UTC
Replaces things like get_absolute_url with a .urls attribute that can reference
other URLs and build sensible trees of things, and can then be accessed using
instance.urls.name.


WWW: https://github.com/andrewgodwin/urlman
Comment 1 Alexander Sieg 2019-07-10 09:08:59 UTC
Created attachment 205649 [details]
patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-08-25 18:52:37 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Aug 25 18:51:35 UTC 2019
New revision: 509845
URL: https://svnweb.freebsd.org/changeset/ports/509845

Log:
  Add py-urlman 1.2.0

  Replaces things like get_absolute_url with a .urls attribute that can reference
  other URLs and build sensible trees of things, and can then be accessed using
  instance.urls.name.

  WWW: https://github.com/andrewgodwin/urlman

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

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