| Age | Commit message (Collapse) | Author |
|
|
|
As CharField.to_python() now always calls str(), assigning bytes to a
CharField is no longer correct usage. Doing so results in a warning:
django/db/models/fields/__init__.py:1061: BytesWarning: str() on a bytes instance
Use a unique constraint violation to trigger the database error instead.
Warning introduced in 301de774c21d055e9e5a7073e5bffdb52bc71079.
|
|
Lookup right hand side processing was compiling query compilers which happened
to work by chance as SQLCompiler defines a as_sql() method with two optional
parameters albeit it doesn't expect the same type of arguments.
|
|
overriding existing attrs.
|
|
Thanks Preston Timmons for review.
|
|
|
|
|
|
|
|
Oracle cursor.
Thanks Tim Graham for the review.
|
|
Regression in f5c6295797b8332134fd89e0209a18a1d1d45e0c.
|
|
the __in lookup."
This reverts commit e62ea0bb9cbb54c1eef848871fe3eab2bad268dc since it
broke multi-column __in lookups and _meta.order_wrt on Oracle.
|
|
on Oracle.
|
|
|
|
Django's test runners no longer discover doctests.
|
|
Queries could potentially be resolved in cases where ordering matter.
|
|
|
|
|
|
Python 2
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
used in it.
|
|
|
|
|
|
|
|
|
|
The is_iterator() function was removed in 2456ffa42c33d63b54579eae0f5b9cf2a8cd3714.
|
|
|
|
|
|
prohibiting non-dict context.
|
|
|
|
|
|
|
|
contrib.postgres.
|
|
read() and write() were removed in 68a890e79f660484d05482902663b6168f0bd71e.
|
|
|
|
template.
|
|
backend-specific database exceptions.
Thanks Tim Graham for the review.
|
|
|
|
Thanks Claude Paroz and Tim Graham for reviews.
|
|
|
|
|
|
Obsolete since b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
to_field.
Thanks Kristian Klette for the report and Tim for the help.
|
|
Regression in 277a4dd4b4cc2a2cad77139882f084480751a95a.
Thanks Tim Graham for the test.
|
|
|
|
warnings.
Refs #26290.
Thanks Tim for the review.
|
|
|