mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[PR #672] [MERGED] Code style #1980
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1980
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/672
Author: @tonioo
Created: 1/16/2015
Status: ✅ Merged
Merged: 1/16/2015
Merged by: @tonioo
Base:
master← Head:code_style📝 Commits (10+)
fe9b228PEP8 fixes and module renames.2e448a6PEP8 fixes and module renames.40ee102PEP8 fixes2d0b401PEP8 fixes7c01026PEP8 fixes883fda0PEP8 fixesbc9bb3cFew fixes25a9b09Module renamed3914a49PEP8 fixes39781e1PEP8 fixes📊 Changes
127 files changed (+1479 additions, -650 deletions)
View changed files
📝
modoboa/core/app_settings.py(+15 -7)📝
modoboa/core/commands/__init__.py(+6 -2)📝
modoboa/core/commands/help.py(+4 -1)📝
modoboa/core/commands/postfix_maps.py(+8 -4)📝
modoboa/core/extensions.py(+7 -3)📝
modoboa/core/forms.py(+15 -7)📝
modoboa/core/management/commands/clean_unknown_extensions.py(+1 -1)📝
modoboa/core/management/commands/manage_extensions.py(+1 -1)📝
modoboa/core/models.py(+47 -26)📝
modoboa/core/password_hashers/advanced.py(+3 -0)📝
modoboa/core/password_hashers/base.py(+6 -0)📝
modoboa/core/templatetags/core_tags.py(+9 -4)📝
modoboa/core/tests.py(+2 -1)📝
modoboa/core/views/admin.py(+6 -9)📝
modoboa/core/views/auth.py(+8 -5)📝
modoboa/core/views/user.py(+9 -5)📝
modoboa/demo/__init__.py(+1 -1)📝
modoboa/demo/views.py(+2 -2)📝
modoboa/extensions/admin/__init__.py(+19 -14)📝
modoboa/extensions/admin/app_settings.py(+1 -1)...and 80 more files
📄 Description
A bunch of PEP8 fixes...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.