Opened 9 years ago

Closed 9 years ago

#25324 closed Cleanup/optimization (fixed)

Register the existing ModelAdmin subclasses with the decorator

Reported by: Y3K Owned by: Y3K
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Currently, none of the existing ModelAdmin subclasses is beign registered via the new @admin.register decorator.

Change History (3)

comment:1 by Y3K, 9 years ago

Has patch: set
Version: 1.8master

Github pull request https://github.com/django/django/pull/5205

  • Changhed the admin.site.register for @admin.register

comment:2 by Aymeric Augustin, 9 years ago

Triage Stage: UnreviewedReady for checkin

Looks good.

comment:3 by Markus Holtermann <info@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 235caaba:

Fixed #25324 -- Registered ModelAdmin instances with @admin.register decorator

Note: See TracTickets for help on using tickets.
Back to Top