Skip to content

Commit

Permalink
Merge branch 'feat/blobs' into time-blobs
Browse files Browse the repository at this point in the history
# Conflicts:
#	ietf/doc/storage_backends.py
  • Loading branch information
jennifer-richards committed Feb 14, 2025
2 parents 9000978 + 177018e commit bd88352
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.18 on 2025-02-04 20:51
# Copyright The IETF Trust 2025, All Rights Reserved

from django.db import migrations, models

Expand Down
1 change: 1 addition & 0 deletions ietf/doc/storage_backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def store_file(
record.sha384 = self.in_flight_custom_metadata[name]["sha384"]
record.len = int(self.in_flight_custom_metadata[name]["len"])
record.modified = now
record.deleted = None
record.save()
if new_name != name:
complaint = f"Error encountered saving '{name}' - results stored in '{new_name}' instead."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.18 on 2025-01-29 14:49
# Copyright The IETF Trust 2025, All Rights Reserved

from django.db import migrations, models
import ietf.meeting.models
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.18 on 2025-01-29 14:49
# Copyright The IETF Trust 2025, All Rights Reserved

from django.db import migrations, models
import ietf.utils.storage
Expand Down

0 comments on commit bd88352

Please sign in to comment.