o
    iz                     @   s.   d dl mZ ddlmZ G dd dejZdS )    )serializers   )AuditLogc                   @   s8   e Zd ZejddddZejdddZG dd dZdS )	AuditLogSerializerzuser.nombreT)source	read_only
allow_nullzcontent_type.model)r   r   c                   @   s   e Zd ZeZdZdS )zAuditLogSerializer.Meta__all__N)__name__
__module____qualname__r   modelfields r   r   ./var/www/html/crm_dreinet/audit/serializers.pyMeta   s    r   N)r
   r   r   r   	CharField	user_namecontent_type_modelr   r   r   r   r   r      s    r   N)rest_frameworkr   modelsr   ModelSerializerr   r   r   r   r   <module>   s    