medmunds
|
651292fd24
|
Note Django DEFAULT_FROM_EMAIL in docs.
Ref https://github.com/brack3t/Djrill/issues/69#issuecomment-74062569
|
2015-05-13 17:58:55 -07:00 |
|
medmunds
|
8ab36d2cd0
|
Django 1.8 alpha 1 support
* Test on Python 2.7, 3.4, pypy.
* Call super.setUpClass in DjrillAdminTests.
https://docs.djangoproject.com/en/dev/releases/1.8/#overriding-setupclass-teardownclass-in-test-cases
Also clear up some new PendingDeprecationWarnings, where
the changes can easily remain compatible back to Django 1.3:
* Remove deprecated django.conf.urls.patterns.
(And match Django recommendations in our docs.)
https://docs.djangoproject.com/en/dev/releases/1.8/#django-conf-urls-patterns
* Remove deprecated SimpleTestCase.urls.
(We've already back-ported @override_settings
for testing older Django versions.)
https://docs.djangoproject.com/en/dev/releases/1.8/#django-test-simpletestcase-urls
|
2015-01-16 16:17:31 -08:00 |
|
medmunds
|
c6b171b671
|
Document Django 1.7 admin installation changes.
Closes #74.
|
2014-09-29 14:44:22 -07:00 |
|
medmunds
|
ba2302ae56
|
Subaccounts: Document setting; verify message option overrides global setting
|
2014-04-20 12:57:08 -07:00 |
|
medmunds
|
c3da043260
|
Document webhook support
|
2013-04-17 16:02:29 -07:00 |
|
medmunds
|
28538a5391
|
Docs: break apart the lengthy readme into organized docs
Also sphinx-ify where appropriate, and lots of general cleanup/editing.
|
2013-03-04 20:24:26 -08:00 |
|