Merge ssh://penracourses.org.uk:/home/django/rad
This commit is contained in:
+2
-2
@@ -262,7 +262,7 @@ class Case(models.Model):
|
|||||||
)
|
)
|
||||||
|
|
||||||
open_access = models.BooleanField(
|
open_access = models.BooleanField(
|
||||||
help_text="If a question should be freely available to browse", default=True
|
help_text="If a case should be freely available to browse", default=True
|
||||||
)
|
)
|
||||||
|
|
||||||
series = SortedManyToManyField("Series", related_name="case")
|
series = SortedManyToManyField("Series", related_name="case")
|
||||||
@@ -379,7 +379,7 @@ class Series(models.Model):
|
|||||||
# findings = models.TextField(null=True, blank=True, help_text="Findings on the series / stack")
|
# findings = models.TextField(null=True, blank=True, help_text="Findings on the series / stack")
|
||||||
|
|
||||||
open_access = models.BooleanField(
|
open_access = models.BooleanField(
|
||||||
help_text="If a question should be freely available to browse", default=True
|
help_text="If a series should be freely available to browse", default=True
|
||||||
)
|
)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user