pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr  1 20:52:44 UTC 2013

Modified Files:
        pkgsrc/www/py-django: Makefile PLIST distinfo

Log Message:
Changes 1.5.1:
The biggest fix is for a memory leak introduced in Django 1.5. Under certain 
circumstances, repeated iteration over querysets could leak memory - sometimes 
quite a bit of it. If you'd like more information, the details are in our 
ticket tracker (and in a related issue in Python itself).

If you've noticed memory problems under Django 1.5, upgrading to 1.5.1 should 
fix those issues.

Django 1.5.1 also includes a couple smaller fixes:
* Module-level warnings emitted during tests are no longer silently hidden.
* Prevented filtering on password hashes in the user admin.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/py-django/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-django/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-django/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index