Re: Can we make 1 function to check the objects need update and update them

2018-08-30 Thread Mikhailo Keda
Django store data in a database, your program could get all data from the database. -- 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...@goo

Re: Can we make 1 function to check the objects need update and update them

2018-08-29 Thread Anirudh choudhary
I have read it already and the best I found from the documentation is the signals but signals only save when save command is given and it is manually On Thursday, August 30, 2018 at 12:19:17 PM UTC+5:30, Mikhailo Keda wrote: > > Check Django documentation https://docs.djangoproject.com/en/2.1/ >

Re: Can we make 1 function to check the objects need update and update them

2018-08-29 Thread Mikhailo Keda
Check Django documentation https://docs.djangoproject.com/en/2.1/ -- 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 p