| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
fields in __init__.
|
|
|
|
Thanks The Epic Dev for helping with tests.
|
|
|
|
|
|
|
|
django.utils.text.Truncator when truncating HTML text.
Thanks Wenchao Li of Alibaba Group for the report.
|
|
error messages.
|
|
consistent with other assertions.
Co-authored-by: Chinmoy Chakraborty <chinmoy12c@gmail.com>
|
|
By setting a value in the `parser.extra_data` mapping, template tags
pass additional data out of the parsing context.
Any extra data set is exposed on the template via the matching
`.extra_data` attribute.
Library authors should use a key to namespace extra data. The 'django'
namespace is reserved for internal use.
|
|
|
|
|
|
|
|
|
|
PostgreSQL 16+.
|
|
|
|
Thanks Alex Vandiver for the report.
Regression in 09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also removes django.core.files.storage.get_storage_class().
Per deprecation timeline.
|
|
Signer/TimestampSigner.
Per deprecation timeline.
|
|
JSONField & co.
Per deprecation timeline.
|
|
deprecation timeline.
|
|
timeline.
|
|
per deprecation timeline.
|
|
django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
Per deprecation timeline.
|
|
|
|
|
|
|
|
deprecation timeline.
|
|
This also removes remaining versionadded/changed annotations for older
versions.
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: revanthgss <revanthgss@almabase.com>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
ModelAdmin.list_display.
|