summaryrefslogtreecommitdiff
path: root/tests/base
AgeCommit message (Collapse)Author
2013-09-03[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
Conflicts: django/db/backends/oracle/base.py django/db/backends/sqlite3/base.py django/db/models/base.py Backport of 365c3e8b from master.
2013-05-19add comment to explain why it's necessary to do an explicit check forAndrea Crotti
Python2 and how metaclasses are defined
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner