Skip to content
  • Rémi Duraffort's avatar
    Fix deprecation warnings · 22924290
    Rémi Duraffort authored
    
    
    The patch is fixing:
    * assertEquals: replaced by assertEqual
    * assignment_tag: replaced by simple_tag
    * django-tables2: template renamed to template_name
    * is_anonymous: is a member (was callable)
    * ManyToManyField: save before
    * MIDDLEWARE_CLASSES: replaced by MIDDLEWARE
    * migrations: on_delete is now mandatory (default was CASCADE)
    * urls.include: replaced by the module directly
    
    Signed-off-by: default avatarRémi Duraffort <remi.duraffort@linaro.org>
    22924290