Merge lp:~salgado/django-group-access/fix-app-name-references into lp:django-group-access

Proposed by Guilherme Salgado
Status: Merged
Merge reported by: Nicola Heald
Merged at revision: not available
Proposed branch: lp:~salgado/django-group-access/fix-app-name-references
Merge into: lp:django-group-access
Diff against target: 23 lines (+2/-2)
2 files modified
sandbox/models.py (+1/-1)
tests.py (+1/-1)
To merge this branch: bzr merge lp:~salgado/django-group-access/fix-app-name-references
Reviewer Review Type Date Requested Status
Nicola Heald Approve
Review via email: mp+75794@code.launchpad.net

Description of the change

This just updates a couple places which were referring to this app as 'access' rather than 'django_group_access'.

To post a comment you must log in.
Revision history for this message
Nicola Heald (notnownikki) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sandbox/models.py'
2--- sandbox/models.py 2011-09-13 13:50:21 +0000
3+++ sandbox/models.py 2011-09-16 18:19:23 +0000
4@@ -1,5 +1,5 @@
5 from django.db import models
6-from access.models import (
7+from django_group_access.models import (
8 AccessManager,
9 AccessGroupMixin,
10 process_auto_share_groups
11
12=== modified file 'tests.py'
13--- tests.py 2011-09-13 13:50:21 +0000
14+++ tests.py 2011-09-16 18:19:23 +0000
15@@ -11,7 +11,7 @@
16
17
18 class SyncingTestCase(TestCase):
19- apps = ('access.sandbox',)
20+ apps = ('django_group_access.sandbox',)
21
22 def _pre_setup(self):
23 # Add the models to the db.

Subscribers

People subscribed via source and target branches