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-26
Fixed #27781 -- Made simplify_regex() remove outstanding '?' characters.
Mariusz Felisiak
2017-01-26
Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...
Chillar Anand
2017-01-26
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...
Claude Paroz
2017-01-26
Removed unnecessary force_text() in BaseTemporalField.to_python().
Tim Graham
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-25
Fixed #27776 -- Merged tests/requirements/base.txt into py3.txt.
Tim Graham
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-25
Refs #27741 -- Fixed staticfiles_tests.test_views when run in isolation.
Tim Graham
2017-01-25
Simplified tests with assertDoesNotOptimize().
Ed Morley
2017-01-25
Corrected http.multipartparser.exhaust() docstring.
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-25
Refs #23919 -- Removed obsolete MySQLdb references.
Tim Graham
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-25
Refs #25175 -- Deprecated db.backends.postgresql_psycopg2 module.
Tim Graham
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
[prev]
[next]