This website requires JavaScript.
Explore
Help
Sign In
Briq
/
django-admin-sortable-fixwin
Watch
6
Star
0
Fork
You've already forked django-admin-sortable-fixwin
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8a0a52eca7
django-admin-sortable-fixwin
/
adminsortable
/
utils.py
5 lines
92 B
Python
Raw
Blame
History
def
get_is_sortable
(
objects
)
:
if
len
(
objects
)
>
1
:
return
True
return
False
Reference in New Issue
View Git Blame
Copy Permalink