Custom 404 and 500 pages

2019-11-22 Thread Peter Farrell
Hi All, I have a customer that needed to be able to customize their 404 and 500 pages for their multi-language DjangoCMS site. Using the CMS seems like an obvious solution since we couldn't use a static page, however being able to actually set it up was a pain. I was able to come up with the

Re: Proposal: Drop model menu.models.CacheKey

2019-11-22 Thread Peter Farrell
I'd be keen on this as well. On Fri, Nov 22, 2019 at 3:07 PM Mark Walker < mark.wal...@therealbuzzgroup.com> wrote: > I'd be keen for this as well. > > I first became aware of this table when running multiple instances of a > CMS site which lead to me raising this issue; >

Re: Feature request (API): Add QuerySet of viewable pages or page_ids

2019-04-03 Thread Peter Farrell
Hi, I think this is a grand idea. On Tuesday, March 26, 2019 at 10:08:27 AM UTC-5, air-hand wrote: > > Hi everyone. > > I'm working with django cms, and needed permissions. > > CMS_PERMISSION is worked nice, but there is no method of "get viewable > pages". > > I need viewable pages for listing

Postgres PGCrypto in Django?

2018-11-03 Thread Peter Farrell
Hi All, I saw Carlton's short keynote at DjangoCon last month and he suggested that I message this group. I'm one of the maintainers of Django-Pgcrypto-Fields which offers field level encryption using the PostgeSQL pgcryto library. We support Django 1.11, and 2+ including filtering,

Re: Django Admin - ModelAdmin exclude

2015-06-13 Thread Peter Farrell
I agree there are many ways to accomplishing things in the admin, but cleaning that up and continuing BC is a completely other ticket / implementation (it looks like a good Sumer of Code project similar to the Meta API recently completed). Since the ticket was marked as accepted, I'll double

Django Admin - ModelAdmin exclude

2015-06-06 Thread Peter Farrell
We are writing a custom admin for CleanerVersion that subclasses ModelAdmin. Just about every attribute has a hook method which makes extension easier. For example, list_display has get_list_display(). However, exclude doesn't have one implemented and it seems like an oversight. I'm proposing