django-fixturemedia icon indicating copy to clipboard operation
django-fixturemedia copied to clipboard

chore(django): update code for compatibility with Django 1.10+

Open shahriar-fattahi opened this issue 7 months ago • 0 comments

  • replace deprecated option_list with add_arguments method in management commands
  • update raw_input to input for Python 3 compatibility
  • handle apps without file attribute in management commands
  • replace handle_noargs with handle method
  • ensure use of apps.get_app_configs instead of get_apps

Refs: #14

shahriar-fattahi avatar Jul 11 '24 20:07 shahriar-fattahi