| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
remote storages.
Thanks revimi for the initial patch.
|
|
|
|
deleted?" message.
|
|
|
|
Thanks Mariusz Felisiak for review and MySQL advice.
|
|
|
|
|
|
Instead of a 404, return a redirect to admin index page with a message
indicating that the requested object does not exist. This avoids the
admin returning 404 from "Recent Actions" links for deleted objects.
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
On a SyntaxError, made runserver exit with a stacktrace when using
contrib.staticfiles's runserver options such as --nostatic.
|
|
|
|
|
|
|
|
|
|
|
|
db_table on Oracle.
|
|
|
|
vertical bars.
|
|
|
|
Removed unused DatabaseFeatures.driver_supports_timedeltas workaround.
|
|
Removed obsolete workarounds from 1aa48898085ea16915877cc139e238a74e3f554b
and dcf3be7a621f011a918453527406216a738acf68.
|
|
|
|
|
|
|
|
|
|
|
|
unsupported.
Executing a DDL statement during a transaction on backends that don't support
it silently commits, leaving atomic() in an incoherent state.
While schema_editor.execute() could technically be used to execute DML
statements such usage should be uncommon as these are usually performed through
the ORM. In other cases schema_editor.connection.execute() can be used to
circumvent this check.
Thanks Adam and Tim for the review.
|
|
|
|
|
|
Fixed Python 2 regression in 6dbe56ed7855f34585884a2381fb1cec22ddc824.
Thanks Simon Charette for the implementation idea.
|
|
Thanks Shivang Bharadwaj for the initial patch.
|
|
|
|
|
|
|
|
non-empty first value.
|
|
|
|
|
|
|
|
Thanks Carl Meyer and Tim Graham for contributing to the patch.
|
|
|
|
header.
|
|
|
|
|