U
     5øiµ2  ã                   @   s„  d dl Z d dlZd dlZd dlZd dlZd dlZd dlZd dlZd dl	Z	d dl
Z
d dlZd dlZd dlmZ d dlmZ d dlmZ d dlmZmZ d dlmZmZ d dlmZ d dlmZ G d	d
„ d
ƒZG dd„ deƒZG dd„ deƒZG dd„ deƒZ G dd„ deƒZ!G dd„ deƒZ"G dd„ deƒZ#G dd„ deƒZ$G dd„ deƒZ%G dd„ deƒZ&G dd„ deƒZ'G dd „ d eƒZ(G d!d"„ d"eƒZ)G d#d$„ d$eƒZ*G d%d&„ d&eƒZ+G d'd(„ d(e$ƒZ,G d)d*„ d*e$ƒZ-G d+d,„ d,eƒZ.G d-d.„ d.eƒZ/G d/d0„ d0eƒZ0G d1d2„ d2eƒZ1G d3d4„ d4eƒZ2G d5d6„ d6eƒZ3G d7d8„ d8eƒZ4G d9d:„ d:eƒZ5G d;d<„ d<eƒZ6G d=d>„ d>eƒZ7G d?d@„ d@ƒZ8dAdB„ Z9dS )Cé    N)ÚSettingsReference)Úmodels)Ú	Operation)ÚCOMPILED_REGEX_TYPEÚRegexObject)Ú
LazyObjectÚPromise)Úutc)Úget_docs_versionc                   @   s   e Zd Zdd„ Zdd„ ZdS )ÚBaseSerializerc                 C   s
   || _ d S ©N©Úvalue)Úselfr   © r   úC/tmp/pip-unpacked-wheel-gcyiijx6/django/db/migrations/serializer.pyÚ__init__   s    zBaseSerializer.__init__c                 C   s   t dƒ‚d S )NzCSubclasses of BaseSerializer must implement the serialize() method.©ÚNotImplementedError©r   r   r   r   Ú	serialize   s    zBaseSerializer.serializeN)Ú__name__Ú
__module__Ú__qualname__r   r   r   r   r   r   r      s   r   c                   @   s   e Zd Zdd„ Zdd„ ZdS )ÚBaseSequenceSerializerc                 C   s   t dƒ‚d S )NzISubclasses of BaseSequenceSerializer must implement the _format() method.r   r   r   r   r   Ú_format    s    zBaseSequenceSerializer._formatc                 C   sT   t ƒ }g }| jD ](}t|ƒ ¡ \}}| |¡ | |¡ q|  ¡ }|d |¡ |fS )Nú, )Úsetr   Úserializer_factoryr   ÚupdateÚappendr   Újoin©r   ÚimportsÚstringsÚitemZitem_stringZitem_importsr   r   r   r   r   #   s    

z BaseSequenceSerializer.serializeN)r   r   r   r   r   r   r   r   r   r      s   r   c                   @   s   e Zd Zdd„ ZdS )ÚBaseSimpleSerializerc                 C   s   t | jƒtƒ fS r   )Úreprr   r   r   r   r   r   r   /   s    zBaseSimpleSerializer.serializeN©r   r   r   r   r   r   r   r   r&   .   s   r&   c                   @   s   e Zd Zdd„ ZdS )ÚChoicesSerializerc                 C   s   t | jjƒ ¡ S r   )r   r   r   r   r   r   r   r   4   s    zChoicesSerializer.serializeNr(   r   r   r   r   r)   3   s   r)   c                   @   s   e Zd ZdZdd„ ZdS )ÚDateTimeSerializerz)For datetime.*, except datetime.datetime.c                 C   s   t | jƒdhfS )Núimport datetime©r'   r   r   r   r   r   r   :   s    zDateTimeSerializer.serializeN©r   r   r   Ú__doc__r   r   r   r   r   r*   8   s   r*   c                   @   s   e Zd ZdZdd„ ZdS )ÚDatetimeDatetimeSerializerzFor datetime.datetime.c                 C   s\   | j jd k	r&| j jtkr&| j  t¡| _ dg}| j jd k	rB| d¡ t| j ƒ dd¡t|ƒfS )Nr+   z%from django.utils.timezone import utczdatetime.timezone.utcr	   )r   Útzinfor	   Ú
astimezoner    r'   Úreplacer   )r   r#   r   r   r   r   @   s    
z$DatetimeDatetimeSerializer.serializeNr-   r   r   r   r   r/   >   s   r/   c                   @   s   e Zd Zdd„ ZdS )ÚDecimalSerializerc                 C   s   t | jƒdhfS )Nzfrom decimal import Decimalr,   r   r   r   r   r   J   s    zDecimalSerializer.serializeNr(   r   r   r   r   r3   I   s   r3   c                   @   s,   e Zd Zedd„ ƒZedd„ ƒZdd„ ZdS )ÚDeconstructableSerializerc           
      C   s˜   t  | ¡\}}g }|D ](}t|ƒ ¡ \}}| |¡ | |¡ qt| ¡ ƒD ]4\}	}t|ƒ ¡ \}}| |¡ | d|	|f ¡ qLd|d |¡f |fS )Nz%s=%sz%s(%s)r   )	r4   Ú_serialize_pathr   r   r    r   ÚsortedÚitemsr!   )
ÚpathÚargsÚkwargsÚnamer#   r$   ÚargÚ
arg_stringZarg_importsÚkwr   r   r   Úserialize_deconstructedO   s    

z1DeconstructableSerializer.serialize_deconstructedc                 C   s>   |   dd¡\}}|dkr(dh}d| }nd| h}| }||fS )NÚ.é   zdjango.db.modelsúfrom django.db import modelsz	models.%sú	import %s)Úrsplit)r8   Úmoduler;   r#   r   r   r   r5   ]   s    

z)DeconstructableSerializer._serialize_pathc                 C   s   | j | j ¡ Ž S r   )r?   r   Údeconstructr   r   r   r   r   h   s    z#DeconstructableSerializer.serializeN)r   r   r   Ústaticmethodr?   r5   r   r   r   r   r   r4   N   s
   


r4   c                   @   s   e Zd Zdd„ ZdS )ÚDictionarySerializerc           	      C   s€   t ƒ }g }t| j ¡ ƒD ]J\}}t|ƒ ¡ \}}t|ƒ ¡ \}}| |¡ | |¡ | ||f¡ qdd dd„ |D ƒ¡ |fS )Nú{%s}r   c                 s   s   | ]\}}d ||f V  qdS )z%s: %sNr   )Ú.0ÚkÚvr   r   r   Ú	<genexpr>v   s     z1DictionarySerializer.serialize.<locals>.<genexpr>)	r   r6   r   r7   r   r   r   r    r!   )	r   r#   r$   rK   rL   Zk_stringZ	k_importsZv_stringZ	v_importsr   r   r   r   m   s    

zDictionarySerializer.serializeNr(   r   r   r   r   rH   l   s   rH   c                   @   s   e Zd Zdd„ ZdS )ÚEnumSerializerc                 C   s,   | j j}|j}d||j| j jf d| hfS )Nz	%s.%s[%r]rC   )r   Ú	__class__r   r   r;   )r   Ú
enum_classrE   r   r   r   r   z   s
    þzEnumSerializer.serializeNr(   r   r   r   r   rN   y   s   rN   c                       s   e Zd Z‡ fdd„Z‡  ZS )ÚFloatSerializerc                    s4   t  | j¡st  | j¡r*d | j¡tƒ fS tƒ  ¡ S )Nzfloat("{}"))ÚmathÚisnanr   ÚisinfÚformatr   Úsuperr   r   ©rO   r   r   r   „   s    zFloatSerializer.serialize)r   r   r   r   Ú__classcell__r   r   rW   r   rQ   ƒ   s   rQ   c                   @   s   e Zd Zdd„ ZdS )ÚFrozensetSerializerc                 C   s   dS )Nzfrozenset([%s])r   r   r   r   r   r   ‹   s    zFrozensetSerializer._formatN©r   r   r   r   r   r   r   r   rY   Š   s   rY   c                   @   s   e Zd Zdd„ ZdS )ÚFunctionTypeSerializerc                 C   sÀ   t | jdd ƒrHt| jjtƒrH| jj}|j}d||j| jjf d| hfS | jjdkr\tdƒ‚| jjd krvtd| j ƒ‚| jj}d| jjkr¨d|| jjf d| jj hfS td	| jj|f ƒ‚d S )
NÚ__self__z%s.%s.%srC   z<lambda>z!Cannot serialize function: lambdaz'Cannot serialize function %r: No moduleú<ú%s.%sz"Could not find function %s in %s.
)	Úgetattrr   Ú
isinstancer\   Útyper   r   Ú
ValueErrorr   )r   ÚklassrE   Úmodule_namer   r   r   r      s    ÿz FunctionTypeSerializer.serializeNr(   r   r   r   r   r[      s   r[   c                   @   s   e Zd Zdd„ ZdS )ÚFunctoolsPartialSerializerc                 C   sd   t | jjƒ ¡ \}}t | jjƒ ¡ \}}t | jjƒ ¡ \}}dh|||™}d| jjj|||f |fS )Nzimport functoolszfunctools.%s(%s, *%s, **%s))r   r   Úfuncr   r9   ÚkeywordsrO   r   )r   Zfunc_stringZfunc_importsÚargs_stringZargs_importsZkeywords_stringZkeywords_importsr#   r   r   r   r   ¦   s    üùz$FunctoolsPartialSerializer.serializeNr(   r   r   r   r   re   ¥   s   re   c                   @   s   e Zd Zdd„ ZdS )ÚIterableSerializerc                 C   s`   t ƒ }g }| jD ](}t|ƒ ¡ \}}| |¡ | |¡ qt|ƒdkrJdnd}|d |¡ |fS )NrA   ú(%s)ú(%s,)r   )r   r   r   r   r   r    Úlenr!   r"   r   r   r   r   ¹   s    

zIterableSerializer.serializeNr(   r   r   r   r   ri   ¸   s   ri   c                   @   s   e Zd Zdd„ ZdS )ÚModelFieldSerializerc                 C   s    | j  ¡ \}}}}|  |||¡S r   )r   rF   r?   )r   Ú	attr_namer8   r9   r:   r   r   r   r   Ç   s    zModelFieldSerializer.serializeNr(   r   r   r   r   rm   Æ   s   rm   c                   @   s   e Zd Zdd„ ZdS )ÚModelManagerSerializerc                 C   sD   | j  ¡ \}}}}}|r2|  |¡\}}d| |fS |  |||¡S d S )Nz%s.as_manager())r   rF   r5   r?   )r   Z
as_managerZmanager_pathZqs_pathr9   r:   r;   r#   r   r   r   r   Í   s
    z ModelManagerSerializer.serializeNr(   r   r   r   r   ro   Ì   s   ro   c                   @   s   e Zd Zdd„ ZdS )ÚOperationSerializerc                 C   s0   ddl m} || jdd ¡ \}}| d¡|fS )Nr   )ÚOperationWriter)Úindentationú,)Zdjango.db.migrations.writerrq   r   r   Úrstrip)r   rq   Ústringr#   r   r   r   r   ×   s    zOperationSerializer.serializeNr(   r   r   r   r   rp   Ö   s   rp   c                   @   s   e Zd Zdd„ ZdS )ÚPathLikeSerializerc                 C   s   t t | j¡ƒi fS r   )r'   ÚosÚfspathr   r   r   r   r   r   ß   s    zPathLikeSerializer.serializeNr(   r   r   r   r   rv   Þ   s   rv   c                   @   s   e Zd Zdd„ ZdS )ÚPathSerializerc                 C   s*   t | jtjƒrdnd}d|| jf dhfS )NZPureÚ zpathlib.%s%rzimport pathlib)r`   r   ÚpathlibÚPath)r   Úprefixr   r   r   r   ä   s    zPathSerializer.serializeNr(   r   r   r   r   ry   ã   s   ry   c                   @   s   e Zd Zdd„ ZdS )ÚRegexSerializerc                 C   sj   t | jjƒ ¡ \}}| jjt d¡jA }t |ƒ ¡ \}}dh||™}|g}|rX| |¡ dd |¡ |fS )Nrz   z	import rezre.compile(%s)r   )	r   r   Úpatternr   ÚflagsÚreÚcompiler    r!   )r   Zregex_patternZpattern_importsr€   Zregex_flagsZflag_importsr#   r9   r   r   r   r   ì   s    
zRegexSerializer.serializeNr(   r   r   r   r   r~   ë   s   r~   c                   @   s   e Zd Zdd„ ZdS )ÚSequenceSerializerc                 C   s   dS )Nz[%s]r   r   r   r   r   r   ú   s    zSequenceSerializer._formatNrZ   r   r   r   r   rƒ   ù   s   rƒ   c                   @   s   e Zd Zdd„ ZdS )ÚSetSerializerc                 C   s   | j r
dS dS )NrI   zset(%s)r   r   r   r   r   r   ÿ   s    zSetSerializer._formatNrZ   r   r   r   r   r„   þ   s   r„   c                   @   s   e Zd Zdd„ ZdS )ÚSettingsReferenceSerializerc                 C   s   d| j j dhfS )Nzsettings.%sz from django.conf import settings)r   Zsetting_namer   r   r   r   r     s    z%SettingsReferenceSerializer.serializeNr(   r   r   r   r   r…     s   r…   c                   @   s   e Zd Zdd„ ZdS )ÚTupleSerializerc                 C   s   t | jƒdkrdS dS )NrA   rj   rk   )rl   r   r   r   r   r   r     s    zTupleSerializer._formatNrZ   r   r   r   r   r†   
  s   r†   c                   @   s   e Zd Zdd„ ZdS )ÚTypeSerializerc                 C   s   t jddgftd ƒdg fg}|D ]$\}}}|| jkr |t|ƒf  S q t| jdƒrŒ| jj}|tjkrr| jjtƒ fS d|| jj	f d| hfS d S )Nzmodels.ModelrB   z
type(None)r   r^   rC   )
r   ZModelra   r   r   Úhasattrr   Úbuiltinsr   r   )r   Zspecial_casesZcaseru   r#   rE   r   r   r   r     s    þ

zTypeSerializer.serializeNr(   r   r   r   r   r‡     s   r‡   c                   @   s   e Zd Zdd„ ZdS )ÚUUIDSerializerc                 C   s   dt | jƒ dhfS )Nzuuid.%szimport uuidr,   r   r   r   r   r   #  s    zUUIDSerializer.serializeNr(   r   r   r   r   rŠ   "  s   rŠ   c                (   @   s¾   e Zd Zeeeeeee	e
eeejeejeejeejejejfeeeeeeeedƒe e!e"fe#e$j%e&e'j(e'j)fe*e+j,e+j-e+j.fe/e0j1j2e3e4e5fe6e7j8e9e:j;e<e=j>e?iZ@eAdd„ ƒZBeAdd„ ƒZCdS )Ú
SerializerNc                 C   s&   t |tƒstd|j ƒ‚|| j|< d S )Nz('%s' must inherit from 'BaseSerializer'.)Ú
issubclassr   rb   r   Ú	_registry)ÚclsÚtype_Ú
serializerr   r   r   Úregister@  s    
zSerializer.registerc                 C   s   | j  |¡ d S r   )r   Úpop)rŽ   r   r   r   r   Ú
unregisterF  s    zSerializer.unregister)Dr   r   r   Ú	frozensetrY   Úlistrƒ   r   r„   Útupler†   ÚdictrH   r   ZChoicesr)   ÚenumÚEnumrN   Údatetimer/   ÚdateÚ	timedeltaÚtimer*   r   r…   ÚfloatrQ   ÚboolÚintra   ÚbytesÚstrÚranger&   ÚdecimalÚDecimalr3   Ú	functoolsÚpartialÚpartialmethodre   ÚtypesÚFunctionTypeÚBuiltinFunctionTypeÚ
MethodTyper[   ÚcollectionsÚabcÚIterableri   r   r   r~   ÚuuidÚUUIDrŠ   r{   ÚPurePathry   rw   ÚPathLikerv   r   Úclassmethodr‘   r“   r   r   r   r   r‹   '  sZ                
       ë
r‹   c                 C   sÎ   t | tƒrt| ƒ} nt | tƒr.|  ¡ d d } t | tjƒrBt| ƒS t | tjj	ƒrXt
| ƒS t | tƒrjt| ƒS t | tƒr|t| ƒS t| dƒrŽt| ƒS tj ¡ D ]\}}t | |ƒr˜|| ƒ  S q˜td| tƒ f ƒ‚d S )NrA   r   rF   z´Cannot serialize: %r
There are some values Django cannot serialize into migration files.
For more, see https://docs.djangoproject.com/en/%s/topics/migrations/#migration-serializing)r`   r   r¢   r   Ú
__reduce__r   ZFieldrm   ÚmanagerZBaseManagerro   r   rp   ra   r‡   rˆ   r4   r‹   r   r7   rb   r
   )r   r   Zserializer_clsr   r   r   r   K  s,    






þÿr   ):r‰   Úcollections.abcr­   rš   r¤   r˜   r¦   rR   rw   r{   r   r©   r°   Zdjango.confr   Z	django.dbr   Z$django.db.migrations.operations.baser   Zdjango.db.migrations.utilsr   r   Zdjango.utils.functionalr   r   Zdjango.utils.timezoner	   Zdjango.utils.versionr
   r   r   r&   r)   r*   r/   r3   r4   rH   rN   rQ   rY   r[   re   ri   rm   ro   rp   rv   ry   r~   rƒ   r„   r…   r†   r‡   rŠ   r‹   r   r   r   r   r   Ú<module>   s^   

$