Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cosinnus-note
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
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
Service Desk
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
global
Code
cosinnus-note
Commits
83e80994
Commit
83e80994
authored
Nov 14, 2018
by
sascha
Browse files
Options
Downloads
Patches
Plain Diff
Django 2.0 compatibility
parent
1f090f60
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
cosinnus_note/models.py
+1
-1
1 addition, 1 deletion
cosinnus_note/models.py
cosinnus_note/views.py
+1
-1
1 addition, 1 deletion
cosinnus_note/views.py
with
2 additions
and
2 deletions
cosinnus_note/models.py
+
1
−
1
View file @
83e80994
...
...
@@ -5,7 +5,7 @@ from builtins import object
import
re
from
django.conf
import
settings
from
django.
core.urlresolver
s
import
reverse
from
django.
url
s
import
reverse
from
django.db
import
models
from
django.utils.encoding
import
python_2_unicode_compatible
from
django.utils.translation
import
ugettext_lazy
as
_
...
...
...
...
This diff is collapsed.
Click to expand it.
cosinnus_note/views.py
+
1
−
1
View file @
83e80994
# -*- coding: utf-8 -*-
from
__future__
import
unicode_literals
from
django.
core.urlresolver
s
import
reverse
from
django.
url
s
import
reverse
from
django.http
import
HttpResponseRedirect
from
django.shortcuts
import
get_object_or_404
from
django.utils.translation
import
ugettext_lazy
as
_
...
...
...
...
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
sign in
to comment