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

Fixed #21430 -- Added Exception to be raised when unpickiling QuerySet across unsupported django version #2082

Closed
wants to merge 2 commits into from

Commits on Jan 21, 2014

  1. Fixed #21430 -- Added Exception to be raised when unpickiling QuerySet

    across unsupported django version.
    
    Added exception (UnpickleException).
    Added tests for QuerySets.
    Added tests for Models.
    
    Added docs for UnpickleException. Additions done under:
    * release notes for 1.7
    * queryset reference docs
    
    See PR django#2082 for relevant discussion.
    Prasoon Shukla committed Jan 21, 2014
    Configuration menu
    Copy the full SHA
    3cc5120 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2014

  1. Imported exceptions from django.core.

    Prasoon Shukla committed Jan 22, 2014
    Configuration menu
    Copy the full SHA
    6738083 View commit details
    Browse the repository at this point in the history