#14529: Save messages for proxy models show a crazy verbose_name ----------------------------------+----------------------------------------- Reporter: [email protected] | Owner: nobody Status: new | Milestone: Component: django.contrib.admin | Version: 1.2 Keywords: | Stage: Unreviewed Has_patch: 1 | ----------------------------------+----------------------------------------- Steps to reproduce: 1) In a ModelAdmin, provide a custom queryset method that adds .only(). 2) Save a model in the admin.
Expected results: The model name "whatever" was saved successfully. Actual results: The model_name_deferred__all_the_fields_you_did_not_load "whatever" was saved successfully. -- Ticket URL: <http://code.djangoproject.com/ticket/14529> 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.
