| Age | Commit message (Collapse) | Author |
|
Co-authored-by: Daniel Fairhead <daniel@dev.ngo>
|
|
|
|
Thanks Jacob Walls for the report.
|
|
|
|
indexes/unique constraints on SQLite.
This adjusts Expressions.rename_table_references() to only update alias
when needed.
Regression in 83fcfc9ec8610540948815e127101f1206562ead.
Co-authored-by: Simon Charette <charettes@users.noreply.github.com>
|
|
asyncore and smtpd modules were deprecated in Python 3.10.
|
|
migrations.
|
|
|
|
|
|
offsets.
|
|
Split tests by behavior, e.g. header, and added additional tests.
|
|
Thanks Simon Charette for the implementation idea.
|
|
test_server_login() was a regression test for a crash when passing
Unicode strings to SMTP server using CRAM-MD5 method on Python 2.
Python 2 is no longer supported and test_server_login() passes even
without FakeSMTPChannel.smtp_AUTH() because
smtplib.SMTPAuthenticationError is raised when AUTH is not implemented.
|
|
|
|
mode.
|
|
and auto_now_add=True in non-interactive mode.
|
|
options in interactive mode.
|
|
|
|
in options in interactive mode.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
required fields passed in options.
|
|
migrations.test_executor.ExecutorTests.test_custom_user().
|
|
objects.
Fixed in 58da81a5a372a69f0bac801c412b57f3cce5f188.
|
|
|
|
in non-interactive mode.
|
|
|
|
Co-authored-by: Yash Jhunjhunwala <yash@jhunjhunwalaadvisors.com>
|
|
navigation sidebar.
|
|
with a callable default.
|
|
transforms.
|
|
SP-GiST indexes on PostgreSQL 14+.
|
|
|
|
|
|
|
|
|
|
PostgreSQL.
|
|
|
|
|
|
create a shallow copy of children."
This reverts commit e441847ecae99dd1ccd0d9ce76dbcff51afa863c.
A shallow copy is not enough because querysets can be reused and
evaluated in nested nodes, which shouldn't mutate JOIN aliases.
Thanks Michal Čihař for the report.
|
|
Thanks Simon Charette for the review and implementation idea.
|
|
empty_result_set_value.
|
|
|
|
BoundFields.
Regression in 456466d932830b096d39806e291fe23ec5ed38d5.
|
|
|
|
non-unique field to primary key on MySQL and PostgreSQL.
|
|
|
|
|
|
Thanks Simon Charette for the review.
|
|
Regression in 456466d932830b096d39806e291fe23ec5ed38d5.
|
|
Regression in 1e5aa8e1c79252cc810af21294a6e945d11d37b3.
|
|
querysets.
|