Thomas Chamberlin
|
7b536046a9
|
Updated management command's argument handling for Django 1.8\+
It appears that Django switched from optparse to argparse in Django 1.8. In Django 1.10 it appears that the compatibility mode for optparse-style managemnt commands was removed, and thus these were broken
https://docs.djangoproject.com/en/1.11/internals/deprecation/#deprecation-removed-in-1-10
https://docs.djangoproject.com/en/1.11/releases/1.8/#extending-management-command-arguments-through-command-option-list
https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/
|
2018-03-09 14:45:43 -05:00 |
|
Steeve
|
7198404efd
|
python3 support for rfc822.parseaddr (#95)
|
2016-05-15 12:08:27 -07:00 |
|
Adam Coddington
|
db6190a295
|
Cleaning up management commands for PEP-8 and consistency.
|
2014-08-22 20:02:58 -07:00 |
|
Adam Coddington
|
4ceeb4dae7
|
Adding optional argument to processincomingmessages management command for allowing one to specify a mailbox name.
|
2012-10-27 14:54:54 -07:00 |
|
me@adamcoddington.net
|
00a4bde767
|
Use TO header for creating mailbox name.
--HG--
branch : exim4_pipe
|
2012-10-08 15:33:07 +00:00 |
|
me@adamcoddington.net
|
e165d16660
|
Fixing a typo that handles generating new mailbox names.
--HG--
branch : exim4_pipe
|
2012-10-08 15:27:46 +00:00 |
|
me@adamcoddington.net
|
5cf07a1c7b
|
Modifying management command to accept incoming mail from STDIN.
--HG--
branch : exim4_pipe
|
2012-10-08 03:07:30 +00:00 |
|
Adam Coddington
|
b7192e9149
|
Model modifications for allowing empty source inputs; adding processincomingmessage management command.
--HG--
branch : exim4_pipe
|
2012-10-07 19:43:38 -07:00 |
|