~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mailman/docs/NEWS.rst

  • Committer: Barry Warsaw
  • Date: 2011-09-23 23:47:19 UTC
  • Revision ID: barry@list.org-20110923234719-fp31k6ch59oh3cvf
Improved the way flufl.enum.Enums are stored in the database.  Now, they
should always be stored as INTEGER columns, with the enum class explicitly
described in the code.  This should be more efficient, and besides EIBTI.

Also, filled in a few additional IMailingList attributes which were not
documented in the interface.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
   are deleted.  (LP: #837526)
36
36
 * IDomain.email_host -> .mail_host (LP: #831660)
37
37
 * User and Member ids are now proper UUIDs.
 
38
 * Improved the way enums are stored in the database, so that they are more
 
39
   explicitly expressed in the code, and more database efficient.
38
40
 
39
41
REST
40
42
----