Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7163535
D5309.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
386 B
Subscribers
None
D5309.diff
View Options
diff --git a/swh/auth/django/models.py b/swh/auth/django/models.py
--- a/swh/auth/django/models.py
+++ b/swh/auth/django/models.py
@@ -41,6 +41,7 @@
# and isn't in an application in INSTALLED_APPS"
app_label = ""
proxy = True
+ auto_created = True # prevent model to be created in database by migrations
def save(self, **kwargs):
"""
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 30, 10:00 AM (19 h, 26 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3226738
Attached To
D5309: django/models: Ensure OIDCUser model will not be created in database
Event Timeline
Log In to Comment