doc/tutorials/base/customizing-the-application.rst
changeset 12923 341de318d6de
parent 12658 fdd7165fe1f3
child 12924 7a76f1fcc4a3
equal deleted inserted replaced
12922:3d3e34813d25 12923:341de318d6de
    42 cube depends on this cube, by modifying the ``__depends__`` dictionary in that
    42 cube depends on this cube, by modifying the ``__depends__`` dictionary in that
    43 file:
    43 file:
    44 
    44 
    45 .. sourcecode:: python
    45 .. sourcecode:: python
    46 
    46 
    47    __depends__ =  {'cubicweb': '>= 3.24.0',
    47    __depends__ =  {'cubicweb': '>= 3.27.3',
    48                    'cubicweb-blog': None}
    48                    'cubicweb-blog': None}
    49 
    49 
    50 where the ``None`` means we do not depends on a particular version of the cube.
    50 where the ``None`` means we do not depends on a particular version of the cube.
    51 
    51 
    52 .. _TutosBaseCustomizingTheApplicationDataModel:
    52 .. _TutosBaseCustomizingTheApplicationDataModel: