SciPost Code Repository
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SciPost
Manage
Activity
Members
Labels
Plan
Issues
119
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
SciPost
SciPost
Commits
068531b2
Commit
068531b2
authored
5 years ago
by
Jean-Sébastien Caux
Browse files
Options
Downloads
Patches
Plain Diff
Django2: replace django.core.urlresolvers by django.urls
parent
1e6c3086
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
commentaries/models.py
+1
-1
1 addition, 1 deletion
commentaries/models.py
profiles/models.py
+1
-1
1 addition, 1 deletion
profiles/models.py
scipost/models.py
+1
-1
1 addition, 1 deletion
scipost/models.py
with
3 additions
and
3 deletions
commentaries/models.py
+
1
−
1
View file @
068531b2
...
@@ -5,7 +5,7 @@ __license__ = "AGPL v3"
...
@@ -5,7 +5,7 @@ __license__ = "AGPL v3"
from
django.db
import
models
from
django.db
import
models
from
django.contrib.contenttypes.fields
import
GenericRelation
from
django.contrib.contenttypes.fields
import
GenericRelation
from
django.contrib.postgres.fields
import
JSONField
from
django.contrib.postgres.fields
import
JSONField
from
django.
core.urlresolver
s
import
reverse
from
django.
url
s
import
reverse
from
journals.constants
import
SCIPOST_JOURNALS_DOMAINS
from
journals.constants
import
SCIPOST_JOURNALS_DOMAINS
from
scipost.behaviors
import
TimeStampedModel
from
scipost.behaviors
import
TimeStampedModel
...
...
This diff is collapsed.
Click to expand it.
profiles/models.py
+
1
−
1
View file @
068531b2
...
@@ -2,7 +2,7 @@ __copyright__ = "Copyright © Stichting SciPost (SciPost Foundation)"
...
@@ -2,7 +2,7 @@ __copyright__ = "Copyright © Stichting SciPost (SciPost Foundation)"
__license__
=
"
AGPL v3
"
__license__
=
"
AGPL v3
"
from
django.
core.urlresolver
s
import
reverse
from
django.
url
s
import
reverse
from
django.db
import
models
from
django.db
import
models
from
django.db.models.functions
import
Concat
from
django.db.models.functions
import
Concat
from
django.shortcuts
import
get_object_or_404
from
django.shortcuts
import
get_object_or_404
...
...
This diff is collapsed.
Click to expand it.
scipost/models.py
+
1
−
1
View file @
068531b2
...
@@ -7,7 +7,7 @@ import hashlib
...
@@ -7,7 +7,7 @@ import hashlib
import
random
import
random
import
string
import
string
from
django.
core.urlresolver
s
import
reverse
from
django.
url
s
import
reverse
from
django.conf
import
settings
from
django.conf
import
settings
from
django.contrib.auth
import
get_user_model
from
django.contrib.auth
import
get_user_model
from
django.contrib.postgres.fields
import
ArrayField
from
django.contrib.postgres.fields
import
ArrayField
...
...
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