Re: django 1.7 - help with change in "Save as new" behavior when related inlines are marked to be deleted

2014-11-17 Thread Alex Marandon
I've created a ticket for this issue: https://code.djangoproject.com/ticket/23857 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googl

Re: django 1.7 - help with change in "Save as new" behavior when related inlines are marked to be deleted

2014-11-14 Thread Alex Marandon
On Wednesday, 12 November 2014 21:42:43 UTC+1, Collin Anderson wrote: > > Hello, > > That does seem odd. Are you using a custom form or custom template at all? > I bumped into this issue too. I made a minimal project that triggers the issue : # model.py from django.db import models class Autho