summaryrefslogtreecommitdiff
path: root/app/sightings/migrations/0006_auto_20180707_0958.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-12-02 12:41:14 -0500
committerluxagraf <sng@luxagraf.net>2020-12-02 12:41:14 -0500
commit8b2b5dec69a1d5d3c9e19c5eda48d1d6f706f9b4 (patch)
tree8ef75a6df028cdf04b2ad603cfd92a587049b15b /app/sightings/migrations/0006_auto_20180707_0958.py
parentd4e55690d3293f375cb207693e9b02b39b4a940e (diff)
ready to get rid of photos model for media model
Diffstat (limited to 'app/sightings/migrations/0006_auto_20180707_0958.py')
-rw-r--r--app/sightings/migrations/0006_auto_20180707_0958.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/sightings/migrations/0006_auto_20180707_0958.py b/app/sightings/migrations/0006_auto_20180707_0958.py
index 9c146ed..6bdab4b 100644
--- a/app/sightings/migrations/0006_auto_20180707_0958.py
+++ b/app/sightings/migrations/0006_auto_20180707_0958.py
@@ -14,6 +14,6 @@ class Migration(migrations.Migration):
migrations.AlterField(
model_name='ap',
name='image',
- field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='photos.LuxImage'),
+ field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='media.LuxImage'),
),
]