Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/ref/contrib/admin/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2335,6 +2335,9 @@ adds some of its own (the shared features are actually defined in the
- :meth:`~ModelAdmin.get_queryset`
- :attr:`~ModelAdmin.radio_fields`
- :attr:`~ModelAdmin.readonly_fields`
- :attr:`~ModelAdmin.view_on_site`
- :attr:`~ModelAdmin.empty_value_display`
- :attr:`~ModelAdmin.autocomplete_fields`
- :attr:`~InlineModelAdmin.raw_id_fields`
- :meth:`~ModelAdmin.formfield_for_choice_field`
- :meth:`~ModelAdmin.formfield_for_foreignkey`
Expand Down
3 changes: 3 additions & 0 deletions docs/releases/6.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ want to be aware of when upgrading from Django 6.0 or earlier. We've
See the :doc:`/howto/upgrade-version` guide if you're updating an existing
project.

Mainstream support is expected to end in April 2027. Extended support is
expected to end in December 2027.

Python compatibility
====================

Expand Down
Loading