meshy / django-conman

NOT READY: Work in progress. A content management system for django
BSD 2-Clause "Simplified" License
3 stars 5 forks source link

500 when attempting to save a second root node #61

Closed meshy closed 7 years ago

meshy commented 9 years ago

At the moment we get a 500 when we try to save a second root node:

screenshot from 2015-08-02 15-31-59

meshy commented 7 years ago

This should now be dealt with by django admin (once re-implemented in #79) as this is now a simple unique constraint.