index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
/
datastructures.py
Age
Commit message (
Expand
)
Author
2017-02-11
Refs #27656 -- Updated django.utils docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2016-12-09
Fixed #27583 -- Fixed MultiValueDict.getlist() crash when values for key is N...
Mariusz Felisiak
2016-09-16
Fixed #27198 -- Made MultiValueDict.getlist() return a new list to prevent mu...
Jani Tiainen
2015-07-09
Fixed #25093 -- Added utils.datastructures.OrderedSet.__len__()
darkryder
2015-01-17
Removed django.utils.datastructures.SortedDict per deprecation timeline.
Tim Graham
2015-01-17
Removed django.utils.datastructures.MergeDict per deprecation timeline; refs ...
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-10-16
Fixed #23664 -- Provided a consistent definition for OrderedSet.__bool__
Thomas Chaumeny
2014-09-05
Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"
Claude Paroz
2014-08-30
Fixed #23384 -- Allowed overriding part of a dictionary-type setting
Claude Paroz
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
2013-10-17
Fixed #18659 -- Deprecated request.REQUEST and MergeDict
Bouke Haarsma
2013-09-18
Fixed #15625 -- Made message in MultiValueDictKeyError less verbose.
Tim Graham
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-29
Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()
Tim Graham
2013-08-10
Docs tweaks (thanks timgraham)
Andrew Godwin
2013-08-10
Back SortedSet onto OrderedDict, rename it, and a few typo fixes
Andrew Godwin
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-02
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-06-28
Removed insert(), value_for_insert() SortedDict methods deprecated in Django ...
Ramiro Morales
2013-05-10
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-05-10
Adding a dependency graph class and tests
Andrew Godwin
2013-04-26
Fixed #20321 -- Added missing key name in MergeDict KeyError message
Claude Paroz
2013-04-19
Fixed #20276 -- Implemented __bool__ for MergeDict
Anton Baklanov
2012-12-29
Advanced pending deprecation warnings.
Aymeric Augustin
2012-11-13
Some changes to SortedDict to make it faster under py2
Anssi Kääriäinen
2012-10-15
Allow reversed iteration over SortedDict.
Mitar
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-07-25
[py3] Updated dict-like data structures for Python 3.
Aymeric Augustin
2012-07-25
Fixed QueryDict.setlistdefault.
Aymeric Augustin
2012-07-25
Rolled back a unnecessary change in 8f002867b2.
Aymeric Augustin
2012-07-24
Added tests for deprecation warnings and fixed the argument order for the war...
Alex Gaynor
2012-07-14
Remove DotExpandedDict, which was undocumented and unused.
Alex Gaynor
2012-07-14
Fix an incredibly emberassing typo.
Alex Gaynor
2012-07-14
Deprecate two methods (which I seriously doubt anyone ever used, but they wer...
Alex Gaynor
2012-07-14
Cleaned up the QueryDict implementation.
Alex Gaynor
2012-04-30
Fixed SortedDict.__copy__()
Anssi Kääriäinen
2012-02-09
Fixed #17634 -- Optimized the performance of MultiValueDict by using append i...
Aymeric Augustin
2011-06-16
Fixed #12375 -- Added a dict() method to convert a MultiValueDict (such as a ...
Jannis Leidel
2011-05-22
Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (...
Jannis Leidel
[next]