mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2025-02-17 18:50:46 +01:00
PEP8 formatting fixes
This commit is contained in:
parent
fc028334d9
commit
2b11a0e11a
@ -344,6 +344,7 @@ ORDER_COLUMN_CHOICES = Choices(
|
||||
('8', 'assigned_to')
|
||||
)
|
||||
|
||||
|
||||
def query_tickets_by_args(objects, order_by, **kwargs):
|
||||
"""
|
||||
This function takes in a list of ticket objects from the views and throws it
|
||||
|
@ -10,6 +10,7 @@ datatables for ticket_list.html. Called from staff.datatables_ticket_list.
|
||||
|
||||
"""
|
||||
|
||||
|
||||
class TicketSerializer(serializers.ModelSerializer):
|
||||
ticket = serializers.SerializerMethodField()
|
||||
assigned_to = serializers.SerializerMethodField()
|
||||
|
Loading…
Reference in New Issue
Block a user