gva/docs/changelog.rst
Jan Dittberner 92c6b39e12 implement automatic creation of mailbox names
- create mailbox name when saving new mailboxes in admin
- add MailboxManager that implement get_next_mailbox_name as manager for
  Mailbox
2014-12-27 00:24:05 +01:00

1 KiB

Changelog

  • - automatic creation of mailbox names from user names
  • - fix broken mailbox admin
  • 0.2.3 <2014-12-26>
  • - remove attribute readonly_fields from :pyosusers.admin.UserAdmin to make saving of additional groups work
  • 0.2.2 <2014-12-26>
  • - home and mail base directory creation
  • 0.2.1 <2014-12-17>
  • - update Django to 1.7.1, update other dependencies, drop South
  • - wrap :pyousers.models.UserManager.create_user in transaction.atomic
  • 0.2.0 <2014-06-01>
  • - full test suite for osusers
  • - full test suite for managemails app
  • - full test suite for domains app
  • - Celery integration for ldap synchronization
  • 0.1 <2014-05-25>
  • - initial model code for os users
  • - initial model code for mail address and mailbox management
  • - initial model code for domains