add locale files for french

This commit is contained in:
bkfox
2016-08-13 17:21:48 +02:00
parent e8d3be3133
commit a82b73f70e
16 changed files with 1263 additions and 56 deletions

View File

@ -499,7 +499,8 @@ class Section(ClusterableModel):
models.Q(model__isnull = True) |
models.Q(
model = ContentType.objects.get_for_model(page).pk
)
) |
models.Q(page = page)
)
return qs