summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-26Fixed #27781 -- Made simplify_regex() remove outstanding '?' characters.Mariusz Felisiak
2017-01-26Refs #23919 -- Replaced tempfile.mkdtemp() with TemporaryDirectory() context ...Chillar Anand
2017-01-26Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz
2017-01-26Removed unnecessary force_text() in BaseTemporalField.to_python().Tim Graham
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Fixed #27776 -- Merged tests/requirements/base.txt into py3.txt.Tim Graham
2017-01-25Refs #23919 -- Removed misc Python 2/3 references.Tim Graham
2017-01-25Refs #27741 -- Fixed staticfiles_tests.test_views when run in isolation.Tim Graham
2017-01-25Simplified tests with assertDoesNotOptimize().Ed Morley
2017-01-25Corrected http.multipartparser.exhaust() docstring.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-25Refs #23919 -- Removed obsolete MySQLdb references.Tim Graham
2017-01-25Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.Tim Graham
2017-01-25Refs #25175 -- Deprecated db.backends.postgresql_psycopg2 module.Tim Graham
2017-01-25Removed unused variables that are overwritten.Mads Jensen
2017-01-25Fixed typo in docs/ref/models/expressions.txt.Paolo Melchiorre
2017-01-24Removed unneeded force_text calls in the test suiteClaude Paroz
2017-01-24Refs #23919 -- Removed a MySQLdb workaround (refs #6052) for Python 2.Tim Graham
2017-01-24Tidied djang.db.utils.load_backend().Tim Graham
2017-01-24Refs #23919 -- Removed __traceback__ setting needed for Python 2.Tim Graham
2017-01-23Fixed #27743 -- Prevented admin's "+" button icon from overlapping its label.Nick Mavrakis
2017-01-23Replaced dict() usage with dict literals.Jon Dufresne
2017-01-23Assumed iri_to_uri always returns a stringClaude Paroz
2017-01-23Replaced "not var is ..." with "is not" in attrs.html.Jon Dufresne
2017-01-23Removed MySQL decimal casting.Tim Graham
2017-01-23Fixed #27759 -- Prevented forms attrs.html template from rendering False attrs.Jon Dufresne
2017-01-23Fixed #27761 -- Fixed quote location in multiple_input.html forms templates.Jon Dufresne
2017-01-23Removed ChoiceWidget.render() as it duplicates parent implementation.Jon Dufresne
2017-01-22Removed obsolete force_text_recursiveClaude Paroz
2017-01-22Refs #23919 -- Replaced six.reraise by raiseClaude Paroz
2017-01-21Refs #23919 -- Removed misc references to Python 2.Tim Graham
2017-01-21Refs #23919 -- Removed re.U and re.UNICODE (default on Python 3).Mariusz Felisiak
2017-01-21Refs #5748 -- Removed obsolete Python/Windows workarounds in floatformat filter.Tim Graham
2017-01-21Refs #23919 -- Removed django.utils.decorators.available_attrs() usage.Tim Graham
2017-01-21Added a missing floatformat test and simplified another.Tim Graham
2017-01-21Removed unused imports in example migrations.Arkadiusz Adamski
2017-01-20Refs #16859 -- Updated CSRF FAQ to mention CSRF_USE_SESSIONS setting.Alasdair Nicol
2017-01-20Refs #23919 -- Removed pysqlite support (it's Python 2 only).Tim Graham
2017-01-20Refs #23919 -- Removed str_prefix usageClaude Paroz
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-20Refs #23919 -- Removed unneeded str() callsClaude Paroz
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-20Removed u'' prefx in django/core/signing.py comment.Srinivas Reddy Thatiparthy
2017-01-20Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.Tim Graham
2017-01-20Refs #23919 -- Removed unneeded force_str callsClaude Paroz
2017-01-19Refs #23919 -- Removed Python 2 workaround for hashing Oracle params (refs #2...Mariusz Felisiak
2017-01-19Refs #23919 -- Removed Python 2 version check in django.http.cookie.Tim Graham
2017-01-19Refs #23919 -- Removed SessionBase.iterkeys(), itervalues(), iteritems().Srinivas Reddy Thatiparthy
2017-01-19Refs #23919 -- Removed enum ImportError handling for Python 2.Tim Graham