mirror of
https://github.com/django/django.git
synced 2025-01-12 19:37:06 +00:00
Fixed #32766 -- Removed unused ORDER_TYPE_VAR.
Unused since 5434ce231d
.
This commit is contained in:
parent
dacc307d93
commit
127fd927d0
@ -28,13 +28,11 @@ from django.utils.translation import gettext
|
||||
# Changelist settings
|
||||
ALL_VAR = 'all'
|
||||
ORDER_VAR = 'o'
|
||||
ORDER_TYPE_VAR = 'ot'
|
||||
PAGE_VAR = 'p'
|
||||
SEARCH_VAR = 'q'
|
||||
ERROR_FLAG = 'e'
|
||||
|
||||
IGNORED_PARAMS = (
|
||||
ALL_VAR, ORDER_VAR, ORDER_TYPE_VAR, SEARCH_VAR, IS_POPUP_VAR, TO_FIELD_VAR)
|
||||
IGNORED_PARAMS = (ALL_VAR, ORDER_VAR, SEARCH_VAR, IS_POPUP_VAR, TO_FIELD_VAR)
|
||||
|
||||
|
||||
class ChangeListSearchForm(forms.Form):
|
||||
|
Loading…
Reference in New Issue
Block a user