Merge lp:~widelands-dev/widelands-website/cleanup_ip_address_field into lp:widelands-website
Proposed by
kaputtnik
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 502 | ||||
Proposed branch: | lp:~widelands-dev/widelands-website/cleanup_ip_address_field | ||||
Merge into: | lp:widelands-website | ||||
Diff against target: |
429 lines (+87/-47) 16 files modified
pybb/admin.py (+1/-1) pybb/forms.py (+1/-2) pybb/migrations/0003_remove_post_user_ip.py (+19/-0) pybb/models.py (+0/-1) pybb/views.py (+1/-2) templates/wiki/edit.html (+0/-1) templates/wiki/history.html (+0/-4) wiki/admin.py (+2/-8) wiki/forms.py (+2/-6) wiki/migrations/0003_auto_20180918_0836.py (+27/-0) wiki/models.py (+7/-10) wiki/views.py (+3/-5) wlimages/admin.py (+1/-1) wlimages/migrations/0003_remove_image_editor_ip.py (+19/-0) wlimages/models.py (+3/-4) wlimages/views.py (+1/-2) |
||||
To merge this branch: | bzr merge lp:~widelands-dev/widelands-website/cleanup_ip_address_field | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Widelands Developers | Pending | ||
Review via email:
|
Commit message
Remove the use of an IPAddressField from wiki, wlimages and pybb
Description of the change
As far i can see the IPAddressField was stored without a specific reason, except allowing to post anonymously, which we don't allow at all.
This branch removes that field from wiki, wlimages and pybb.
Removing this field from threadedcomments will be done in a different branch, because the changes are too big for this branch.
To post a comment you must log in.
2 comments that might or might not need attention.