~cjwatson/storm/zope-interface-class-decorators

« back to all changes in this revision

Viewing changes to README

  • Committer: Benji York
  • Date: 2016-03-01 14:19:44 UTC
  • mfrom: (478.2.2 kill-django-storm)
  • Revision ID: benji.york@canonical.com-20160301141944-rk34atio78h7n1h3
Merge lp:~adam-collard/storm/kill-django-storm [r=benji]

Remove Django support in Storm.

The Django support has long since bit-rotted in Storm, and searching
on http://searchcode.com/ shows it isn't being used. Rather than try
to keep it alive this branch does the honourable thing and shoots it
in the head.

With this branch merged, tests should pass on Xenial.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
apt-get:
128
128
 
129
129
 $ apt-get install \
130
 
       python-django python-fixtures python-psycopg2 \
 
130
       python-fixtures python-psycopg2 \
131
131
       python-testresources python-transaction python-twisted \
132
132
       python-zope.component python-zope.security
133
133