zulip/zephyr/lib
Kevin Mehall a06860ca68 Don't perform an additional SELECT just to get a count for statsd.
len() uses the QuerySet as an iterator, which performs a SELECT for all
of those rows.

(imported from commit d362fef375c5270bedade2a7b50aea7b1a559d1e)
2013-06-25 15:25:25 -04:00
..
bugdown Disable embedly everywhere. 2013-06-25 08:46:02 -04:00
__init__.py Add simple parallel computation library. 2012-09-14 13:32:25 -04:00
actions.py Don't perform an additional SELECT just to get a count for statsd. 2013-06-25 15:25:25 -04:00
avatar.py Show user-uploaded avatars on the website. 2013-06-12 15:34:51 -04:00
bulk_create.py Remove unused imports in zephyr/lib/. 2013-06-02 15:12:27 -04:00
cache.py Replace SITE_ROOT with DEPLOY_ROOT 2013-06-24 15:55:03 -04:00
cache_helpers.py Avoid using djcache directly 2013-06-05 16:33:43 -04:00
context_managers.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
create_user.py [manual] Use ujson instead of simplejson. 2013-06-24 10:17:10 -04:00
debug.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
event_queue.py [manual] Use ujson instead of simplejson. 2013-06-24 10:17:10 -04:00
html_diff.py Fix whitespace 2013-06-04 19:33:20 -04:00
initial_password.py Use proper randomization when generating new API keys. 2013-05-29 15:11:24 -04:00
logging_util.py Add logging filter for checking that the app is actually deployed 2013-06-10 14:59:29 -04:00
minify.py Identify app.js source map using a special comment 2013-05-30 13:51:46 -04:00
parallel.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
query.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
queue.py [manual] Use ujson instead of simplejson. 2013-06-24 10:17:10 -04:00
rate_limiter.py Enable back door for clearing user's rate-limit history. 2013-06-25 08:46:02 -04:00
response.py [manual] Use ujson instead of simplejson. 2013-06-24 10:17:10 -04:00
timeout.py Comment change: link to a StackOverflow answer directly 2013-05-09 10:41:33 -04:00
timestamp.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
tornado_ioloop_logging.py Enable absolute imports. 2013-04-23 09:51:17 -07:00
unminify.py [manual] Use ujson instead of simplejson. 2013-06-24 10:17:10 -04:00
upload.py Extracted S3-related code to lib/upload.py 2013-06-19 18:10:45 -04:00
utils.py Fix bankruptcy event sent to graphite 2013-06-10 09:17:43 -04:00