google-code-export / django-photologue

Automatically exported from code.google.com/p/django-photologue
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

prepopulate_from= won't work after newforms-admin merge #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use the Django newforms-admin branch
2. install photologue from the 2.0 branch

What is the expected output? What do you see instead?
There's an exception on the prepopulate_from= field keyword in models.py.

What version of the product are you using? On what operating system?
2.0 branch, revision 188.

Please provide any additional information below.
In newforms-admin, the prepopulate_from= field keyword is moved to the new
Admin class instead of being specified as a field keyword. See:
http://code.djangoproject.com/wiki/NewformsAdminBranch#Changedprepopulate_fromto
bedefinedintheAdminclassnotdatabasefieldclasses

Removing the prepopulate_from= keyword will be the only required change
when newforms-admin lands into trunk (as long as admin for photologue
models is not needed, and provided no more backwards incompatible changes
are introduced in newforms-admin).

Would it make sense to create a newforms-admin compatible branch of
photologue 2.0 already now?

Original issue reported on code.google.com by akaih...@gmail.com on 17 Apr 2008 at 8:43

GoogleCodeExporter commented 9 years ago
Photologue 2.0 will be newforms-admin compatable and should be released between
whenever newforms-admin is merged and Django 1.0. Preliminary newforms-admin 
can be
found in the current 2.0 branch.

Original comment by justin.d...@gmail.com on 3 Jul 2008 at 7:06