response.
On Thursday, June 12, 2014 11:44:35 AM UTC-4, Tom Evans wrote:
>
> On Thu, Jun 12, 2014 at 3:48 PM, Mezzy >
> wrote:
> > Hello
> >
> > How do I detect when related models have changed; If I have models such
> as
> > the following:
Hello
How do I detect when related models have changed; If I have models such as
the following:
.. models.py
class Model1(models.Model):
field = models.CharField(max_length=255, default="Some value")
class Model2(models.Model):
field = models.CharField(max_length=255, default="Some value")
2 matches
Mail list logo