projects
/
pgcommitfest2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b14b34c
)
Fix import that has always been correct
author
Magnus Hagander
<magnus@hagander.net>
Wed, 6 Jan 2016 15:33:45 +0000
(16:33 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 6 Jan 2016 15:33:45 +0000
(16:33 +0100)
Somehow this worked on 1.4, probably by accident
pgcommitfest/commitfest/models.py
patch
|
blob
|
blame
|
history
diff --git
a/pgcommitfest/commitfest/models.py
b/pgcommitfest/commitfest/models.py
index a987e2aa9f76265e10298e3fc946fde0fe8ca54f..150302dd09fc480e72b1dd799deaf7f7a2811f8e 100644
(file)
--- a/
pgcommitfest/commitfest/models.py
+++ b/
pgcommitfest/commitfest/models.py
@@
-1,5
+1,5
@@
from django.db import models
-from django.contrib.a
dmin
.models import User
+from django.contrib.a
uth
.models import User
from datetime import datetime