django CMS 3.8.0 RC1 released

2020-09-18 Thread Nicolai Ridani
We are pleased to announce the first django CMS release under the banner of the newly founded django CMS Association. Many heads were put together to get this release up on its feet. Many thanks to all involved! For more information please click here: https://www.django-cms.org/en/blog/2020

We are pleased to announce the official launch of the django CMS Association.

2020-08-10 Thread Nicolai Ridani
Dear django CMS community, I want to say hello and inform you that we have officially founded the django CMS Association <https://www.django-cms.org/en/about-us/> (dCA). My Name is Nicolai and I am the Growth & Community Manager of the dCA. If you have any questions about the dCA,

We are pleased to announce the official launch of the django CMS Association.

2020-08-06 Thread Nicolai Ridani
Dear django CMS developer community, I want to say hello and inform you that we have officially founded the django CMS Association <https://www.django-cms.org/en/about-us/> (dCA). My Name is Nicolai and I am the Growth & Community Manager of the dCA. If you have any questions abo

Security releases for django CMS 3.4, 3.5, 3.6 and 3.7

2020-07-22 Thread Daniele Procida
Hi folks. We have released security updates for django CMS versions 3.7.x, 3.6.x, 3.5.x and 3.4.x to address medium-level vulnerabilities. We recommend updating to version 3.7.4, 3.6.1, 3.5.4 or 3.4.7. <https://www.django-cms.org/en/blog/2020/07/22/django-cms-security-updates-1/> The u

buttons for structure and content on the django cms

2020-03-03 Thread jane B
I am using Django cms to create a webpage, but the structure and content button is not showing up when it should have by now i am following this template : http://docs.django-cms.org/en/latest/introduction/02-templates_placeholders.html No errors are showing the Django site is simply not up

Django Cms single page

2019-08-15 Thread Ashutosh Gajankush
Can we create a single page website in django cms? Or basically can we use placeholders from other pages without setting them as static? -- Message URL: https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id Unsubscribe: send a message to django-cms-developers+unsubscr

Re: Now available: django CMS 3.4.4

2019-08-04 Thread Frédéric Roland
Hello, I get this issue with django 1.11 and Django-Cms 3.6.0. I'm searching for a solution. I'm documenting my work under this issue: https://github.com/divio/django-cms/issues/6689 Le mardi 20 juin 2017 01:58:03 UTC+2, czpython a écrit : > > Hello, > Do you get an error? >

Customizing the django user model ( ERROR :value does not refer to a Field )

2019-06-24 Thread Arash Ab
hi guys, i'm trying to customize the django user model but i get this error: : (admin.E033) The value of 'ordering[0]' refers to 'username', which is not an attribute of 'cms.PageUser'. : (admin.E108) The value of 'list_display[0]' refers to '

Re: django-cms migration issue on postgresql TypeError while migrating the models in postgresql

2019-06-17 Thread benzkji
sure you found out, in the meantime...for others coming here: https://github.com/divio/django-cms/issues/ short: pin your psycopg2 version below 2.8. On Friday, 19 April 2019 10:37:36 UTC+2, Marutesh Maru wrote: > > `django-cms`: When i tried to perform `python manage.py migra

Re: django-cms migration issue on postgresql TypeError while migrating the models in postgresql

2019-04-27 Thread L33 MB
Can you use python3 with django 1.1 correctly? Marutesh Maru schrieb am Fr. 19. Apr. 2019 um 10:37: > `django-cms`: When i tried to perform `python manage.py migrate` in > postgresql, it is returning a `TypeError` but it is not giving any error in > `sqlite3`. > > This is my

django-cms migration issue on postgresql TypeError while migrating the models in postgresql

2019-04-19 Thread Marutesh Maru
`django-cms`: When i tried to perform `python manage.py migrate` in postgresql, it is returning a `TypeError` but it is not giving any error in `sqlite3`. This is my full traceback: File "manage.py", line 22, in execute_from_command_line(sys.argv) File &quo

Displaying page content using django-page-cms pages

2019-04-15 Thread Joseph Luketelo
Who can help with the question posted on StackOverflow below? https://stackoverflow.com/questions/55648334/how-to-display-django-model-data-on-the-django-cms-page-template/55648856#55648856 -- Message URL: https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id Unsubscribe

Re: RELEASE: django CMS 3.6

2019-01-30 Thread Daniele Procida
On Wed, Jan 30, 2019, Daniele Procida wrote: >3.6 brings with it full support for Django 2.x, and drops support for >Python 2.7. Apologies - should be "drops support for Django 1.8, 1.9 and 1.10", not Python 2.7! Sorry if that caused any unnecessary alarm... Daniele -- Mes

RELEASE: django CMS 3.6

2019-01-30 Thread Daniele Procida
I'm very pleased to inform you that django CMS 3.6 is now officially available. <https://www.django-cms.org/en/blog/2019/01/29/django-cms-3-6-released/> 3.6 brings with it full support for Django 2.x, and drops support for Python 2.7. More details in the article above and in ou

Re: Django-cms 3.5.2 Toolbar overlapping with navbar

2018-12-20 Thread Nicolas Pascal
hi, Maybe with something like that. {% if request.toolbar and user.is_authenticated and request.toolbar.edit_mode_active %} {% endif %} Le dimanche 4 novembre 2018 01:10:26 UTC+1, pakwesii...@gmail.com a écrit : > > Dear Reader, > > I am new in Django-cms. right now I have a

RELEASE: django CMS 3.4.6

2018-03-29 Thread Daniele Procida
Hello everyone, we've released version 3.4.6 (the latest release of the LTS version) of django CMS. The release contains bug-fixes, for a number of mostly minor issues. Release notes are available at <<https://github.com/divio/django-cms/blob/3.4.6/docs/upgrade/3.4.6.rst>>. T

RELEASE: django CMS 3.5.1

2018-03-06 Thread Daniele Procida
Hello everyone, we've released version 3.5.1 of django CMS. The release contains bug-fixes, for a number of mostly minor issues. Release notes are available at <http://docs.django-cms.org/en/latest/upgrade/3.5.1.html>. The new release is available on PyPI. On Divio Cloud, the new

RELEASE: django CMS 3.5

2018-02-01 Thread Daniele Procida
I'm delighted to inform you that we have made the official release of django CMS 3.5! <https://www.django-cms.org/en/blog/2018/02/01/django-cms-3-5-released/> Our weblog article above has most of what you need to know. The main thing to know is that this release of django CMS is si

Re: django cms is nice

2018-01-26 Thread Iacopo Spalletti
Il 25/01/2018 20:37, pycoder li ha scritto: > django cms is better than others cms? > Non serious answer: definitely! Longer answer: it depends on your use cases: CMSes are a very broad category of applications, which fills a huge number of uses. In my opinion django CMS is perfect if you

django cms is nice

2018-01-25 Thread pycoder li
django cms is better than others cms? -- Message URL: https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id Unsubscribe: send a message to django-cms-developers+unsubscr...@googlegroups.com --- You received this message because you are subscribed to the Google Groups

Re: django-sekizai, django-classy-tags unmaintained

2018-01-21 Thread Jonas Obrist
Thanks, I will start the transfer. You should get a notification on Github where you have to confirm the transfer. As for pypi, I'll add everyone that has access to the django-cms package to those two packages, and you can remove/add people as you seem fit. Jonas On Sun, Jan 21, 2018 at 6:

Re: django-sekizai, django-classy-tags unmaintained

2018-01-21 Thread Iacopo Spalletti
On 21/01/2018 02:47, Jonas Obrist wrote: > Hi everyone, > > Two dependencies of django > CMS, https://github.com/ojii/django-classy-tags > and https://github.com/ojii/django-sekizai (both mine) are unmaintained, > because I no longer do Django work. Both are "done"

Re: django-sekizai, django-classy-tags unmaintained

2018-01-21 Thread czpython
Hello Jonas, Thanks for the heads-up. Please transfer both apps to Divio's organization. My PyPI username is czpython. On Saturday, January 20, 2018 at 8:47:11 PM UTC-5, Jonas Obrist wrote: > > Hi everyone, > > Two dependencies of django CMS, https://github.com/ojii/django-c

django-sekizai, django-classy-tags unmaintained

2018-01-20 Thread Jonas Obrist
Hi everyone, Two dependencies of django CMS, https://github.com/ojii/django-classy-tags and https://github.com/ojii/django-sekizai (both mine) are unmaintained, because I no longer do Django work. Both are "done" from my point of view and "only" require maintenance when

django CMS 3.5 Release Candidate 1

2018-01-11 Thread Daniele Procida
Hi everyone. We've just issued the first release candidate version of django CMS 3.5. It's available from all the usual places: GitHub: <https://github.com/divio/django-cms/tree/3.5.0rc1> Download: <https://github.com/divio/django-cms/archive/3.5.0rc1.zip> Documentatio

rss reader for Django cms

2017-12-13 Thread sakhile
Hey guys, I'm new to django cms and I need a way of reading rss feeds in django cms. I have tried using python feedparse but I can not integrate that to django cms, do you know of a better plugin I can use to achieve this?. Thank You. Kind Regards -- Message URL: https://groups.googl

AMP in django CMS pages

2017-10-20 Thread jm rivas
Hi everyone ! I am trying to include *AMP* version pages in *django CMS*. Is there any standard or known way to do this? For the plugins I have a context variable "amp" that helps me to choose the template for this one with the *get_render_template* function. def get_render_tem

django CMS 3.4.5 released

2017-10-17 Thread Daniele Procida
Hi everyone - we're pleased to announce the release of django CMS 3.4.5, our first version with support for Django 1.11. <https://www.django-cms.org/en/blog/2017/10/17/django-cms-3-4-5-released/>. As ever, we value feedback, reports, patches. Huge thanks to everyone who contributed

Re: User logout problem with django-cas-ng

2017-10-03 Thread Fabrice Pardo
o edit a page. > > 2) Logout problem is more serious: How can I ask "User Logout" menu > defined in cms_toolbars.py to redirect towards accounts/logout/ instead of > admin/logout/ ? > Please note that I want to keep admin/logout/ if I am authentified through > admin/lo

User logout problem with django-cas-ng

2017-10-03 Thread Fabrice Pardo
erious: How can I ask "User Logout" menu defined in cms_toolbars.py to redirect towards accounts/logout/ instead of admin/logout/ ? Please note that I want to keep admin/logout/ if I am authentified through admin/login. Thanks -- Fabrice -- Message URL: https://groups.google.c

Re: Aldryn Newsblog and Django 1.10 (or 1.11 LTS) Support

2017-08-15 Thread Daniele Procida
On Thu, Aug 10, 2017, michael.sch...@rz.uni-augsburg.de wrote: >Is there a planned release date in the near future for django 1.11 support? Some time soon - we can't give an exact date, but we are working on it. Daniele -- Message URL: https://groups.google.com/d/msg/django-cms-de

Re: Aldryn Newsblog and Django 1.10 (or 1.11 LTS) Support

2017-08-10 Thread michael . schmid
Is there a planned release date in the near future for django 1.11 support? Am Freitag, 5. Mai 2017 10:33:08 UTC+2 schrieb Angelo Dini: > > That is correct, though I'd stick with Django 1.8 (as it's still an LTS) > though we'll be introducing 1.11 support soonisch.

Re: Question about Django 1.9.13 and django-cms 3.4.4

2017-07-12 Thread Yanic Olivier
Hello, one of the app was commented in INSTALLED_APP and one page was associated with an apphook of this app. Thank you for taking the time to answer ! :D -- Message URL: https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id Unsubscribe: send a message to django-cms

Re: Question about Django 1.9.13 and django-cms 3.4.4

2017-07-12 Thread czpython
Hello Yanic, I believe the issue might actually be in the way the cms tries to display the apphook name when is not found. Can you run the following in django shell (and paste the output): from cms.models import Page print(Page.objects.distinct().values_list('application_urls',

Question about Django 1.9.13 and django-cms 3.4.4

2017-07-11 Thread Yanic Olivier
tring view arguments to url() is deprecated and will be removed in Django 1.10 (got django.views.i18n.javascript_catalog). Pass the callable instead. }, name='intranet_admin_jsi18n'), Unhandled exception in thread started by Traceback (most recent call last): File "/home/vag

Integrity error on django-cms 3.1.2

2017-06-21 Thread Martin Kjellberg
I'm maintaining and older version of django-cms and today my client couldn't publish, edit or do anything without generating an error: Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/home/fysiografen

Re: Now available: django CMS 3.4.4

2017-06-19 Thread czpython
Hello, Do you get an error? And does this happen on django CMS 3.4.4 only? On Monday, June 19, 2017 at 3:05:42 PM UTC-4, kamil selwa wrote: > > Great! Thank You > One thing > Page Permissions don't show up under default Django-1.10 > Rolling back to Django-1.9 fixed this. &g

Re: Now available: django CMS 3.4.4

2017-06-19 Thread kamil selwa
Great! Thank You One thing Page Permissions don't show up under default Django-1.10 Rolling back to Django-1.9 fixed this. all the best Kamil On Monday, 19 June 2017 15:51:00 UTC+2, Daniele Procida wrote: > > I'm pleased to announce that version 3.4.4 is available. Many thank

Now available: django CMS 3.4.4

2017-06-19 Thread Daniele Procida
I'm pleased to announce that version 3.4.4 is available. Many thanks to our core developer Paulo Alvarado who steered this release, and to all contributors. See the weblog for more details: <https://www.django-cms.org/en/blog/2017/06/15/django-cms-3-4-4-released/> Regard

Re: Aldryn Newsblog and Django 1.10 (or 1.11 LTS) Support

2017-05-05 Thread Angelo Dini
That is correct, though I'd stick with Django 1.8 (as it's still an LTS) though we'll be introducing 1.11 support soonisch. Best Angelo On Tuesday, 2 May 2017 01:29:30 UTC+2, Aubrey Taylor wrote: > > I'm here because the maintainers at Aldryn Newsblog keep closing is

Re: Aldryn Newsblog and Django 1.10 (or 1.11 LTS) Support

2017-05-04 Thread MOSTSELFISHMAN
I am also interested in this. It would be useful to know which version of Django and Django-CMS one should use at the moment to be considered most up-to-date. I built a small site using Django 1.8 last month just to try things out. As far as I understand, the latest version of Django that would

Re: Aldryn Newsblog and Django 1.10 (or 1.11 LTS) Support

2017-05-01 Thread Angelo Dini
are also currently working on Django 1.11 support for django CMS 3.4.x (https://github.com/divio/django-cms/pull/5932) I'm sorry that progress on the essential addons (Newsblog, People, FAQ, Jobs, Events) are lacking and we most likely will not update them until we have introduced 1.1

Aldryn Newsblog and Django 1.10 (or 1.11 LTS) Support

2017-05-01 Thread Aubrey Taylor
I'm here because the maintainers at Aldryn Newsblog keep closing issues requesting support for supported versions of Django. Django 1.10 support ends this december, 1.9 ended in April. The problem is that Aldryn Newsblog pins to (no greater than) 1.9.x in the latest version which mean

Security releases for django CMS 3.3 and 3.4

2017-04-26 Thread Daniele Procida
We've issued security releases (3.4.3 and 3.3.4) for two medium-level vulnerabilities. These updates prevent: * a potential escalation of privileges through a django CMS page's Advanced Settings. * a potential phishing attack using redirects from the login form The updated releas

Django CMS Developer Needed (Good Salary)

2017-02-22 Thread rabimtiaz
Hi everyone. I am a Technical Recruiter in Washington DC. A big client of mine is looking for Python /Django CMS developers and good knoweldge of Front end languages as well. The role would be based in Washington DC. It is a permanent position and Salary is pretty high as well. So if any one

Re: Django 1.11 LTS Support

2017-02-22 Thread Angelo Dini
Hello Nick we have a patch for 3.4 supporting Django 1.11 on our radar, this also means 3.5 will support it (or patched thereafter). Though we cannot say yet how smooth the update might be, that all depends on the upcoming Release Candidates. Also when we are ready depends on testing

Dynamic model choice field on a django cms plugin

2017-02-21 Thread bixly . jerick . test
Hi I'm currently working on a django cms plugin with a model choice field dependent on another field in the change form. What i'm doing now via ajax is that, when the trigger field is selected, the dependent model choice field is updated via ajax to change the choices in the se

Django 1.11 LTS Support

2017-02-21 Thread Nick Catalano
Hi- We want to use the latest version of DjangoCMS for our project, but far more important to us is we never want to run our website on a non-supported version of Django that isn't receiving security patches. The next LTS version of Django is 1.11, while 1.10 ends all support in Dec

Re: basic q: does django-cms provide any templates, view, etc. to deal with page permissions?

2017-02-06 Thread GCA Black
Answer: you need to roll your own or use a 3rd party app for login to use the permissions views settings that are enabled in djangocms. On Sunday, February 5, 2017 at 10:55:30 PM UTC-5, GCA Black wrote: > > or does this need to be done via django and/or a 3rd party app -- seems > like

basic q: does django-cms provide any templates, view, etc. to deal with page permissions?

2017-02-05 Thread GCA Black
or does this need to be done via django and/or a 3rd party app -- seems like a simple q, yet cannot find an answer, would love some help here... -- Message URL: https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id Unsubscribe: send a message to django-cms-developers

Re: django CMS 3.4.2 released

2017-01-25 Thread Brian Rutledge
t; * the return of Revert to Live functionality > * support for Django 1.10 > * bug-fixes > > See < > https://www.django-cms.org/en/blog/2017/01/25/django-cms-3-4-2-released/> > for more information. > > Many thanks to everyone who contributed code, documentation, bug-r

Re: django CMS 3.4.2 released

2017-01-25 Thread czpython
t; >> Hi folks, we're very pleased to have released version 3.4.2. >> >> In short, it contains: >> >> * the return of Revert to Live functionality >> * support for Django 1.10 >> * bug-fixes >> >> See < >> https://www.django-

django CMS 3.4.2 released

2017-01-25 Thread Daniele Procida
Hi folks, we're very pleased to have released version 3.4.2. In short, it contains: * the return of Revert to Live functionality * support for Django 1.10 * bug-fixes See <https://www.django-cms.org/en/blog/2017/01/25/django-cms-3-4-2-released/> for more information. Many thanks

Re: django CMS 3.4.2 release candidate 1

2017-01-11 Thread Daniele Procida
On Wed, Jan 11, 2017, Daniele Procida wrote: >>Hello all, the first release candidate of django CMS 3.4.2 is now >>available, containing some important new features and numerous bug fixes. > >Or, "will be available shortly" - I hadn't meant to press se

Re: django CMS 3.4.2 release candidate 1

2017-01-11 Thread Daniele Procida
On Wed, Jan 11, 2017, Daniele Procida wrote: >Hello all, the first release candidate of django CMS 3.4.2 is now >available, containing some important new features and numerous bug fixes. Or, "will be available shortly" - I hadn't meant to press send! Daniele --

django CMS 3.4.2 release candidate 1

2017-01-11 Thread Daniele Procida
Hello all, the first release candidate of django CMS 3.4.2 is now available, containing some important new features and numerous bug fixes. Highlights for this release are the return of the Revert to live functionality, and support for Django 1.10. More details: <https://www.django-cms.org

Re: django

2017-01-02 Thread Angelo Dini
Hello, please checkout http://docs.django-cms.org/en/stable/introduction/install.html On Sunday, 1 January 2017 17:11:12 UTC+1, Manish Jain wrote: > > Hello, please i am new in django so please tell me fresh installation > step. > -- Message URL: https://groups.google.com/d/ms

django

2017-01-01 Thread Manish Jain
Hello, please i am new in django so please tell me fresh installation step. -- Message URL: https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id Unsubscribe: send a message to django-cms-developers+unsubscr...@googlegroups.com --- You received this message because you

Re: django user registration packages

2016-11-13 Thread Iacopo Spalletti
On 13/11/2016 09:48, remy dev wrote: > Hello, > I'm new to Django CMS world and I test a new project on aldryn.com. > I wish to know what is the best practice to use a user registration form > or private user space. > I think it's strange, there is a lot of good add-on

django user registration packages

2016-11-13 Thread remy dev
Hello, I'm new to Django CMS world and I test a new project on aldryn.com. I wish to know what is the best practice to use a user registration form or private user space. I think it's strange, there is a lot of good add-on from Aldryn but I don't find a simple user registrat

Does Django CMS support multi-user login?

2016-11-06 Thread Sina
Dear all, Does Django CMS support multi-user logins, in which users can submit their articles, but not published until the admin(s) of the website approve it? In other words, does it support to be used as a journal manager application? Thanks Regards -- Message URL: https

Re: Integrate a python function in a django-cms project

2016-10-24 Thread Carlos García
; > 'Languaje': 'es', > > 'GetHotelDetails': False, > > 'GetHotelsWithoutAllotment': True, > > 'OnlyBar': False, > > 'NotGetDailyPriceCollection': True, > > 'ExactRoomMatch': False, >

Re: Integrate a python function in a django-cms project

2016-10-24 Thread Thomas Rega
; 'ExactRoomMatch': False, > 'GroupRateList': [], > 'CustomerCode': 'WEB', > 'Criteria': [] > } > } > > datos = json.dumps(datos, ensure_ascii=False) > > cabeceras = { > 'Content-Type': 'application/jso

Re: Integrate a python function in a django-cms project

2016-10-24 Thread Carlos García
Content-Type': 'application/json', 'action': 'getavailandrates', 'format': 'json', 'Accept-Encoding': 'gzip' } url = 'http://connectivity.dingus-services.com/services/v4/hotelservice.ashx' response = requests.post(url, data=da

Re: Integrate a python function in a django-cms project

2016-10-24 Thread czpython
Hello Carlos, I'm not sure I understand your question. What are you trying to do? On Monday, October 24, 2016 at 6:47:07 AM UTC-4, Carlos García wrote: > > Hi, > > How can I integrate a python function in a django-cms project? > -- Message URL: https://groups.google.

Integrate a python function in a django-cms project

2016-10-24 Thread Carlos García
Hi, How can I integrate a python function in a django-cms project? -- Message URL: https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id Unsubscribe: send a message to django-cms-developers+unsubscr...@googlegroups.com --- You received this message because you are

Consume REST with django-cms

2016-10-21 Thread Carlos García
Hi I'm trying to do requests to a REST API with django-cms but I'm new with django and python. Using the python console I get a response from de API but my problem is that I don't know where I must to create my function to do the request, and how to connect the response with a

Re: Error while creating new Django CMS project.

2016-10-02 Thread czpython
project-using-djangocms#> > > Im trying to create a new project using DJango CMS but have this problem. > > djangocms -f -p . mysite > > Creating admin user > /Users/p/.virtualenvs/cms/bin/python: can't open file 'create_user.py': > [Errno 2] No such file

Error while creating new Django CMS project.

2016-10-01 Thread prem anand lakshmanan
down votefavorite <http://stackoverflow.com/questions/39812925/creating-new-project-using-djangocms#> Im trying to create a new project using DJango CMS but have this problem. djangocms -f -p . mysite Creating admin user /Users/p/.virtualenvs/cms/bin/python: can't open file 

Re: Editorial workflow for django CMS (again!)

2016-09-09 Thread Peter Bittner
workflow addon. Or if you have seen any efforts related to this topic since version 2.3, after the CMS_MODERATION setting was removed [1]. Cheers, Peter [1] http://stackoverflow.com/questions/8806705/django-cms-and-editorial-workflows#answer-39128706 Am Freitag, 9. September 2016 14:09:30 UTC

Re: Editorial workflow for django CMS (again!)

2016-09-09 Thread Daniele Procida
On Thu, Sep 8, 2016, Peter Bittner wrote: >I've started to compile a prototype of a django CMS powered website that >implements a simple editorial workflow. At the moment, I've use the board >weapons delivered with django CMS and vanilla Django (this is described a >li

Editorial workflow for django CMS (again!)

2016-09-08 Thread Peter Bittner
Hi there, I've started to compile a prototype of a django CMS powered website that implements a simple editorial workflow. At the moment, I've use the board weapons delivered with django CMS and vanilla Django (this is described a little bit on Google+ [1]). I've set up a demo

django CMS Day

2016-09-05 Thread Iacopo Spalletti
Hi everybody, for any italian or italian-speaking folk here, I'd like to remind that django CMS Day CfP is closing in two days. django CMS Day will be the first full-day conference dedicated to django CMS. It's going to be in Florence on 1st October 2016. Every django CMS user, novice

Re: django-classy-tags and django-sekizai update

2016-09-03 Thread Iacopo Spalletti
roduced, but rather something fixed in 3.4 and above. Anyway, >--vanilla >should always work. > >On Tuesday, August 30, 2016 at 11:14:15 AM UTC+9, Jonas Obrist wrote: >> >> Hi everyone, >> >> Over the weekend at PyCon Malaysia I've updated django-classy-t

Re: django-classy-tags and django-sekizai update

2016-09-02 Thread Jonas Obrist
Con Malaysia I've updated django-classy-tags and > django-sekizai to 0.8.0 and 0.10.0 respectively. > > Both releases only changed Python/Django compatibility. > > Both now support: > > - Python 2.7, 3.3, 3.4 and 3.5 (dropped 2.6) > - Django 1.3, 1.4, 1.5, 1.6, 1.7,

Re: django-classy-tags and django-sekizai update

2016-09-02 Thread Iacopo Spalletti
Il 02/09/2016 10:45, Jonas Obrist ha scritto: > Managed to get the tests to work reliably (on Py 3.4 and higher). > See https://github.com/ojii/django-better-test/pull/9 > > But had to remove Django 1.6 support (don't think too many people will > get upset about this) an

Re: django-classy-tags and django-sekizai update

2016-09-02 Thread Jonas Obrist
s? > > On Friday, September 2, 2016 at 4:45:47 AM UTC-4, Jonas Obrist wrote: >> >> Managed to get the tests to work reliably (on Py 3.4 and higher). See >> https://github.com/ojii/django-better-test/pull/9 >> >> But had to remove Django 1.6 support (don'

Re: django-classy-tags and django-sekizai update

2016-09-02 Thread czpython
r). See > https://github.com/ojii/django-better-test/pull/9 > > But had to remove Django 1.6 support (don't think too many people will get > upset about this) and Py 2.7/3.3 are now "unstable". Without going to great > lengths, I don't think I can fix that and I d

Re: django-classy-tags and django-sekizai update

2016-09-02 Thread Jonas Obrist
Managed to get the tests to work reliably (on Py 3.4 and higher). See https://github.com/ojii/django-better-test/pull/9 But had to remove Django 1.6 support (don't think too many people will get upset about this) and Py 2.7/3.3 are now "unstable". Without going to great lengths

Re: django-classy-tags and django-sekizai update

2016-09-01 Thread Jonas Obrist
t; Over the weekend at PyCon Malaysia I've updated django-classy-tags and > django-sekizai to 0.8.0 and 0.10.0 respectively. > > Both releases only changed Python/Django compatibility. > > Both now support: > > - Python 2.7, 3.3, 3.4 and 3.5 (dropped 2.6) > - Django 1.3,

Re: django-classy-tags and django-sekizai update

2016-08-30 Thread Iacopo Spalletti
Il 30/08/2016 11:19, Jonas Obrist ha scritto: > Iacopo, please note that I've not released a better-test update yet, so > my Dj1.10 compat changes are > on https://github.com/ojii/django-better-test/tree/dj-1.10. Good number > of tests failing though I have yet to reproduce &g

Re: django-classy-tags and django-sekizai update

2016-08-30 Thread Jonas Obrist
Iacopo, please note that I've not released a better-test update yet, so my Dj1.10 compat changes are on https://github.com/ojii/django-better-test/tree/dj-1.10. Good number of tests failing though I have yet to reproduce it https://travis-ci.org/ojii/django-better-test. I should have time

Re: django-classy-tags and django-sekizai update

2016-08-30 Thread Iacopo Spalletti
Il 30/08/2016 04:14, Jonas Obrist ha scritto: > Hi everyone, > > Over the weekend at PyCon Malaysia I've updated django-classy-tags and > django-sekizai to 0.8.0 and 0.10.0 respectively. > > Both releases only changed Python/Django compatibility. > > Both now su

Re: django-classy-tags and django-sekizai update

2016-08-30 Thread Angelo Dini
Awesome job man! -- Message URL: https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id Unsubscribe: send a message to django-cms-developers+unsubscr...@googlegroups.com --- You received this message because you are subscribed to the Google Groups "django CMS devel

django-classy-tags and django-sekizai update

2016-08-29 Thread Jonas Obrist
Hi everyone, Over the weekend at PyCon Malaysia I've updated django-classy-tags and django-sekizai to 0.8.0 and 0.10.0 respectively. Both releases only changed Python/Django compatibility. Both now support: - Python 2.7, 3.3, 3.4 and 3.5 (dropped 2.6) - Django 1.3, 1.4, 1.5, 1.6, 1.7

Re: anyone working on adding Django 1.10 support?

2016-08-02 Thread Iacopo Spalletti
those dependencies for you? > The only breaking change I encountered so far in sekizai/classytags/better-test is the dropped support for optparse, the rest looks fine > On Wednesday, August 3, 2016 at 3:33:42 AM UTC+9, Tim Graham wrote: > > I should have asked this before Django

Re: anyone working on adding Django 1.10 support?

2016-08-02 Thread Jonas Obrist
6 at 3:33:42 AM UTC+9, Tim Graham wrote: > > I should have asked this before Django 1.10 was released, but here I am > now. I like to monitor if third-party packages run into any unexpected > issues, so please ping me when there's a PR for this so I can take a look. > -- Messag

Re: anyone working on adding Django 1.10 support?

2016-08-02 Thread Iacopo Spalletti
Hi Tim, I'm working on 1.10 compatibility for django CMS 3.4: wer're under 10 test failures currently. So far it looks like the easiest compatibility ever. On 2 August 2016 20:33:41 CEST, Tim Graham wrote: >I should have asked this before Django 1.10 was released, but here I am &

Re: anyone working on adding Django 1.10 support?

2016-08-02 Thread czpython
Hello Tim, Iacopo is currently working on this. We should have something by the end of the month (most likely earlier). On Tuesday, August 2, 2016 at 2:33:42 PM UTC-4, Tim Graham wrote: > > I should have asked this before Django 1.10 was released, but here I am > now. I like to monitor

anyone working on adding Django 1.10 support?

2016-08-02 Thread Tim Graham
I should have asked this before Django 1.10 was released, but here I am now. I like to monitor if third-party packages run into any unexpected issues, so please ping me when there's a PR for this so I can take a look. -- Message URL: https://groups.google.com/d/msg/django-cms-developers/

Re: Heroku: Django CMS Toolbar Not Showing

2016-06-14 Thread Martin Koistinen
at both my local and Heroku setups are using the same > version of all apps and plugins. > > Python Version: 2.7.11 > Django Version: 1.9.6 > DjangoCMS Version: 3.3.0 rc3 > > Once the code is deployed using git push I run and pgdump and restore to > get all the data up to my H

Re: Heroku: Django CMS Toolbar Not Showing

2016-06-14 Thread czpython
Hello Aravind, Please post more information. Tracebacks, Django version, CMS version, etc. On Sunday, June 5, 2016 at 11:51:28 AM UTC-4, Brandon Culpepper wrote: > > I have a site that is running just fine in my local Vagrant / Virtualbox > (Unbuntu Trusty 64) setup. When I deploy to

Re: Heroku: Django CMS Toolbar Not Showing

2016-06-14 Thread Aravind Voggu
Hi! I'm trying to deploy django-cms on heroku but I cannot make progress, at every step, I encounter an error, could you describe me the procedure you used to deploy or point to some guide you followed? Thank you, - Aravind. On Sunday, June 5, 2016 at 9:21:28 PM UTC+5:30, Brandon Culp

Re: Heroku: Django CMS Toolbar Not Showing

2016-06-05 Thread John-Scott
The issue is documented here => https://github.com/divio/django-cms/issues/5344 It appears CMS_INTERNAL_IPS defaults to Django's INTERNAL_IPS, but this wasn't clearly documented, resulting in many of us being locked out of being able to edit our sites. If you need to use INT

Re: Heroku: Django CMS Toolbar Not Showing

2016-06-05 Thread Brandon Culpepper
u setups are using the same > version of all apps and plugins. > > Python Version: 2.7.11 > Django Version: 1.9.6 > DjangoCMS Version: 3.3.0 rc3 > > Once the code is deployed using git push I run and pgdump and restore to > get all the data up to my Heroku instance. > > Any i

Heroku: Django CMS Toolbar Not Showing

2016-06-05 Thread Brandon Culpepper
page just reloads and no tool bar is available for me to edit page content or structure. I have verified that both my local and Heroku setups are using the same version of all apps and plugins. Python Version: 2.7.11 Django Version: 1.9.6 DjangoCMS Version: 3.3.0 rc3 Once the code is deployed

Django admin form manytomany fields not saved. how to save

2016-05-26 Thread VRS Rajkot
I am using dango-cms ==3.2.3, django = 1.8.10 I have created models.py with many-to-many field. When I add any record in it then it is not show any warning and save record perfectly but when I open that record so it not show many-to-many selected value so I thing many-to-many field is not