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
itminedu
synnefo
Commits
27f32548
Commit
27f32548
authored
Apr 19, 2013
by
Giorgos Korfiatis
Browse files
Move managers.py to snf_django package
parent
656b360d
Changes
3
Show whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/models.py
View file @
27f32548
...
...
@@ -74,7 +74,7 @@ from astakos.im import settings as astakos_settings
from
astakos.im
import
auth_providers
as
auth
import
astakos.im.messages
as
astakos_messages
from
s
ynnef
o.lib.db.managers
import
ForUpdateManager
from
s
nf_djang
o.lib.db.managers
import
ForUpdateManager
from
synnefo.lib.ordereddict
import
OrderedDict
from
synnefo.lib.db.intdecimalfield
import
intDecimalField
...
...
snf-astakos-app/astakos/quotaholder/models.py
View file @
27f32548
...
...
@@ -37,7 +37,7 @@ from synnefo.lib.db.intdecimalfield import intDecimalField
from
django.db.models
import
(
Model
,
BigIntegerField
,
CharField
,
ForeignKey
,
AutoField
)
from
django.db
import
transaction
from
s
ynnef
o.lib.db.managers
import
ForUpdateManager
from
s
nf_djang
o.lib.db.managers
import
ForUpdateManager
class
Holding
(
Model
):
...
...
snf-
common/synnef
o/lib/db/managers.py
→
snf-
django-lib/snf_djang
o/lib/db/managers.py
View file @
27f32548
File moved
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