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
b031d458cd
django-admin-sortable-fixwin
/
adminsortable
/
utils.py
6 lines
119 B
Python
Raw
Blame
History
def
get_is_sortable
(
objects
)
:
if
objects
:
if
objects
.
count
(
)
>
1
:
return
True
return
False
Reference in New Issue
View Git Blame
Copy Permalink