pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-modelcluster



Module Name:    pkgsrc
Committed By:   joerg
Date:           Wed Apr 12 11:14:06 UTC 2023

Modified Files:
        pkgsrc/www/py-django-modelcluster: Makefile distinfo

Log Message:
Update django-modelcluster to 6.0

6.0 (14.03.2022)
~~~~~~~~~~~~~~~~
* BREAKING: ClusterForm now builds no child formsets when neither `formsets` nor `exclude_formsets` is specified in the Meta class, rather than building a formset for every child relation (Matt 
Westcott)
* Removed Python 3.5 and 3.6 support
* Removed Django 2.0 and 2.1 support
* Support explicit definitions for nested formsets within ClusterForm, via a `formsets` option on the outer formset's definition (Matt Westcott)
* Add `inherit_kwargs` attribute to ClusterForm child formsets (Matt Westcott)

5.3 (10.03.2022)
~~~~~~~~~~~~~~~~
* Avoid accessing live queryset on unsaved instances, for preliminary Django 4.1 compatibility (Matt Westcott)
* Support traversing one-to-one and many-to-one relations in `filter` / `order_by` lookups (Andy Babic)
* Implement `values()` method on FakeQuerySet (Andy Babic)
* Allow `values()` and `values_list()` to be chained with other queryset modifiers (Andy Babic)
* Fix: Fix HTML escaping behaviour on `ClusterForm.as_p()` (Matt Westcott)
* Fix: Match standard behaviour queryset of returning foreign keys as IDs in `values_list` (Andy Babic)

5.2 (13.10.2021)
~~~~~~~~~~~~~~~~
* Implement `copy_cluster` method on ClusterableModel (Karl Hobley)
* Add `formset_name` option on ClusterableModel formsets to allow the formset name to differ from the relation name (Matt Westcott)
* Fix: Fix tests for Django 3.2 (Alex Tomkins, Matt Westcott, María Fernanda Magallanes)
* Fix: Ensure ptr_id fields are correctly populated when deserialising models with multi-level inheritance (Alex Tomkins)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-django-modelcluster/Makefile \
    pkgsrc/www/py-django-modelcluster/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-modelcluster/Makefile
diff -u pkgsrc/www/py-django-modelcluster/Makefile:1.4 pkgsrc/www/py-django-modelcluster/Makefile:1.5
--- pkgsrc/www/py-django-modelcluster/Makefile:1.4      Tue Jan  4 20:55:20 2022
+++ pkgsrc/www/py-django-modelcluster/Makefile  Wed Apr 12 11:14:05 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:55:20 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/04/12 11:14:05 joerg Exp $
 
-DISTNAME=      django-modelcluster-5.1
+DISTNAME=      django-modelcluster-6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=wagtail/}
 
Index: pkgsrc/www/py-django-modelcluster/distinfo
diff -u pkgsrc/www/py-django-modelcluster/distinfo:1.4 pkgsrc/www/py-django-modelcluster/distinfo:1.5
--- pkgsrc/www/py-django-modelcluster/distinfo:1.4      Tue Oct 26 11:30:32 2021
+++ pkgsrc/www/py-django-modelcluster/distinfo  Wed Apr 12 11:14:05 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:30:32 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/04/12 11:14:05 joerg Exp $
 
-BLAKE2s (django-modelcluster-5.1.tar.gz) = 5cd853eac822cacef6ce823b3ef2f847ed457692e7373eb5437ea1e6edf7cdb1
-SHA512 (django-modelcluster-5.1.tar.gz) = bb3d8640a04cabfdebe7f60b571a2b2c4d71bbf5d4ea0ff0e7db5fe9d120e6eab7ec3f1b6992d21aff377045f8ed3e11d1b351ce2f460b33dd4c0f3a8dd749fb
-Size (django-modelcluster-5.1.tar.gz) = 45085 bytes
+BLAKE2s (django-modelcluster-6.0.tar.gz) = 19f2710598402bc341a9f7f7a462970c5030981d1306ba36212edec8e8bbec55
+SHA512 (django-modelcluster-6.0.tar.gz) = 36ac8f73a131a14a163c5dbb505e907a980aa912c7fe109b403993f3da92a7410053420b42e2c645d7478c9802e94b322cccad9940c556524eba51845ee1e900
+Size (django-modelcluster-6.0.tar.gz) = 51520 bytes



Home | Main Index | Thread Index | Old Index