Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/utils/itercompat.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham2013-07-141-14/+0
* Removed django.utils.itercompat.product() as per deprecat...Ramiro Morales2013-06-291-7/+0
* Fixed #20094 - Be more careful when checking for IteratorMarc Tamlyn2013-03-221-1/+14
* Advanced pending deprecation warnings.Aymeric Augustin2012-12-291-1/+1
* Removed obsolete compatibility functions for old Pythons.Aymeric Augustin2012-12-291-10/+0
* [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-221-3/+3
* Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin2012-05-031-4/+2
* Fixed #17965 -- Definitely dropped support for Python 2.5...Claude Paroz2012-03-311-17/+7
* Remove the usage of deprecated function in Django. Also s...Alex Gaynor2011-10-141-8/+3
* Fixed #16155 -- Removed Python 2.4 compatibility construc...Ramiro Morales2011-06-091-1/+1
* Re-added a few compatibility modules that were removed in...Jannis Leidel2011-03-301-0/+17
* Removed a bunch more Python 2.4 workarounds now that we d...Adrian Holovaty2011-03-281-12/+0
* Fiexed #3055 -- Validate that models target of a GenericR...Ramiro Morales2010-11-151-0/+6
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-041-57/+1
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-0/+20
* Fixed #8209: `ModelForm`s now validate unique constraints...Jacob Kaplan-Moss2008-09-011-0/+1
* Fixed #7718 -- Added a naive implementation of sorted() f...Russell Keith-Magee2008-07-131-0/+5
* Fixed #5445: added some compatibility code for the lack o...Jacob Kaplan-Moss2007-09-141-0/+10
* Fixed small bug in Python 2.3 fallback for itertools.grou...Malcolm Tredinnick2007-06-241-1/+1
* Fixed a Python 2.3 incompatibility I overlooked in [5516].Malcolm Tredinnick2007-06-231-0/+6
* Fixed #4506 -- Changed "regroup" template tag to use __eq...Malcolm Tredinnick2007-06-171-1/+23
* Fixed #2823 -- Fixed Python 2.3 compatibility problem poi...Malcolm Tredinnick2006-09-261-1/+1
* Fixed #2265 -- Fixed problem with using iterators for "ch...Malcolm Tredinnick2006-09-261-0/+31