Implementing Model.get_again, which fetches a fresh copy from the DB. by Wilfred · Pull Request #2194 · django/django
This is a proposed fix to https://code.djangoproject.com/ticket/901
I believe that most users are implementing this functionality with the
following workaround:
my_foo = Foo.objects.get(pk=my_foo.p...