mirror of
https://github.com/django/django.git
synced 2025-03-02 13:04:24 +00:00
The keys/items/values methods return iterators in Python 3, and the iterkeys/items/values methods don't exist in Python 3. The behavior under Python 2 is unchanged.