mirror of
https://github.com/django/django.git
synced 2025-10-26 23:26:08 +00:00
[5.0.x] Applied Black's 2024 stable style.
https://github.com/psf/black/releases/tag/24.1.0
Backport of 305757aec1 from main
This commit is contained in:
@@ -4,6 +4,7 @@ they will take data directly from the table of their base class table rather
|
||||
than using a new table of their own. This allows them to act as simple proxies,
|
||||
providing a modified interface to the data from the base class.
|
||||
"""
|
||||
|
||||
from django.db import models
|
||||
|
||||
# A couple of managers for testing managing overriding in proxy model cases.
|
||||
|
||||
Reference in New Issue
Block a user