Closed adambirds closed 3 months ago
@assem-ch can this be looked at ASAP? Anyone on latest version of Django can't use admin without this fix.
@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.
@Nosudrum I have tested it by installing from my own branch and its working fine with this fix.
This will fix #109 and needs releasing ASAP.