Release 3.0.0
parent
c005410da7
commit
b4efb59cd5
|
|
@ -1,6 +1,13 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
Changes in 3.0.0 (2020-08-21)
|
||||
-----------------------------
|
||||
|
||||
* Support for Django 3.X
|
||||
* Dropped support for python 2.X
|
||||
* A lot of various fixes and improvements by various authors. Thanks a lot!
|
||||
|
||||
Changes in 2.1.2 (2019-07-15)
|
||||
-----------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
[metadata]
|
||||
name = django-polymorphic
|
||||
version = 2.1.2
|
||||
version = 3.0.0
|
||||
description = Seamless polymorphic inheritance for Django models
|
||||
long_description = file:README.rst
|
||||
author = Bert Constantin
|
||||
author_email = bert.constantin@gmx.de
|
||||
maintainer = Christopher Glass
|
||||
maintainer_email = tribaal@gmail.com
|
||||
maintainer_email = tribaal@ubuntu.com
|
||||
url = https://github.com/django-polymorphic/django-polymorphic
|
||||
download_url = https://github.com/django-polymorphic/django-polymorphic/tarball/master
|
||||
keywords = django, polymorphic
|
||||
|
|
|
|||
Loading…
Reference in New Issue