assem-ch / django-jet-reboot

Legacy Django jet rebooted to support Django > 3 (4 and 5), and latest python releases
https://django-jet-reboot.readthedocs.io/
GNU Affero General Public License v3.0
421 stars 68 forks source link

Change length_is to length == filter. #110

Closed adambirds closed 3 months ago

adambirds commented 3 months ago

This will fix #109 and needs releasing ASAP.

adambirds commented 3 months ago

@assem-ch can this be looked at ASAP? Anyone on latest version of Django can't use admin without this fix.

Nosudrum commented 3 months ago

@adambirds did you test this ? You might need to remove the ' characters around the value, i.e. use length == 1 instead of length == '1', as it is prescribed in the fix you mentioned on #109.

adambirds commented 3 months ago

@Nosudrum I have tested it by installing from my own branch and its working fine with this fix.