1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/www/py-django-polymorphic/pkg-descr
Kai Knoblich d2c6fef42d www/py-django_polymorphic: Rename to py-django-polymorphic, Update to 2.1.2
* Use this update, which introduced support for Django 2.2 in the 2.1.0
  release, as preparation to switch from Django 1.11 (End-of-Life) to
  Django 2.2 (current LTS release) once the update for www/py-django-filer
  lands [1].

* Rename the port to match the canonical name at PyPI.

* Update the WWW field to spare users from redirects and fix a whitespace
  issue in the pkg-descr.

* Bump PORTREVISION of its consumer www/py-django-filer due changed
  dependencies.

Changelog:

https://github.com/django-polymorphic/django-polymorphic/blob/v2.1.2/docs/changelog.rst

PR:		245473, 245470 [1]
Approved by:	Kevin Golding <ports@caomhin.org> (maintainer)
2020-04-11 10:15:05 +00:00

6 lines
218 B
Plaintext

Django-polymorphic simplifies using inherited models in Django projects.
When a query is made at the base model, the inherited model classes are
returned.
WWW: https://github.com/django-polymorphic/django-polymorphic