Skip to content

feat: Support for django 2.2 (#308)

nanoy requested to merge update_django into dev

See issue #308 (closed) What has been done :

  • Support for django 2.2.
  • Rename django.conf.urlresolvers.
  • Change url to path.
  • Add apps to app folder.
  • Edit migrations for on_delete.
  • Edit models for on_delete.
  • Support of authentication backend
  • Test more pages
  • Test with real db (tested migrations with Rézo Metz dump)
  • Add pipfile and pipfile.lock
Edited by nanoy

Merge request reports