-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ProjectAdmin.add_view() for 1.5 #566
Milestone
Comments
zzgvh
added a commit
that referenced
this issue
May 20, 2014
ProjectAdmin.add_view() is overridden to add functionality to the admin form. For this reason it's necessary to check that the "original" code matches the version of django we're running on. This is now fixed for Django 1.5.
zzgvh
added a commit
that referenced
this issue
May 20, 2014
Remove unused imports and old commented out code.
zzgvh
added a commit
that referenced
this issue
Jun 4, 2014
…_view_for_1.5 Conflicts: akvo/rsr/admin.py Checked ProjectAdmin.add_vew for compatibility with Django 1.6
zzgvh
added a commit
that referenced
this issue
Jun 4, 2014
zzgvh
added a commit
that referenced
this issue
Jun 4, 2014
KasperBrandt
added a commit
that referenced
this issue
Jun 4, 2014
[#566] Fix ProjectAdmin.add_view() to match 1.5 and 1.6
Merged in #606 |
@rumca Test plan: Check that new Projects can be created normally. In the empty form for a new project the user's organisation should be pre-selected in the Partners section. Also when you create a project via the "Save as new" button, thus creating a copy, the inline objects for location and benchmarks should not be included in the new project. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See item 3 in #545. This should be part of the upgrade to 1.5 however, it's not something that should go in before the first step upgrade.
The text was updated successfully, but these errors were encountered: