Skip to content

Commit

Permalink
inherit_kwargs moved to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Mar 10, 2022
1 parent 0c1369d commit ac3ff71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
Changelog
=========

5.3 (xx.xx.xxxx) - IN DEVELOPMENT
6.0 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~
* 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)
* Add `inherit_kwargs` attribute to ClusterForm child formsets (Matt Westcott)
* 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)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='django-modelcluster',
version='5.2',
version='6.0',
description="Django extension to allow working with 'clusters' of models as a single unit, independently of the database",
author='Matthew Westcott',
author_email='[email protected]',
Expand Down

0 comments on commit ac3ff71

Please sign in to comment.