| Age | Commit message (Collapse) | Author |
|
|
|
|
|
This facilitates other changes like refs #28160.
|
|
|
|
nested Prefetches.
|
|
|
|
Thanks Tim for the review.
|
|
|
|
|
|
is None.
|
|
model.
Regression in 38575b007a722d6af510ea46d46393a4cda9ca29.
|
|
save_as_new.
Regression in 4a246a02bdcbc13b15480c014f51cb0682af7c1e.
|
|
|
|
non-grouped options.
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
|
|
|
|
|
|
e6bfd3d751278d7cfd09af1120c4bbce509c05da.
|
|
|
|
Thanks Marc Tamlyn for the report and Ian Foote/Tim Graham for review.
|
|
|
|
|
|
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.
|
|
|