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 migrate` in > post

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 full traceback: > >

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 an issue with

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 want a

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:45 PM,

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" from my point of > view and "onl

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-classy-tags > and http

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, community

Re: django CMS 3.4.2 released

2017-01-25 Thread Brian Rutledge
Excellent! Does "Revert To Live" require installing the djangocms-history application? On Wednesday, January 25, 2017 at 9:34:18 AM UTC-5, Daniele Procida wrote: > > Hi folks, we're very pleased to have released version 3.4.2. > > In short, it contains: > > * the return of Revert to Live functi

Re: django CMS 3.4.2 released

2017-01-25 Thread czpython
It does not :) On Wednesday, January 25, 2017 at 3:29:16 PM UTC-5, Brian Rutledge wrote: > > Excellent! > > Does "Revert To Live" require installing the djangocms-history application? > > On Wednesday, January 25, 2017 at 9:34:18 AM UTC-5, Daniele Procida wrote: >> >> Hi folks, we're very pleased

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! And now it is ready:

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 -- Message URL: https://groups.go

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/msg/django-cms-de

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 from Aldryn but I > don't f

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

2016-09-03 Thread Iacopo Spalletti
Thanks for the clarification; I'd say that the cms did not experience any side effect so far, but I'll apply --vanilla anywya Thanks! On 3 September 2016 06:24:53 CEST, Jonas Obrist wrote: >The old versions will suffer the same issues. This is not something >newly >introduced, but rather someth

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

2016-09-02 Thread Jonas Obrist
The old versions will suffer the same issues. This is not something newly introduced, 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

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) and Py 2.7/3.3 are now "unsta

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

2016-09-02 Thread Jonas Obrist
Potentially randomly failing tests on low performance machines due to unreliable multiprocessing. Though these issues seem to primarily manifest when doing bad things (leaking tests) our running in parallel mode with more processes than cores. I had to give up trying to get the internal tests to p

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

2016-09-02 Thread czpython
Hey Jonas, Thanks for the update. Just to clarify, when you say "unstable", do you mean random failing tests? or just unsupported versions? 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://g

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, I don't think I

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

2016-09-01 Thread Jonas Obrist
Update: I am able to "reproduce" the test issues on my under-powered macbook air when simultaneously compiling some stuff (thus pegging the CPU at 100% usage). It's still non-deterministic and really odd, but at least I now sometimes get failing tests locally. The funny thing: It loses results

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 > it https://travis-ci.o

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 again thi

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 support: > > - Python 2.7, 3.3, 3.4

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 developers" gr