Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fresh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
cubes
fresh
Commits
25144b2612d1
Commit
25144b2612d1
authored
16 years ago
by
Sylvain Thenault
Browse files
Options
Downloads
Patches
Plain Diff
0.2 for cubicweb
parent
92a91e7a8936
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
__pkginfo__.py
+1
-1
1 addition, 1 deletion
__pkginfo__.py
debian/changelog
+7
-1
7 additions, 1 deletion
debian/changelog
entities.py
+1
-1
1 addition, 1 deletion
entities.py
with
9 additions
and
3 deletions
__pkginfo__.py
+
1
−
1
View file @
25144b26
...
...
@@ -3,7 +3,7 @@
distname
=
'
cubicweb-fresh
'
numversion
=
(
0
,
1
,
0
)
numversion
=
(
0
,
2
,
0
)
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'
LCL
'
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
7
−
1
View file @
25144b26
cubicweb-fresh (0.2.0-0) unstable; urgency=low
* cubification
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Thu, 18 Dec 2008 17:46:09 +0100
cubicweb-fresh (0.1.2-1) unstable; urgency=low
* new upstream release
...
...
@@ -12,7 +18,7 @@
cubicweb-fresh (0.1.0-1) unstable; urgency=low
* initial release
* initial release
as cube
-- Adrien.DiMascio <Adrien.DiMascio@logilab.fr> Tue, 10 Jun 2008 16:14:04 +0200
This diff is collapsed.
Click to expand it.
entities.py
+
1
−
1
View file @
25144b26
"""
this contains the template-specific entities
'
classes
"""
from
e
expense.entities
import
Expense
as
BaseExpense
,
ExpenseLine
as
BaseExpenseLine
from
cubes.
expense.entities
import
Expense
as
BaseExpense
,
ExpenseLine
as
BaseExpenseLine
class
Expense
(
BaseExpense
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment