That would be fine if I was using 1.10 but this is a legacy system using 1.9. This will be upgraded in the foreseeable future to 1.11
Thanks On 25 May 2017 at 17:01, Melvyn Sopacua <[email protected]> wrote: > 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 > <https://docs.djangoproject.com/en/1.11/ref/models/options/#base-manager-name> > . > > -- > > Melvyn Sopacua > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Django users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/django-users/AjQXrIrkEjw/unsubscribe. > To unsubscribe from this group and all its topics, 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 > <https://groups.google.com/d/msgid/django-users/2567353.Uvk92CTyiI%40devstation?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CALwQ%2B-tqHEyRAKQ0F_JwOahhTHhauRLV7w0GMM25TwUOMfzSDg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

