#10228: Inline edit of random model results in "Please correct the errors below." message with no errors listed. -----------------------------------+---------------------------------------- Reporter: lostlogic | Owner: nobody Status: new | Milestone: Component: django.contrib.admin | Version: 1.0 Keywords: inline, random, admin | Stage: Unreviewed Has_patch: 0 | -----------------------------------+---------------------------------------- I have a model that is specified ordering = [ '?' ]. It has a foreign key to another model with a definite order. I have specified that I would like to edit the former inline with the latter in my admin.py.
When I try to perform any edits on the resulting admin page (or even just save it unchanged), I get an error message, with an empty errorlist. -- Ticket URL: <http://code.djangoproject.com/ticket/10228> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
