On Thursday 25 May 2017 08:37:32 'dtdave' via Django users wrote: > My application model has fields for candidate and jobs. > My problem is that once the job expires it is being dropped from both > the candidates and the applications as obviously the expired items > manager is the default. > Any help on how to correct this would be appreciated.
The trick to Django is knowing where to find the relevant documentation bit[1]. -- Melvyn Sopacua -------- [1] https://docs.djangoproject.com/en/1.11/ref/models/options/#base-manager-name -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2567353.Uvk92CTyiI%40devstation. For more options, visit https://groups.google.com/d/optout.

