Admin doesn't show all entities

39 views
Skip to first unread message

Dmitry Mikhaylov

unread,
Sep 19, 2014, 1:10:27 AM9/19/14
to django...@googlegroups.com
I really don't know what might be wrong, but admin doesn't list some of my entities. There're two links in list header saying:

1736 results 2520 total

When I click on "2520 total", it just show the same list with 1736 results. I can open objects change-forms using their ids though.

A couple months ago I did some migrations for the schema, maybe I did something wrong. But if I did, I guess I couldn't access those objects at all...

Please, help me.

Collin Anderson

unread,
Sep 19, 2014, 7:31:22 PM9/19/14
to django...@googlegroups.com
This happened to me once when using django.contrib.comments. It turned out there was an exception happening in the template rendering that was getting silenced.

Benjamin Scherrey

unread,
Sep 20, 2014, 12:17:52 PM9/20/14
to django-users
Yikes that's scary. How did you diagnose this? I think I may be hitting a few examples of this now as well. Silent repression of exceptions is about as evil a thing as one can do in a framework/library.

On Sat, Sep 20, 2014 at 6:31 AM, Collin Anderson <cmawe...@gmail.com> wrote:
This happened to me once when using django.contrib.comments. It turned out there was an exception happening in the template rendering that was getting silenced.

--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f59d815b-67db-41ff-a08a-eea5d98447c4%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Chief Systems Architect Proteus Technologies
Personal blog where I am not your demographic.

This email intended solely for those who have received it. If you have received this email by accident - well lucky you!!

Collin Anderson

unread,
Sep 22, 2014, 11:36:54 AM9/22/14
to django...@googlegroups.com
On Saturday, September 20, 2014 12:17:52 PM UTC-4, Ben Scherrey wrote:
Yikes that's scary. How did you diagnose this? I think I may be hitting a few examples of this now as well. Silent repression of exceptions is about as evil a thing as one can do in a framework/library.

Yeah, I don't really remember. I think I added a bunch of print statements to the Django source code. 
Reply all
Reply to author
Forward
0 new messages