| 
                
               | 
              
                
               | 
              
                @@ -102,7 +102,7 @@ class ModelImageInfoAdmin(admin.ModelAdmin): 
               | 
            
            
            
              | 
                102
               | 
              
                102
               | 
              
                  
               | 
            
            
            
              | 
                103
               | 
              
                103
               | 
              
                 class DistributorInfoAdmin(admin.ModelAdmin): 
               | 
            
            
            
              | 
                104
               | 
              
                104
               | 
              
                     list_display = ('brand_id', 'brand_name', 'distributor_id', 'distributor_name', 'distributor_short_name', 'distributor_province_name', 'position', 'status', 'created_at', 'updated_at')
               | 
            
            
            
              | 
                105
               | 
              
                
               | 
              
                -    list_filter = ('brand_name', 'distributor_province_name', 'status')
               | 
            
            
            
              | 
                
               | 
              
                105
               | 
              
                +    list_filter = ('brand_name', 'sr_id', 'distributor_province_name', 'status')
               | 
            
            
            
              | 
                106
               | 
              
                106
               | 
              
                     readonly_fields = ('brand_name', 'distributor_province_code')
               | 
            
            
            
              | 
                107
               | 
              
                107
               | 
              
                     search_fields = ('brand_id', 'brand_name', 'distributor_id', 'distributor_name', 'distributor_short_name', 'distributor_descr', 'distributor_province_code', 'distributor_province_name')
               | 
            
            
            
              | 
                108
               | 
              
                108
               | 
              
                  
               |