summaryrefslogtreecommitdiff
path: root/django/utils/copycompat.py
AgeCommit message (Expand)Author
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2011-03-30Re-added a few compatibility modules that were removed in r15927 to lower the...Jannis Leidel
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss