Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use lazy evaluated ForeignKey references to prevent future problems #155

Merged
merged 1 commit into from
Nov 5, 2014

Commits on Oct 30, 2014

  1. Use lazy evaluated ForeignKey references to prevent future problems

    Starting with Django 1.7 there have been multiple people hitting #django
    with problems that eventually could be solved using lazy references to
    related models instead of class references. Teaching it this ways seems
    to be a good way to prevent future issues.
    MarkusH committed Oct 30, 2014
    Configuration menu
    Copy the full SHA
    3f53aa9 View commit details
    Browse the repository at this point in the history