index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
itercompat.py
Age
Commit message (
Expand
)
Author
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2013-06-28
Removed django.utils.itercompat.product() as per deprecation TL.
Ramiro Morales
2013-03-22
Fixed #20094 - Be more careful when checking for Iterator
Marc Tamlyn
2012-12-29
Advanced pending deprecation warnings.
Aymeric Augustin
2012-12-29
Removed obsolete compatibility functions for old Pythons.
Aymeric Augustin
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-05-03
Fixed #18042 -- Advanced deprecation warnings.
Aymeric Augustin
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2011-10-14
Remove the usage of deprecated function in Django. Also simplify the fallback...
Alex Gaynor
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-03-30
Re-added a few compatibility modules that were removed in r15927 to lower the...
Jannis Leidel
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2010-11-14
Fiexed #3055 -- Validate that models target of a GenericRelation have a Gener...
Ramiro Morales
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2008-09-01
Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...
Jacob Kaplan-Moss
2008-07-13
Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat...
Russell Keith-Magee
2007-09-14
Fixed #5445: added some compatibility code for the lack of __iter__ in Jython...
Jacob Kaplan-Moss
2007-06-24
Fixed small bug in Python 2.3 fallback for itertools.groupby. Refs #4506.
Malcolm Tredinnick
2007-06-23
Fixed a Python 2.3 incompatibility I overlooked in [5516].
Malcolm Tredinnick
2007-06-17
Fixed #4506 -- Changed "regroup" template tag to use __eq__ instead of repr()
Malcolm Tredinnick
2006-09-26
Fixed #2823 -- Fixed Python 2.3 compatibility problem pointed out by Alex Dedul.
Malcolm Tredinnick
2006-09-26
Fixed #2265 -- Fixed problem with using iterators for "choices" attribute.
Malcolm Tredinnick