| Age | Commit message (Collapse) | Author |
|
Follow up to 6c57c08ae52f86df843fccb5a3c1c6c45a10a26f.
|
|
functools.lru_cache in migrations.
`@functools.cache` and `@functools.lru_cache` return an object of type
`functools._lru_cache_wrapper` which prevented the migrations serializer from
working. Simply using the existing `FunctionTypeSerializer` for this additional
type works as expected.
|
|
Functions decorated with a decorator that is properly wrapped, e.g. by
using `@functools.wraps`, are already supported.
|
|
|
|
|
|
|
|
ChoiceField's choices.
|
|
|
|
Follow up to ad6bb20557f5c87de26aeb3afb061af942a8cc17.
|
|
validation example.
|
|
|
|
|
|
|
|
|
|
functions.
|
|
decorators in async topic.
Follow up to 38e391e95fe5258bc6d2467332dc9cd44ce6ba52.
|
|
|
|
text.
Thanks Nimra for the initial patch.
Thanks Natalia Bidart, Thibaud Colas, David Smith, and Mariusz Felisiak
for reviews.
|
|
related methods test clients.
|
|
This bumps minimum supported versions of selenium to the first release
to support Python 3.10.
|
|
|
|
|
|
Follow up to 8d010f39869f107820421631111417298d1c5bb9.
|
|
prefetch_related().
|
|
|
|
|
|
|
|
|
|
work with async functions.
|
|
|
|
validation when uploading multiple files using one form field.
Thanks Moataz Al-Sharida and nawaik for reports.
Co-authored-by: Shai Berger <shai@platonix.com>
Co-authored-by: nessita <124304+nessita@users.noreply.github.com>
|
|
|
|
with async functions.
Thanks Carlton Gibson and Mariusz Felisiak for reviews.
|
|
|
|
Regression in 14459f80ee3a9e005989db37c26fd13bb6d2fab2.
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
Thanks ExTexan for the report.
|
|
|
|
|
|
examples.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
form fields.
|
|
Bug in 0dcd549bbe36c060f536ec270d34d9e7d4b8e6c7.
Thanks Eric Zarowny for the report.
|
|
|
|
co-authored-by: kozzztik <kozzztik@mail.ru>
co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
|
|
|
|
|
|
as_* methods.
|