index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-01-25
Removed unused variables that are overwritten.
Mads Jensen
2017-01-25
Fixed typo in docs/ref/models/expressions.txt.
Paolo Melchiorre
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-24
Refs #23919 -- Removed a MySQLdb workaround (refs #6052) for Python 2.
Tim Graham
2017-01-24
Tidied djang.db.utils.load_backend().
Tim Graham
2017-01-24
Refs #23919 -- Removed __traceback__ setting needed for Python 2.
Tim Graham
2017-01-23
Fixed #27743 -- Prevented admin's "+" button icon from overlapping its label.
Nick Mavrakis
2017-01-23
Replaced dict() usage with dict literals.
Jon Dufresne
2017-01-23
Assumed iri_to_uri always returns a string
Claude Paroz
2017-01-23
Replaced "not var is ..." with "is not" in attrs.html.
Jon Dufresne
2017-01-23
Removed MySQL decimal casting.
Tim Graham
2017-01-23
Fixed #27759 -- Prevented forms attrs.html template from rendering False attrs.
Jon Dufresne
2017-01-23
Fixed #27761 -- Fixed quote location in multiple_input.html forms templates.
Jon Dufresne
2017-01-23
Removed ChoiceWidget.render() as it duplicates parent implementation.
Jon Dufresne
2017-01-22
Removed obsolete force_text_recursive
Claude Paroz
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-21
Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).
Mariusz Felisiak
2017-01-21
Refs #5748 -- Removed obsolete Python/Windows workarounds in floatformat filter.
Tim Graham
2017-01-21
Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.
Tim Graham
2017-01-21
Added a missing floatformat test and simplified another.
Tim Graham
2017-01-21
Removed unused imports in example migrations.
Arkadiusz Adamski
2017-01-20
Refs #16859 -- Updated CSRF FAQ to mention CSRF_USE_SESSIONS setting.
Alasdair Nicol
2017-01-20
Refs #23919 -- Removed pysqlite support (it's Python 2 only).
Tim Graham
2017-01-20
Refs #23919 -- Removed str_prefix usage
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Removed u'' prefx in django/core/signing.py comment.
Srinivas Reddy Thatiparthy
2017-01-20
Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Removed Python 2 workaround for hashing Oracle params (refs #2...
Mariusz Felisiak
2017-01-19
Refs #23919 -- Removed Python 2 version check in django.http.cookie.
Tim Graham
2017-01-19
Refs #23919 -- Removed SessionBase.iterkeys(), itervalues(), iteritems().
Srinivas Reddy Thatiparthy
2017-01-19
Refs #23919 -- Removed enum ImportError handling for Python 2.
Tim Graham
2017-01-19
Fixed django/utils/http.py comment typo.
Tim Graham
2017-01-19
Refs #23919 -- Removed docs references to long integers.
Tim Graham
2017-01-19
Fixed #23905, refs #23919 -- Used make_msgid() from stdlib.
Tim Graham
2017-01-19
Refs #23919 -- Removed obsolete compare_digest() and pbkdf2() implementations.
Tim Graham
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
Refs #23919 -- Removed usage of django.utils.decorators.ContextDecorator.
Chillar Anand
2017-01-19
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
2017-01-19
Updated translation catalogs
Claude Paroz
2017-01-19
Refs #23919 -- Removed reset_warning_registry() workaround for Python < 3.4.2.
Tim Graham
2017-01-19
Removed xmlrunner from flake8 exclude.
Tim Graham
2017-01-19
Refs #23919 -- Removed obsolete contextlib.closing() calls (for Python 2).
Tim Graham
2017-01-19
Fixed spelling mistakes in code and comments.
james mike dupont
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Replaced io.open() with open().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed obsolete __ne__() methods.
Aymeric Augustin
[prev]
[next]