Skip to content

3.4.2

Latest

Choose a tag to compare

@Arti3DPlayer Arti3DPlayer released this 03 Apr 11:22

Fix Django 6 compatibility: process_lhs() returns params as a tuple in Django 6, causing AttributeError in HashidExactLookup.as_sql(). Replaced params.extend(rhs_params) with list(params) + list(rhs_params).