wiki uses deprecated method (per trunk) and will break on first use
Bug #483856 reported by
Andre Terra
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Softwarefabrica django crud |
Fix Committed
|
Medium
|
Marco Pantaleoni | ||
Softwarefabrica django utils |
Fix Committed
|
Medium
|
Marco Pantaleoni |
Bug Description
"AttributeError at /wiki/ 'Settings' object has no attribute 'get_all_members'"
get_all_members() has been replaced with __dir__() on latest django versions. I'd fix it myself, but you must have a better idea of where things are in this project, given that I haven't been working with it for more than 15 minutes, now.
See http://
Best regards,
André Terra
Changed in sf-django-crud: | |
status: | New → Fix Committed |
importance: | Undecided → Medium |
assignee: | nobody → Marco Pantaleoni (marco-pantaleoni) |
Changed in sf-django-utils: | |
status: | New → Fix Committed |
importance: | Undecided → Medium |
assignee: | nobody → Marco Pantaleoni (marco-pantaleoni) |
To post a comment you must log in.
IIRC, one change I made was in line 73 of ~/lib/python2. 6/site- packages/ softwarefabrica .django. utils-1. 0dev_BZR_ r99_panta_ elasticworld. org_20091108103 118_d0qlvtj52q2 36au0-py2. 6.egg/softwaref abrica/ django/ utils/viewshelp ers.py
But that's just one of many, I presume.
As a side note and I guess feedback, is there any chance this path could have a shorter name? There's a lot of redundancy to be quite honest.