| Age | Commit message (Collapse) | Author |
|
Signed-off-by: SaJH <wogur981208@gmail.com>
|
|
|
|
composite primary keys.
|
|
CompositePKChecksTests.test_composite_pk_cannot_include_generated_field() test crash on databases with no GeneratedField support.
|
|
|
|
|
|
Obsoleted in c4fa0143f7117a07a3f0258a063f5265e795ffbb.
The general install instructions are still linked above.
|
|
|
|
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
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>
|
|
This is to meet the WCAG 2.5.8 minimum size requirement.
Co-authored-by: Eva Nanyonga <evewish@gmail.com>
|
|
These extra tests assert over the handling of empty params (None, empty
dict, empty QueryDict), and also for dicts having non-string keys.
|
|
Thank you Sarah Boyce for the review and suggestions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
builds.
|
|
|
|
|
|
Follow-up to a060a22ee2dde7aa29a5a29120087c4864887325.
|
|
ContentType model.
|
|
|
|
unavailable.
Thanks Mariusz Felisiak and Jacob Tyler Walls for reviews.
|
|
|
|
and help text.
|
|
|
|
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
|
|
|
|
|
|
super objects are copyable on Python 3.14+:
https://github.com/python/cpython/commit/5ca4e34bc1aab8321911aac6d5b2b9e75ff764d8
and can no longer be used in BaseContext.__copy__().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HttpResponseRedirectBase.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
inline doc examples.
|
|
|
|
|
|
auth backend.
|
|
|
|
|
|
Handling for PyYAML not being able to serialize `datetime.time`
values is moved from `handle_field` to `_value_from_field` as only
non-primary key, non-relation fields are passed into `handle_field`.
|