nyergler / nested-formset

Nest Django formsets for multi-level editing.
BSD 3-Clause "New" or "Revised" License
87 stars 21 forks source link

update docs to show no longer compatible with later django #29

Open markfilley opened 7 years ago

markfilley commented 7 years ago

The patterns modules cannot be imported, as deprecated in django 1.8

this file C:\apps\nested-formset\demo\nested_formset_demo\urls.py

Documentation here https://docs.djangoproject.com/en/1.9/ref/urls/#patterns

I'm running django 1.11

realPrimoh commented 7 years ago

Wouldn't this be an easy fix by changing the urlpatterns to urlpatterns =[]?