mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #168] Use django's orm to communicate with amavis tables #153
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#153
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?
Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/168
Originally assigned to: @tonioo on GitHub.
Originally created by Antoine Nguyen on 2011-07-28T11:45:06Z
Currently, Modoboa is using raw SQL queries to communicate with Amavis. Some problems with that:
Since Django is able to communicate with multiple databases at a time, it represents a better option.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Redmine Admin on 2011-08-23T14:36:53Z
In [d1737f2c152bca64997cda976f9587459c28823b]:
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Redmine Admin on 2011-08-24T13:40:14Z
In [e5373c5cf3f5df38002bf9e76f1cd4a81842efba]:
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Redmine Admin on 2011-08-26T08:14:01Z
In [12f8cf410524daef683c86ea80361c37662d001b]:
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Redmine Admin on 2011-08-26T15:55:43Z
In [ac7291727da5b87e932c62ff2f5462f37596d76b]: