Skip to content

Upgrade to current django-cms develop branch#95

Merged
nickstenning merged 2 commits intomasterfrom
bump-djangocms
Feb 21, 2014
Merged

Upgrade to current django-cms develop branch#95
nickstenning merged 2 commits intomasterfrom
bump-djangocms

Conversation

@nickstenning
Copy link
Member

django-cms is currently gearing up for 3.0.0beta4. Bump version to pick up new styles for admin pages and (hopefully) fixed image upload plugins.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 1c18faec2311ad9e4b57bdfec8799d5e780e8300 on bump-djangocms into 86331a1 on master.

@nickstenning
Copy link
Member Author

Not entirely sure why coveralls isn't reporting a coverage figure -- it all seems to be working locally...

@nickstenning
Copy link
Member Author

Anyway, @tryggvib -- if you could try this out locally (make sure you run pip install -U -r requirements.dev.txt otherwise the git clone won't update...) that would be fab.

@trickvi
Copy link
Member

trickvi commented Feb 21, 2014

Works for me with the fix I just pushed (it fixes search).

nickstenning and others added 2 commits February 21, 2014 12:23
django-cms is currently gearing up for 3.0.0beta4. Bump version to pick
up new styles for admin pages and (hopefully) fixed image upload
plugins.
django-cms version 3 includes backward incompatible changes in that
they removed the published boolean field for pages which was being
used by aldryn_search to see what pages should be indexed (only
published ones).

The current aldryn_search version therefore does not work for
django-cms3 but their github repo includes a branch that does.

Incidentally this also includes a fix for the bug where an
EmptyQuerySet was instantiated (something which was dropped in
Django 1.6). So by moving to the cms3-compat branch we solve two
problems, we no longer have to maintain our own fork with the
Django 1.6 bug fix and we can use django-cms version 3.
@nickstenning
Copy link
Member Author

Okay, merging.

nickstenning added a commit that referenced this pull request Feb 21, 2014
Upgrade to current django-cms develop branch
@nickstenning nickstenning merged commit 4c95b8f into master Feb 21, 2014
@nickstenning nickstenning deleted the bump-djangocms branch February 21, 2014 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants