mirror of
				https://github.com/SectorLabs/django-localized-fields.git
				synced 2025-11-03 19:58:56 +03:00 
			
		
		
		
	Bump version number to 2.9
This commit is contained in:
		@@ -30,13 +30,14 @@ class LocalizedUniqueSlugField(LocalizedAutoSlugField):
 | 
			
		||||
 | 
			
		||||
        kwargs['uniqueness'] = kwargs.pop('uniqueness', get_language_codes())
 | 
			
		||||
 | 
			
		||||
        self.include_time = kwargs.pop('include_time', False)
 | 
			
		||||
 | 
			
		||||
        super(LocalizedUniqueSlugField, self).__init__(
 | 
			
		||||
            *args,
 | 
			
		||||
            **kwargs
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
        self.populate_from = kwargs.pop('populate_from')
 | 
			
		||||
        self.use_time = kwargs.pop('include_time', False)
 | 
			
		||||
 | 
			
		||||
    def deconstruct(self):
 | 
			
		||||
        """Deconstructs the field into something the database
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user