Branch: refs/heads/master
Home: https://github.com/django/django
Commit: e4ea53677449cfc56a0093bfbd92cb482020bb1e
https://github.com/django/django/commit/e4ea53677449cfc56a0093bfbd92cb482020bb1e
Author: Alex Gaynor <[email protected]>
Date: 2012-09-07 (Fri, 07 Sep 2012)
Changed paths:
M django/db/backends/creation.py
Log Message:
-----------
Ensued that SQL indexes are alwasy created in the same name.
Previous this used Python's builtin hash() function, which has never been
guarnteed to be stable across implementations (CPython/Jython/etc.) or 32/64
bitness. However, this in practice it was stable. However, with the impending
release of Python 3.3 hash randomizations is enabled by default, which would
mean the index name changed between program invocations.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.