Hi List,
I need to check, if a given instance of a Model already exists in the Database. I cannot check 'instance.pk is None', because there are manually given PKs (no discussion about this plz).

Up to now I check if 'instance._state.adding' is true. But I don't like this solution. Checking 'InstanceModel.objects.exists(pk=self.pk)' generates too much queries, so this is not acceptable in my case.

bg
Johannes


--
Johannes Schneider
Webentwicklung
johannes.schnei...@galileo-press.de
Tel.: +49.228.42150.xxx

Galileo Press GmbH
Rheinwerkallee 4 - 53227 Bonn - Germany
Tel.: +49.228.42.150.0 (Zentrale) .77 (Fax)
http://www.galileo-press.de/

Geschäftsführer: Tomas Wehren, Ralf Kaulisch, Rainer Kaltenecker
HRB 8363 Amtsgericht Bonn

--
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...@googlegroups.com.
To post to this group, send email to django-users@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/52D7DE2D.8070604%40galileo-press.de.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to