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
path:
root
/
django
Age
Commit message (
Expand
)
Author
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-02-02
Fixed #27803 -- Kept safe status of lazy safe strings in conditional_escape
Claude Paroz
2017-02-01
Removed unused ExceptionReporter.format_exception() method.
Tim Graham
2017-02-01
Removed ExceptionReporter support for string exceptions.
Tim Graham
2017-02-01
Fixed #27683 -- Made MySQL default to the read committed isolation level.
Tim Graham
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-02-01
Fixed #27661 -- Moved FileSystemFinder's ImproperlyConfigured exceptions to s...
Ling-Xiao Yang
2017-01-31
Fixed #27800 -- Fixed QuerySet.annotate(Length(...)).distinct() crash.
Lex Berezhny
2017-01-31
Refs #23919 -- Removed unneeded code in force_text().
Vytis Banaitis
2017-01-31
Fixed #27758 -- Reallowed AdvancedModelIterator pattern after template widget...
Jon Dufresne
2017-01-31
Used model_ngettext in two more places
Claude Paroz
2017-01-30
Refs #27795 -- Prevented SafeText from losing safe status on str()
Claude Paroz
2017-01-30
Refs #23919 -- Removed usage of obsolete SafeBytes class
Claude Paroz
2017-01-30
Fixed #27793 -- Used stdlib's ipaddress module to validate IP addresses
Claude Paroz
2017-01-30
Refs #23919 -- Assumed request COOKIES and META are str
Claude Paroz
2017-01-30
Fixed #27789 -- Simplified query for sequence value on Oracle.
Mariusz Felisiak
2017-01-29
Removed unneeded parentheses in class definitions
Claude Paroz
2017-01-28
Fixed #26993 -- Increased User.last_name max_length to 150 characters.
Thom Wiggers
2017-01-28
Fixed #27788 -- Dropped support for Oracle < 12.1.
Tim Graham
2017-01-28
Removed obsolete sentence in ManagementUtility docstring.
Srinivas Reddy Thatiparthy
2017-01-28
Made ugettext* functions aliases of gettext*
Claude Paroz
2017-01-27
Fixed #27748 -- Switched HTTP error handlers to reference callables instead o...
Dmitry Gladkov
2017-01-27
Refs #27537 -- Added default_addr(_ipv6) attributes to runserver command.
Ed Morley
2017-01-27
Improved test coverage and error messages for conf.urls.__init__.
Anton Samarchyan
2017-01-27
Refs #23919 -- Used DeclarativeFieldsMetaclass.__prepare__() for tracking for...
Tim Graham
2017-01-26
Slightly simplified django.conf.urls.static.static().
Anton Samarchyan
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
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
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 -- 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-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
[prev]
[next]