| Age | Commit message (Collapse) | Author |
|
migrations.
|
|
|
|
|
|
ASGI and async modes.
|
|
lookups with nested arrays to docs.
|
|
docs/topics/i18n/timezones.txt.
|
|
|
|
|
|
InlineForeignKeyField.
Co-authored-by: Simon Charette <charette.s@gmail.com>
|
|
models.
|
|
|
|
|
|
constraints.
|
|
datetime.UTC was added in Python 3.11.
|
|
Given there are no longer any internal usages of serialize=True and it
poses a risk to non-test databases integrity it seems appropriate to
deprecate it.
|
|
|
|
This bumps minimum supported versions of 3rd-party packages to the first
releases to support Python 3.12.
|
|
Co-authored-by: Raphael Gaschignard <raphael@rtpg.co>
|
|
|
|
overriding existing converters per deprecation timeline.
|
|
This also removes remaining versionadded/changed annotations for older
versions.
|
|
|
|
is defined.
This is to avoid confusion that a field is often associated with having
a single associated database column.
|
|
Document _meta.pk_fields and interactions between Field.primary_key and
CompositePrimaryKey.
Thanks Mariusz for the review.
|
|
aggregates.
|
|
BigAutoField is the default type for primary keys. In models.txt, the linked
anchor shows that the default primary key is a BigAutoField, so it now defers
to that section instead of duplicating an (incorrect) type.
|
|
|
|
|
|
Co-authored-by: Aman Sharma <210100011@iitb.ac.in>
|
|
|
|
|
|
Thanks Lily Foote and Simon Charette for reviews and mentoring
this Google Summer of Code 2024 project.
Co-authored-by: Simon Charette <charette.s@gmail.com>
Co-authored-by: Lily Foote <code@lilyf.org>
|
|
|
|
|
|
|
|
HttpResponseRedirectBase.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
inline doc examples.
|
|
auth backend.
|
|
|
|
|
|
send_messages().
|
|
This added a missing db_default reference in docs/topics/db/models.txt,
and added a reference to the DatabaseDefault object.
|
|
|
|
|
|
|
|
|
|
Signer/TimestampSigner use SHA-256 by default.
Follow up to 71c4fb7beb8e3293243140e4bd74e53989196440.
|
|
Co-authored-by: Emad Mokhtar <emad.mokhtar@veneficus.nl>
|
|
TransactionTestCase.setUpClass().
|
|
|