NewsBlur/apps
Samuel Clay 36b0823786 Merge branch 'django1.10' into django1.11
* django1.10: (131 commits)
  Have to revert 3f122d5e03 because this broke existing sessions (logged me out) because the model has changed and the serialized model stored in redis no longer matches. Whew, this took a while to figure out.
  Upgrading redis cache.
  Adding cookies to path inspector.
  Removing dupe db log.
  Fixing missing DB logs (redis and mongo) due to this change in django 1.8: "connections.queries is now a read-only attribute."
  Removing migrations that set a default date of 2020-05-08. Not sure why this was committed. I thought we resolved the issue with default datetimes?
  Fixing CallableBool.
  Missing import
  Fixing runtime errors on django 1.10
  Fixing OAuth connect.
  Fixing various django1.9 issues, mainly around templates.
  BASE_DIR
  Not every story is from a feed.
  Styling background colors for newsletters.
  Styling more newsletter elements.
  Using the correct attribute.
  Typo in template
  Attempting to style newsletters in dark mode.
  Loading dark theme if selected on load.
  Adding scrollbar colors.
  ...
2020-06-28 14:00:09 -04:00
..
analyzer Remove use of RequestContext and change render_to_response to render 2020-06-12 01:27:07 -04:00
api Remove use of RequestContext and change render_to_response to render 2020-06-12 01:27:07 -04:00
categories Fixing various django1.9 issues, mainly around templates. 2020-06-25 17:57:35 -04:00
feed_import Merge branch 'django1.10' into django1.11 2020-06-28 14:00:09 -04:00
mobile Remove use of RequestContext and change render_to_response to render 2020-06-12 01:27:07 -04:00
newsletters Fix url patterns usage to use a list of url() calls 2020-06-11 04:34:16 -04:00
notifications Fix url patterns usage to use a list of url() calls 2020-06-11 04:34:16 -04:00
oauth Merge branch 'django1.9' into django1.10 2020-06-26 08:45:40 -04:00
profile Merge branch 'django1.10' into django1.11 2020-06-28 14:00:09 -04:00
push Add on_delete argument to ForeignKeyField and OneToOneField fields 2020-06-11 05:45:48 -04:00
reader Merge branch 'django1.9' into django1.10 2020-06-26 08:45:40 -04:00
recommendations Remove use of RequestContext and change render_to_response to render 2020-06-12 01:27:07 -04:00
rss_feeds Merge branch 'django1.10' into django1.11 2020-06-28 14:00:09 -04:00
search change management commands to use argparse instead of optparse 2020-06-08 07:55:17 -04:00
social Merge branch 'django1.9' into django1.10 2020-06-26 16:27:50 -04:00
static Remove use of RequestContext and change render_to_response to render 2020-06-12 01:27:07 -04:00
statistics Remove use of RequestContext and change render_to_response to render 2020-06-12 01:27:07 -04:00
__init__.py Initial 2009-06-16 03:08:55 +00:00