Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
blog
Commits
ca9fe026aefa
Commit
1e1b5994
authored
Aug 06, 2021
by
Nicolas Chauvat
Browse files
refactor: cubicweb.view.EntityAdapter was moved to cubicweb.entity in 3.28
parent
df8dfab6b950
Pipeline
#74293
passed with stages
in 1 minute and 25 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
cubicweb_blog/entities.py
View file @
ca9fe026
...
...
@@ -15,7 +15,7 @@ from cubicweb.entities import AnyEntity, fetch_config
from
cubicweb.entities.adapters
import
(
EntityRDFAdapter
,
CWUserRDFAdapter
as
_CWUserRDFAdapter
,
)
from
cubicweb.
view
import
EntityAdapter
from
cubicweb.
entity
import
EntityAdapter
from
cubicweb.predicates
import
is_instance
from
cubicweb.rdf
import
NAMESPACES
...
...
cubicweb_blog/views/__init__.py
View file @
ca9fe026
from
cubicweb.predicates
import
is_instance
from
cubicweb.
view
import
EntityAdapter
from
cubicweb.
entity
import
EntityAdapter
from
cubicweb.web.views
import
ibreadcrumbs
from
cubicweb.web.views.autoform
import
AutomaticEntityForm
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment